diff --git a/docs/reference/api/fix-inventory-core-rest-api.info.mdx b/docs/reference/api/fix-inventory-core-rest-api.info.mdx
index 1c81bee3..af5acfb6 100644
--- a/docs/reference/api/fix-inventory-core-rest-api.info.mdx
+++ b/docs/reference/api/fix-inventory-core-rest-api.info.mdx
@@ -16,8 +16,8 @@ import Export from "@theme/ApiExplorer/Export";
- Version: V1
azure_application_gateway_ssl_policy
azure_application_gateway_url_path_map --> azure_application_gateway_path_rule
azure_application_gateway_web_application_firewall_configuration --> azure_application_gateway_firewall_disabled_rule_group
azure_application_gateway_web_application_firewall_configuration --> azure_application_gateway_firewall_exclusion
-azure_managed_service_identity --> azure_principalid_clientid
+azure_managed_service_identity --> azure_user_assigned_identity
azure_private_endpoint --> azure_application_security_group
azure_private_endpoint --> azure_custom_dns_config_properties_format
azure_private_endpoint --> azure_extended_location
@@ -2685,14 +2686,15 @@ class azure_managed_service_identity {
**principal_id**: string
**tenant_id**: string
**type**: string
-**user_assigned_identities**: dictionary[string, azure_principalid_clientid]
-}
-class azure_principalid_clientid {
-**client_id**: string
-**principal_id**: string
+**user_assigned_identities**: dictionary[string, azure_user_assigned_identity]
}
class azure_resource {
}
+class azure_user_assigned_identity {
+**client_id**: string
+**object_id**: string
+**resource_id**: string
+}
class resource {
**age**: duration
**atime**: datetime
@@ -2709,7 +2711,7 @@ azure_express_route_link --> azure_express_route_link_mac_sec_config
azure_express_route_port --> azure_express_route_link
azure_express_route_port --> azure_managed_service_identity
azure_resource <|--- azure_express_route_port
-azure_managed_service_identity --> azure_principalid_clientid
+azure_managed_service_identity --> azure_user_assigned_identity
resource <|--- azure_resource
@enduml
```
@@ -3178,14 +3180,15 @@ class azure_managed_service_identity {
**principal_id**: string
**tenant_id**: string
**type**: string
-**user_assigned_identities**: dictionary[string, azure_principalid_clientid]
-}
-class azure_principalid_clientid {
-**client_id**: string
-**principal_id**: string
+**user_assigned_identities**: dictionary[string, azure_user_assigned_identity]
}
class azure_resource {
}
+class azure_user_assigned_identity {
+**client_id**: string
+**object_id**: string
+**resource_id**: string
+}
class policy {
}
class resource {
@@ -3216,7 +3219,7 @@ azure_firewall_policy_intrusion_detection_configuration --> azure_firewall_polic
azure_firewall_policy_intrusion_detection_configuration --> azure_firewall_policy_intrusion_detection_signature_specification
azure_firewall_policy_log_analytics_resources --> azure_firewall_policy_log_analytics_workspace
azure_firewall_policy_transport_security --> azure_firewall_policy_certificate_authority
-azure_managed_service_identity --> azure_principalid_clientid
+azure_managed_service_identity --> azure_user_assigned_identity
resource <|--- azure_resource
resource <|--- policy
@enduml
@@ -3319,14 +3322,15 @@ class azure_managed_service_identity {
**principal_id**: string
**tenant_id**: string
**type**: string
-**user_assigned_identities**: dictionary[string, azure_principalid_clientid]
-}
-class azure_principalid_clientid {
-**client_id**: string
-**principal_id**: string
+**user_assigned_identities**: dictionary[string, azure_user_assigned_identity]
}
class azure_resource {
}
+class azure_user_assigned_identity {
+**client_id**: string
+**object_id**: string
+**resource_id**: string
+}
class resource {
**age**: duration
**atime**: datetime
@@ -3344,7 +3348,7 @@ azure_fleet --> azure_managed_service_identity
azure_resource <|--- azure_fleet
azure_fleet_hub_profile --> azure_agent_profile
azure_fleet_hub_profile --> azure_api_server_access_profile
-azure_managed_service_identity --> azure_principalid_clientid
+azure_managed_service_identity --> azure_user_assigned_identity
resource <|--- azure_resource
@enduml
```
@@ -5512,7 +5516,7 @@ class azure_managed_service_identity {
**principal_id**: string
**tenant_id**: string
**type**: string
-**user_assigned_identities**: dictionary[string, azure_principalid_clientid]
+**user_assigned_identities**: dictionary[string, azure_user_assigned_identity]
}
class azure_network_virtual_appliance {
**additional_nics**: azure_virtual_appliance_additional_nic_properties[]
@@ -5540,12 +5544,13 @@ class azure_partner_managed_resource_properties {
**internal_load_balancer_id**: string
**standard_load_balancer_id**: string
}
-class azure_principalid_clientid {
-**client_id**: string
-**principal_id**: string
-}
class azure_resource {
}
+class azure_user_assigned_identity {
+**client_id**: string
+**object_id**: string
+**resource_id**: string
+}
class azure_virtual_appliance_additional_nic_properties {
**has_public_ip**: boolean
**name**: string
@@ -5573,7 +5578,7 @@ class resource {
**name**: string
**tags**: dictionary[string, string]
}
-azure_managed_service_identity --> azure_principalid_clientid
+azure_managed_service_identity --> azure_user_assigned_identity
azure_network_virtual_appliance --> azure_delegation_properties
azure_network_virtual_appliance --> azure_managed_service_identity
azure_network_virtual_appliance --> azure_partner_managed_resource_properties
diff --git a/package.json b/package.json
index 8bcf4fb0..42f1f754 100644
--- a/package.json
+++ b/package.json
@@ -38,8 +38,8 @@
"@rive-app/react-canvas": "4.8.3",
"a11y-react-emoji": "1.2.0",
"clsx": "2.1.0",
- "docusaurus-plugin-openapi-docs": "3.0.0-beta.9",
- "docusaurus-theme-openapi-docs": "3.0.0-beta.9",
+ "docusaurus-plugin-openapi-docs": "3.0.0-beta.10",
+ "docusaurus-theme-openapi-docs": "3.0.0-beta.10",
"formik": "2.4.5",
"github-slugger": "2.0.0",
"lodash": "4.17.21",
@@ -63,9 +63,9 @@
"@docusaurus/module-type-aliases": "3.1.1",
"@docusaurus/tsconfig": "3.1.1",
"@docusaurus/types": "3.1.1",
- "@typescript-eslint/eslint-plugin": "7.3.1",
- "@typescript-eslint/parser": "7.3.1",
- "asciinema-player": "3.7.0",
+ "@typescript-eslint/eslint-plugin": "7.4.0",
+ "@typescript-eslint/parser": "7.4.0",
+ "asciinema-player": "3.7.1",
"commitizen": "4.3.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
@@ -74,12 +74,12 @@
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react-hooks": "4.6.0",
- "eslint-plugin-regexp": "2.3.0",
+ "eslint-plugin-regexp": "2.4.0",
"husky": "9.0.11",
"lint-staged": "15.2.2",
"postcss": "8.4.38",
"prettier": "3.2.5",
- "prettier-plugin-css-order": "2.0.1",
+ "prettier-plugin-css-order": "2.1.0",
"react-lite-youtube-embed": "^2.4.0",
"svgo": "3.2.0",
"typescript": "5.4.3"
diff --git a/versioned_docs/version-4.X/reference/api/fix-inventory-core-rest-api.info.mdx b/versioned_docs/version-4.X/reference/api/fix-inventory-core-rest-api.info.mdx
index 1c81bee3..af5acfb6 100644
--- a/versioned_docs/version-4.X/reference/api/fix-inventory-core-rest-api.info.mdx
+++ b/versioned_docs/version-4.X/reference/api/fix-inventory-core-rest-api.info.mdx
@@ -16,8 +16,8 @@ import Export from "@theme/ApiExplorer/Export";
- Version: V1