The endpoint provided by azure is not returning the correct list of extensions for defender plan & pricings

prajwal 0 Reputation points
2024-02-07T08:14:17.93+00:00

Service:Defender for Cloud API Version:2024-01-01 This endpoint provided by in azure documentation is not listing all the extensions that are enabled in the portal. GET https://management.azure.com/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/DEMO/providers/Microsoft.Compute/virtualMachines/VM-1/providers/Microsoft.Security/pricings/VirtualMachines?api-version=2024-01-01 User's image

I have enabled 4 extensions where as the API is returning only 2 extensions in the list. Actual Response for extensions: "extensions": [ { "name": "AgentlessVmScanning", "isEnabled": "True", "additionalExtensionProperties": { "ExclusionTags": "" } }, { "name": "MdeDesignatedSubscription", "isEnabled": "True" } ] Reference: https://learn.microsoft.com/en-us/rest/api/defenderforcloud/pricings/get?view=rest-defenderforcloud-2024-01-01&tabs=HTTP

Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
2,354 questions
Microsoft Defender for Cloud
Microsoft Defender for Cloud
An Azure service that provides threat protection for workloads running in Azure, on-premises, and in other clouds. Previously known as Azure Security Center and Azure Defender.
1,281 questions
{count} votes