You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
function New-AzPrometheusForwarderDataSourceObject {
[OutputType('Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.PrometheusForwarderDataSource')]
[CmdletBinding(PositionalBinding=$false)]
Param(
[Parameter(HelpMessage="The list of label inclusion filters in the form of label `"name-value`" pairs.
Currently only one label is supported: 'microsoft_metrics_include_label'.
Label values are matched case-insensitively.")]
[System.Collections.HashTable]
$LabelIncludeFilter,
[Parameter(HelpMessage="A friendly name for the data source.
This name should be unique across all data sources (regardless of type) within the data collection rule.")]
[string]
$Name,
[Parameter(HelpMessage="List of streams that this data source will be sent to.")]
[Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.PSArgumentCompleterAttribute("Microsoft-PrometheusMetrics")]
[string[]]
$Stream
)
generated cmdlets:
New-AzSentinelAnomalySecurityMlAnalyticsSettingsObject [-AnomalySettingsVersion ]
[-AnomalyVersion ]
[-CustomizableObservation <IAnomalySecurityMlAnalyticsSettingsPropertiesCustomizableObservations>]
[-Description ] [-DisplayName ] [-Enabled ] [-Etag ] [-Frequency ]
[-IsDefaultSetting ] [-RequiredDataConnector <ISecurityMlAnalyticsSettingsDataSource[]>]
[-SettingsDefinitionId ] [-SettingsStatus ] [-Tactic <String[]>] [-Technique <String[]>]
[]
Issue: the value of param customizableObservations should be hash table type.
readme.md
The text was updated successfully, but these errors were encountered: