Skip to content

Commit

Permalink
Add ToBeExportedForShoebox for MetricDimension definition. (#14495)
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinfish authored Jun 8, 2021
1 parent 5ee4aa7 commit c5e9b2f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4258,6 +4258,10 @@
"displayName": {
"description": "Localized friendly display name of the dimension",
"type": "string"
},
"toBeExportedForShoebox": {
"description": "Whether this dimension should be included for the Shoebox export scenario",
"type": "boolean"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4310,6 +4310,10 @@
"displayName": {
"description": "Localized friendly display name of the dimension",
"type": "string"
},
"toBeExportedForShoebox": {
"description": "Whether this dimension should be included for the Shoebox export scenario",
"type": "boolean"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4229,6 +4229,10 @@
"displayName": {
"description": "Localized friendly display name of the dimension",
"type": "string"
},
"toBeExportedForShoebox": {
"description": "Whether this dimension should be included for the Shoebox export scenario",
"type": "boolean"
}
}
},
Expand Down

0 comments on commit c5e9b2f

Please sign in to comment.