Skip to content

Commit cf0ca45

Browse files
fix PascalCase
1 parent a09c389 commit cf0ca45

3 files changed

Lines changed: 393 additions & 393 deletions

File tree

specification/securityinsights/resource-manager/Microsoft.SecurityInsights/SecurityInsights/models.tsp

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ union CreatedByType {
8080
}
8181

8282
#suppress "@azure-tools/typespec-azure-core/documentation-required" "FIXME: Update justification, follow aka.ms/tsp/conversion-fix for details"
83-
union triggersOn {
83+
union TriggersOn {
8484
string,
8585

8686
/**
@@ -95,7 +95,7 @@ union triggersOn {
9595
}
9696

9797
#suppress "@azure-tools/typespec-azure-core/documentation-required" "FIXME: Update justification, follow aka.ms/tsp/conversion-fix for details"
98-
union triggersWhen {
98+
union TriggersWhen {
9999
string,
100100

101101
/**
@@ -497,7 +497,7 @@ union SupportTier {
497497
/**
498498
* The kind of content the metadata is for.
499499
*/
500-
union kind {
500+
union Kind {
501501
string,
502502

503503
/**
@@ -3981,9 +3981,9 @@ model AutomationRuleTriggeringLogic {
39813981
expirationTimeUtc?: utcDateTime;
39823982

39833983
#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;
39853985
#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;
39873987

39883988
/**
39893989
* The conditions to evaluate to determine if the automation rule should be triggered on a given object.
@@ -4645,7 +4645,7 @@ model MetadataDependencies {
46454645
/**
46464646
* Type of the content item we depend on
46474647
*/
4648-
kind?: kind;
4648+
kind?: Kind;
46494649

46504650
/**
46514651
* 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 {
47654765
/**
47664766
* The kind of content the template is for.
47674767
*/
4768-
contentKind?: kind;
4768+
contentKind?: Kind;
47694769

47704770
/**
47714771
* Source of the content. This is where/how it was created.

0 commit comments

Comments
 (0)