Skip to content

Commit

Permalink
data: regenerating based on the latest Swagger (#4508)
Browse files Browse the repository at this point in the history
Co-authored-by: hc-github-team-tf-azure <>
  • Loading branch information
hc-github-team-tf-azure authored Oct 22, 2024
1 parent a895177 commit 85d34d8
Show file tree
Hide file tree
Showing 459 changed files with 19,560 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,21 @@
"required": false,
"sensitive": false
},
{
"containsDiscriminatedTypeValue": false,
"jsonName": "offerId",
"name": "OfferId",
"objectDefinition": {
"type": "String",
"nullable": false,
"referenceName": null,
"referenceNameIsCommonType": null
},
"optional": true,
"readOnly": false,
"required": false,
"sensitive": false
},
{
"containsDiscriminatedTypeValue": false,
"jsonName": "partNumber",
Expand Down
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"
}
]
}
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"
}
]
}
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"
}
]
}
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"
}
]
}
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"
}
]
}
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"
}
]
}
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"
}
]
}
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"
}
]
}
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
}
Loading

0 comments on commit 85d34d8

Please sign in to comment.