Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Noise in Microsoft.Security/pricings : extensionDetails #371

Open
dj-r1 opened this issue May 13, 2024 · 1 comment
Open

Noise in Microsoft.Security/pricings : extensionDetails #371

dj-r1 opened this issue May 13, 2024 · 1 comment

Comments

@dj-r1
Copy link

dj-r1 commented May 13, 2024

Describe the noise

Resource type
Microsoft.Security/pricings/Containers

apiVersion
2023-01-01

Client (PowerShell, Azure CLI, or API)
PowerShell

Relevant ARM Template code

{
  "apiVersion": "2023-01-01",
  "id": "/subscriptions/0000bb0-000b-0bb0-0000-bb00b0b0b00/providers/Microsoft.Security/pricings/Containers",
  "name": "Containers",
  "properties": {
    "extensions": [
      {
        "additionalExtensionProperties": {
          "extensionDetails": "InAdditionToSensorPolicyEnablement"
        },
        "isEnabled": "True",
        "name": "ContainerSensor"
      }
    ],
    "pricingTier": "Standard"
  },
  "type": "Microsoft.Security/pricings"
}

Current (noisy) response

"additionalExtensionProperties": {
  "extensionDetails": "InAdditionToSensorPolicyEnablement"
}

Additional context
WhatIf responses with an output containing "extensionDetails": "InAdditionToSensorPolicyEnablement" but it can't be deployed due to:

Additional property 'extensionDetails' is not supported for extension with name 'ContainerSensor' (Code: InvalidInputJson)

@schaijik
Copy link

Same issue at our side, would love a quick fix for it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants