-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
data: regenerating based on the latest Swagger (#4027)
Co-authored-by: hc-github-team-tf-azure <>
- Loading branch information
1 parent
6580978
commit da5ed49
Showing
9 changed files
with
136 additions
and
228 deletions.
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
...rce-manager/AlertsManagement/2019-05-05-preview/ActionRules/Constant-SuppressionType.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"name": "SuppressionType", | ||
"type": "String", | ||
"values": [ | ||
{ | ||
"key": "Always", | ||
"value": "Always" | ||
}, | ||
{ | ||
"key": "Daily", | ||
"value": "Daily" | ||
}, | ||
{ | ||
"key": "Monthly", | ||
"value": "Monthly" | ||
}, | ||
{ | ||
"key": "Once", | ||
"value": "Once" | ||
}, | ||
{ | ||
"key": "Weekly", | ||
"value": "Weekly" | ||
} | ||
] | ||
} |
21 changes: 21 additions & 0 deletions
21
...s/resource-manager/AlertsManagement/2019-05-05-preview/ActionRules/Model-ActionGroup.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"name": "ActionGroup", | ||
"fields": [ | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "actionGroupId", | ||
"name": "ActionGroupId", | ||
"objectDefinition": { | ||
"type": "String", | ||
"referenceName": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
} | ||
], | ||
"discriminatedParentModelName": "ActionRuleProperties", | ||
"discriminatedTypeValue": "ActionGroup", | ||
"typeHintIn": "Type" | ||
} |
7 changes: 7 additions & 0 deletions
7
...s/resource-manager/AlertsManagement/2019-05-05-preview/ActionRules/Model-Diagnostics.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"name": "Diagnostics", | ||
"fields": [], | ||
"discriminatedParentModelName": "ActionRuleProperties", | ||
"discriminatedTypeValue": "Diagnostics", | ||
"typeHintIn": "Type" | ||
} |
21 changes: 21 additions & 0 deletions
21
...s/resource-manager/AlertsManagement/2019-05-05-preview/ActionRules/Model-Suppression.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"name": "Suppression", | ||
"fields": [ | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "suppressionConfig", | ||
"name": "SuppressionConfig", | ||
"objectDefinition": { | ||
"type": "Reference", | ||
"referenceName": "SuppressionConfig" | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
} | ||
], | ||
"discriminatedParentModelName": "ActionRuleProperties", | ||
"discriminatedTypeValue": "Suppression", | ||
"typeHintIn": "Type" | ||
} |
31 changes: 31 additions & 0 deletions
31
...urce-manager/AlertsManagement/2019-05-05-preview/ActionRules/Model-SuppressionConfig.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"name": "SuppressionConfig", | ||
"fields": [ | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "recurrenceType", | ||
"name": "RecurrenceType", | ||
"objectDefinition": { | ||
"type": "Reference", | ||
"referenceName": "SuppressionType" | ||
}, | ||
"optional": false, | ||
"readOnly": false, | ||
"required": true, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "schedule", | ||
"name": "Schedule", | ||
"objectDefinition": { | ||
"type": "Reference", | ||
"referenceName": "SuppressionSchedule" | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 0 additions & 10 deletions
10
...DataFactory/2018-06-01/DataFlowDebugSession/Constant-IntegrationRuntimeReferenceType.json
This file was deleted.
Oops, something went wrong.
109 changes: 0 additions & 109 deletions
109
api-definitions/resource-manager/DataFactory/2018-06-01/DataFlows/Model-PowerQuerySink.json
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.