-
Notifications
You must be signed in to change notification settings - Fork 54
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 (#4508)
Co-authored-by: hc-github-team-tf-azure <>
- Loading branch information
1 parent
a895177
commit 85d34d8
Showing
459 changed files
with
19,560 additions
and
1 deletion.
There are no files selected for viewing
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
22 changes: 22 additions & 0 deletions
22
...definitions/resource-manager/CostManagement/2024-08-01/Alerts/Constant-AlertCategory.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,22 @@ | ||
{ | ||
"name": "AlertCategory", | ||
"type": "String", | ||
"values": [ | ||
{ | ||
"key": "Billing", | ||
"value": "Billing" | ||
}, | ||
{ | ||
"key": "Cost", | ||
"value": "Cost" | ||
}, | ||
{ | ||
"key": "System", | ||
"value": "System" | ||
}, | ||
{ | ||
"key": "Usage", | ||
"value": "Usage" | ||
} | ||
] | ||
} |
62 changes: 62 additions & 0 deletions
62
...definitions/resource-manager/CostManagement/2024-08-01/Alerts/Constant-AlertCriteria.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,62 @@ | ||
{ | ||
"name": "AlertCriteria", | ||
"type": "String", | ||
"values": [ | ||
{ | ||
"key": "CostThresholdExceeded", | ||
"value": "CostThresholdExceeded" | ||
}, | ||
{ | ||
"key": "CreditThresholdApproaching", | ||
"value": "CreditThresholdApproaching" | ||
}, | ||
{ | ||
"key": "CreditThresholdReached", | ||
"value": "CreditThresholdReached" | ||
}, | ||
{ | ||
"key": "CrossCloudCollectionError", | ||
"value": "CrossCloudCollectionError" | ||
}, | ||
{ | ||
"key": "CrossCloudNewDataAvailable", | ||
"value": "CrossCloudNewDataAvailable" | ||
}, | ||
{ | ||
"key": "ForecastCostThresholdExceeded", | ||
"value": "ForecastCostThresholdExceeded" | ||
}, | ||
{ | ||
"key": "ForecastUsageThresholdExceeded", | ||
"value": "ForecastUsageThresholdExceeded" | ||
}, | ||
{ | ||
"key": "GeneralThresholdError", | ||
"value": "GeneralThresholdError" | ||
}, | ||
{ | ||
"key": "InvoiceDueDateApproaching", | ||
"value": "InvoiceDueDateApproaching" | ||
}, | ||
{ | ||
"key": "InvoiceDueDateReached", | ||
"value": "InvoiceDueDateReached" | ||
}, | ||
{ | ||
"key": "MultiCurrency", | ||
"value": "MultiCurrency" | ||
}, | ||
{ | ||
"key": "QuotaThresholdApproaching", | ||
"value": "QuotaThresholdApproaching" | ||
}, | ||
{ | ||
"key": "QuotaThresholdReached", | ||
"value": "QuotaThresholdReached" | ||
}, | ||
{ | ||
"key": "UsageThresholdExceeded", | ||
"value": "UsageThresholdExceeded" | ||
} | ||
] | ||
} |
30 changes: 30 additions & 0 deletions
30
...definitions/resource-manager/CostManagement/2024-08-01/Alerts/Constant-AlertOperator.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,30 @@ | ||
{ | ||
"name": "AlertOperator", | ||
"type": "String", | ||
"values": [ | ||
{ | ||
"key": "EqualTo", | ||
"value": "EqualTo" | ||
}, | ||
{ | ||
"key": "GreaterThan", | ||
"value": "GreaterThan" | ||
}, | ||
{ | ||
"key": "GreaterThanOrEqualTo", | ||
"value": "GreaterThanOrEqualTo" | ||
}, | ||
{ | ||
"key": "LessThan", | ||
"value": "LessThan" | ||
}, | ||
{ | ||
"key": "LessThanOrEqualTo", | ||
"value": "LessThanOrEqualTo" | ||
}, | ||
{ | ||
"key": "None", | ||
"value": "None" | ||
} | ||
] | ||
} |
14 changes: 14 additions & 0 deletions
14
api-definitions/resource-manager/CostManagement/2024-08-01/Alerts/Constant-AlertSource.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,14 @@ | ||
{ | ||
"name": "AlertSource", | ||
"type": "String", | ||
"values": [ | ||
{ | ||
"key": "Preset", | ||
"value": "Preset" | ||
}, | ||
{ | ||
"key": "User", | ||
"value": "User" | ||
} | ||
] | ||
} |
26 changes: 26 additions & 0 deletions
26
api-definitions/resource-manager/CostManagement/2024-08-01/Alerts/Constant-AlertStatus.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": "AlertStatus", | ||
"type": "String", | ||
"values": [ | ||
{ | ||
"key": "Active", | ||
"value": "Active" | ||
}, | ||
{ | ||
"key": "Dismissed", | ||
"value": "Dismissed" | ||
}, | ||
{ | ||
"key": "None", | ||
"value": "None" | ||
}, | ||
{ | ||
"key": "Overridden", | ||
"value": "Overridden" | ||
}, | ||
{ | ||
"key": "Resolved", | ||
"value": "Resolved" | ||
} | ||
] | ||
} |
34 changes: 34 additions & 0 deletions
34
...itions/resource-manager/CostManagement/2024-08-01/Alerts/Constant-AlertTimeGrainType.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,34 @@ | ||
{ | ||
"name": "AlertTimeGrainType", | ||
"type": "String", | ||
"values": [ | ||
{ | ||
"key": "Annually", | ||
"value": "Annually" | ||
}, | ||
{ | ||
"key": "BillingAnnual", | ||
"value": "BillingAnnual" | ||
}, | ||
{ | ||
"key": "BillingMonth", | ||
"value": "BillingMonth" | ||
}, | ||
{ | ||
"key": "BillingQuarter", | ||
"value": "BillingQuarter" | ||
}, | ||
{ | ||
"key": "Monthly", | ||
"value": "Monthly" | ||
}, | ||
{ | ||
"key": "None", | ||
"value": "None" | ||
}, | ||
{ | ||
"key": "Quarterly", | ||
"value": "Quarterly" | ||
} | ||
] | ||
} |
34 changes: 34 additions & 0 deletions
34
api-definitions/resource-manager/CostManagement/2024-08-01/Alerts/Constant-AlertType.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,34 @@ | ||
{ | ||
"name": "AlertType", | ||
"type": "String", | ||
"values": [ | ||
{ | ||
"key": "Budget", | ||
"value": "Budget" | ||
}, | ||
{ | ||
"key": "BudgetForecast", | ||
"value": "BudgetForecast" | ||
}, | ||
{ | ||
"key": "Credit", | ||
"value": "Credit" | ||
}, | ||
{ | ||
"key": "General", | ||
"value": "General" | ||
}, | ||
{ | ||
"key": "Invoice", | ||
"value": "Invoice" | ||
}, | ||
{ | ||
"key": "Quota", | ||
"value": "Quota" | ||
}, | ||
{ | ||
"key": "XCloud", | ||
"value": "xCloud" | ||
} | ||
] | ||
} |
14 changes: 14 additions & 0 deletions
14
...resource-manager/CostManagement/2024-08-01/Alerts/Constant-ExternalCloudProviderType.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,14 @@ | ||
{ | ||
"name": "ExternalCloudProviderType", | ||
"type": "String", | ||
"values": [ | ||
{ | ||
"key": "ExternalBillingAccounts", | ||
"value": "externalBillingAccounts" | ||
}, | ||
{ | ||
"key": "ExternalSubscriptions", | ||
"value": "externalSubscriptions" | ||
} | ||
] | ||
} |
81 changes: 81 additions & 0 deletions
81
api-definitions/resource-manager/CostManagement/2024-08-01/Alerts/Model-Alert.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,81 @@ | ||
{ | ||
"name": "Alert", | ||
"fields": [ | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "eTag", | ||
"name": "ETag", | ||
"objectDefinition": { | ||
"type": "String", | ||
"nullable": false, | ||
"referenceName": null, | ||
"referenceNameIsCommonType": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "id", | ||
"name": "Id", | ||
"objectDefinition": { | ||
"type": "String", | ||
"nullable": false, | ||
"referenceName": null, | ||
"referenceNameIsCommonType": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "name", | ||
"name": "Name", | ||
"objectDefinition": { | ||
"type": "String", | ||
"nullable": false, | ||
"referenceName": null, | ||
"referenceNameIsCommonType": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "properties", | ||
"name": "Properties", | ||
"objectDefinition": { | ||
"type": "Reference", | ||
"nullable": false, | ||
"referenceName": "AlertProperties", | ||
"referenceNameIsCommonType": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "type", | ||
"name": "Type", | ||
"objectDefinition": { | ||
"type": "String", | ||
"nullable": false, | ||
"referenceName": null, | ||
"referenceNameIsCommonType": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
} | ||
], | ||
"IsParent": false | ||
} |
Oops, something went wrong.