Skip to content

Commit 0fab3ca

Browse files
committed
Add missing alert detais fields
1 parent 18479a0 commit 0fab3ca

File tree

1 file changed

+25
-0
lines changed
  • specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2021-10-01

1 file changed

+25
-0
lines changed

specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2021-10-01/costmanagement.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2006,6 +2006,31 @@
20062006
"overridingAlert": {
20072007
"description": "overriding alert",
20082008
"type": "string"
2009+
},
2010+
"departmentName": {
2011+
"description": "department name",
2012+
"type": "string"
2013+
},
2014+
"companyName": {
2015+
"description": "company name",
2016+
"type": "string"
2017+
},
2018+
"enrollmentNumber": {
2019+
"description": "enrollment number",
2020+
"type": "string"
2021+
},
2022+
"enrollmentStartDate": {
2023+
"description": "datetime of enrollmentStartDate",
2024+
"type": "string"
2025+
},
2026+
"enrollmentEndDate": {
2027+
"description": "datetime of enrollmentEndDate",
2028+
"type": "string"
2029+
},
2030+
"invoicingThreshold": {
2031+
"description": "invoicing threshold",
2032+
"type": "number",
2033+
"format": "decimal"
20092034
}
20102035
}
20112036
},

0 commit comments

Comments
 (0)