Skip to content

Commit

Permalink
Billing Activity Event Category changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hanegi committed Oct 16, 2020
1 parent 10cbd7b commit c7c05f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5813,7 +5813,7 @@
"BillingActivityEventCategoryProperties": {
"description": "The properties of an activity event category.",
"properties": {
"name": {
"categoryName": {
"description": "The event category name",
"type": "string",
"readOnly": true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"body": {
"value": [
{
"id": "/providers/Microsoft.Billing/billingAccounts/7303440/billingActivityEventCategoryListResult",
"id": "/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingActivityEventCategoryListResult/7303440",
"name": "7303440",
"properties": {
"name": "ManageAccountAdd",
"categoryName": "ManageAccountAdd",
"relatedProperties": [
"AccountAuthType",
"AccountCostCenter",
Expand All @@ -21,10 +21,10 @@
"type": "Microsoft.Billing/billingAccounts/billingActivityEventCategory"
},
{
"id": "/providers/Microsoft.Billing/billingAccounts/7303440/billingActivityEventCategoryListResult",
"name": "7303440",
"id": "/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingActivityEventCategoryListResult/7303441",
"name": "7303441",
"properties": {
"name": "EaPortalPurchaseOrderNumberUpdate",
"categoryName": "EaPortalPurchaseOrderNumberUpdate",
"relatedProperties": [
"DocumentId",
"InvoiceId",
Expand Down

0 comments on commit c7c05f9

Please sign in to comment.