We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Microsoft.OperationsManagement/solutions
Resource type
apiVersion 2015-11-01-preview
Client (PowerShell, Azure CLI, or API) PowerShell
Relevant Bicep code
resource logAnalyticsSolutions 'Microsoft.OperationsManagement/solutions@2015-11-01-preview' = { name: NAME1 location: 'polandcentral' plan: { name: 'PLAN_NAME' product: 'OMSGallery/GALLERY_NAME1' promotionCode: '' publisher: 'Microsoft' } properties: { workspaceResourceId: LOG_ANALYTICS_WORKSPACE.id } }
Expected response
{ "apiVersion": "2015-11-01-preview", "id": "/subscriptions/0000bb0-000b-0bb0-0000-bb00b0b0b00/resourceGroups/MY_RESOURCE_GROUP_NAME/providers/Microsoft.OperationsManagement/solutions/SecurityCenterFree(RESOURCE_NAME1)", "location": "polandcentral", "name": "GALLERY_NAME1(RESOURCE_NAME1)", "plan": { "name": "GALLERY_NAME1(RESOURCE_NAME1)", "product": "OMSGallery/GALLERY_NAME1", "publisher": "Microsoft" }, "properties": { "workspaceResourceId": "/subscriptions/0000bb0-000b-0bb0-0000-bb00b0b0b00/resourceGroups/MY_RESOURCE_GROUP_NAME/providers/Microsoft.OperationalInsights/workspaces/RESOURCE_NAME1" }, "type": "Microsoft.OperationsManagement/solutions" }
Current (noisy) response
{ "apiVersion": "2015-11-01-preview", "id": "/subscriptions/0000bb0-000b-0bb0-0000-bb00b0b0b00/resourceGroups/MY_RESOURCE_GROUP_NAME/providers/Microsoft.OperationsManagement/solutions/SecurityCenterFree(RESOURCE_NAME1)", "location": "polandcentral", "name": "GALLERY_NAME1(RESOURCE_NAME1)", "plan": { "name": "GALLERY_NAME1(RESOURCE_NAME1)", "product": "OMSGallery/GALLERY_NAME1", "publisher": "Microsoft" }, "properties": { "creationTime": "Fri, 14 Jul 2023 10:47:14 GMT", "workspaceResourceId": "/subscriptions/0000bb0-000b-0bb0-0000-bb00b0b0b00/resourceGroups/MY_RESOURCE_GROUP_NAME/providers/Microsoft.OperationalInsights/workspaces/RESOURCE_NAME1" }, "type": "Microsoft.OperationsManagement/solutions" }
Additional context
WhatIf should not output parameter like creationTime Noisy parameter:
creationTime
properties.creationTime
The text was updated successfully, but these errors were encountered:
Additional properties:
properties.containedResources
properties.workbookTemplates
Sorry, something went wrong.
No branches or pull requests
Describe the noise
Resource type
apiVersion
2015-11-01-preview
Client (PowerShell, Azure CLI, or API)
PowerShell
Relevant Bicep code
Expected response
Current (noisy) response
Additional context
WhatIf should not output parameter like
creationTime
Noisy parameter:
properties.creationTime
The text was updated successfully, but these errors were encountered: