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
Copy file name to clipboardExpand all lines: specification/securityinsights/resource-manager/Microsoft.SecurityInsights/SecurityInsights/models.tsp
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ union CreatedByType {
80
80
}
81
81
82
82
#suppress"@azure-tools/typespec-azure-core/documentation-required""FIXME: Update justification, follow aka.ms/tsp/conversion-fix for details"
83
-
uniontriggersOn {
83
+
unionTriggersOn {
84
84
string,
85
85
86
86
/**
@@ -95,7 +95,7 @@ union triggersOn {
95
95
}
96
96
97
97
#suppress"@azure-tools/typespec-azure-core/documentation-required""FIXME: Update justification, follow aka.ms/tsp/conversion-fix for details"
98
-
uniontriggersWhen {
98
+
unionTriggersWhen {
99
99
string,
100
100
101
101
/**
@@ -497,7 +497,7 @@ union SupportTier {
497
497
/**
498
498
* The kind of content the metadata is for.
499
499
*/
500
-
unionkind {
500
+
unionKind {
501
501
string,
502
502
503
503
/**
@@ -3981,9 +3981,9 @@ model AutomationRuleTriggeringLogic {
3981
3981
expirationTimeUtc?:utcDateTime;
3982
3982
3983
3983
#suppress"@azure-tools/typespec-azure-core/documentation-required""FIXME: Update justification, follow aka.ms/tsp/conversion-fix for details"
3984
-
triggersOn:triggersOn;
3984
+
triggersOn:TriggersOn;
3985
3985
#suppress"@azure-tools/typespec-azure-core/documentation-required""FIXME: Update justification, follow aka.ms/tsp/conversion-fix for details"
3986
-
triggersWhen:triggersWhen;
3986
+
triggersWhen:TriggersWhen;
3987
3987
3988
3988
/**
3989
3989
* The conditions to evaluate to determine if the automation rule should be triggered on a given object.
@@ -4645,7 +4645,7 @@ model MetadataDependencies {
4645
4645
/**
4646
4646
* Type of the content item we depend on
4647
4647
*/
4648
-
kind?:kind;
4648
+
kind?:Kind;
4649
4649
4650
4650
/**
4651
4651
* Version of the the content item we depend on. Can be blank, * or missing to indicate any version fulfills the dependency. If version does not match our defined numeric format then an exact match is required.
@@ -4765,7 +4765,7 @@ model TemplateBaseProperties {
4765
4765
/**
4766
4766
* The kind of content the template is for.
4767
4767
*/
4768
-
contentKind?:kind;
4768
+
contentKind?:Kind;
4769
4769
4770
4770
/**
4771
4771
* Source of the content. This is where/how it was created.
0 commit comments