Skip to content

Commit

Permalink
Add new property for MetricSpecification (Azure#15926)
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinfish authored and LeiWang3 committed Mar 31, 2022
1 parent 6f2757f commit eecba11
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 eecba11

Please sign in to comment.