Skip to content

[Bug Report]: Bug in README from Log Analytics Soultions #1405

@SeSeicht

Description

@SeSeicht

Describe the bug

The parameters in like in the REAMDE will not work with the CARML Modules
https://github.com/Azure/ResourceModules/blob/main/arm/Microsoft.OperationalInsights/workspaces/readme.md#parameter-usage-gallerysolutions

To reproduce

Try to use the parameters like mentioned in the REAMDE

SOLUTION

Just replace the product with OMSGallery

Code snippet

"gallerySolutions": {

    "value": [
        {
            "name": "AgentHealthAssessment",
            "product": "OMSGallery/AgentHealthAssessment",
            "publisher": "Microsoft"
        },
        {
            "name": "AlertManagement",
            "product": "OMSGallery/AlertManagement",
            "publisher": "Microsoft"
        },
        {
            "name": "AntiMalware",
            "product": "OMSGallery/AntiMalware",
            "publisher": "Microsoft"
        },
        {
            "name": "AzureActivity",
            "product": "OMSGallery/AzureActivity",
            "publisher": "Microsoft"
        },
        {
            "name": "AzureAutomation",
            "product": "OMSGallery/AzureAutomation",
            "publisher": "Microsoft"
        },
        {
            "name": "AzureCdnCoreAnalytics",
            "product": "OMSGallery/AzureCdnCoreAnalytics",
            "publisher": "Microsoft"
        },
        {
            "name": "AzureDataFactoryAnalytics",
            "product": "OMSGallery/AzureDataFactoryAnalytics",
            "publisher": "Microsoft"
        },
        {
            "name": "AzureNSGAnalytics",
            "product": "OMSGallery/AzureNSGAnalytics",
            "publisher": "Microsoft"
        },
        {
            "name": "AzureSQLAnalytics",
            "product": "OMSGallery/AzureSQLAnalytics",
            "publisher": "Microsoft"
        },
        {
            "name": "ChangeTracking",
            "product": "OMSGallery/ChangeTracking",
            "publisher": "Microsoft"
        },
        {
            "name": "Containers",
            "product": "OMSGallery/Containers",
            "publisher": "Microsoft"
        },
        {
            "name": "InfrastructureInsights",
            "product": "OMSGallery/InfrastructureInsights",
            "publisher": "Microsoft"
        },
        {
            "name": "KeyVaultAnalytics",
            "product": "OMSGallery/KeyVaultAnalytics",
            "publisher": "Microsoft"
        },
        {
            "name": "LogicAppsManagement",
            "product": "OMSGallery/LogicAppsManagement",
            "publisher": "Microsoft"
        },
        {
            "name": "NetworkMonitoring",
            "product": "OMSGallery/NetworkMonitoring",
            "publisher": "Microsoft"
        },
        {
            "name": "Security",
            "product": "OMSGallery/Security",
            "publisher": "Microsoft"
        },
        {
            "name": "SecurityCenterFree",
            "product": "OMSGallery/SecurityCenterFree",
            "publisher": "Microsoft"
        },
        {
            "name": "ServiceFabric",
            "product": "OMSGallery/ServiceFabric",
            "publisher": "Microsoft"
        },
        {
            "name": "ServiceMap",
            "product": "OMSGallery/ServiceMap",
            "publisher": "Microsoft"
        },
        {
            "name": "SQLAssessment",
            "product": "OMSGallery/SQLAssessment",
            "publisher": "Microsoft"
        },
        {
            "name": "Updates",
            "product": "OMSGallery/Updates",
            "publisher": "Microsoft"
        },
        {
            "name": "VMInsights",
            "product": "OMSGallery/VMInsights",
            "publisher": "Microsoft"
        },
        {
            "name": "WireData2",
            "product": "OMSGallery/WireData2",
            "publisher": "Microsoft"
        },
        {
            "name": "WaaSUpdateInsights",
            "product": "OMSGallery/WaaSUpdateInsights",
            "publisher": "Microsoft"
        }
    ]
}

Relevant log output

{
    "Code": "CannotUpdatePlan",
    "Message": "Resource plan can not be changed for Resource id: '/subscriptions/XXX/resourceGroups/rg-XXX/providers/Microsoft.OperationsManagement/solutions/AzureNSGAnalytics(XXXX)'",
    "Target": null,
    "Details": null
  },

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingdocumentationImprovements or additions to documentation

Type

No type

Projects

Status

Closed

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions