Skip to content

Commit

Permalink
Add new property for MetricSpecification (#15926)
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinfish authored Sep 23, 2021
1 parent a95079c commit b8dba05
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3660,6 +3660,10 @@
"items": {
"$ref": "#/definitions/MetricDimension"
}
},
"sourceMdmNamespace": {
"description": "Name of the MDM namespace. Optional.",
"type": "string"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4244,6 +4244,10 @@
"items": {
"$ref": "#/definitions/MetricDimension"
}
},
"sourceMdmNamespace": {
"description": "Name of the MDM namespace. Optional.",
"type": "string"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4324,6 +4324,10 @@
"items": {
"$ref": "#/definitions/MetricDimension"
}
},
"sourceMdmNamespace": {
"description": "Name of the MDM namespace. Optional.",
"type": "string"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4215,6 +4215,10 @@
"items": {
"$ref": "#/definitions/MetricDimension"
}
},
"sourceMdmNamespace": {
"description": "Name of the MDM namespace. Optional.",
"type": "string"
}
}
},
Expand Down

0 comments on commit b8dba05

Please sign in to comment.