Skip to content

Commit

Permalink
enhance azuresdkhacks
Browse files Browse the repository at this point in the history
  • Loading branch information
ziyeqf committed Feb 9, 2023
1 parent 3d1043c commit d3334f6
Showing 1 changed file with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -277,10 +277,14 @@ type AnomalySecurityMLAnalyticsCustomizableObservations struct {

// unused properties are defined to interface{}.
type AnomalySecurityMLAnalyticsMultiSelectObservations struct {
SupportValues *[]string `json:"supportedValues,omitempty"`
Values *[]string `json:"values,omitempty"`
Name *string `json:"name,omitempty"`
Description *string `json:"description,omitempty"`
SupportValues *[]string `json:"supportedValues,omitempty"`
Values *[]string `json:"values,omitempty"`
Name *string `json:"name,omitempty"`
Description *string `json:"description,omitempty"`
SupportedValuesKql *interface{} `json:"supportedValuesKql,omitempty"`
ValuesKql *interface{} `json:"valuesKql,omitempty"`
SequenceNumber *interface{} `json:"sequenceNumber,omitempty"`
Rerun *interface{} `json:"rerun,omitempty"`
}

type AnomalySecurityMLAnalyticsSingleSelectObservations struct {
Expand Down

0 comments on commit d3334f6

Please sign in to comment.