Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Hub Generated] Review request for Microsoft.Media to add version stable/2020-05-01 #12681

Merged
merged 12 commits into from
Feb 10, 2021
1 change: 1 addition & 0 deletions custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1735,6 +1735,7 @@ subtasksinfo
subteam
subtree
subtrees
subwoofer
subword
subwords
sudoer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,11 @@
"properties": {
"$ref": "#/definitions/MediaFilterProperties",
"x-ms-client-flatten": true
},
"systemData": {
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/systemData",
"description": "The system metadata relating to this resource.",
"readOnly": true
}
},
"type": "object",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,35 @@
"readOnly": true,
"x-nullable": false
},
"lockAggregationType": {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lockAggregationType [](start = 9, length = 19)

Just to make sure, this value is set by your service right?

"type": "string",
"enum": [
"Average",
"Count",
"Total"
],
"x-ms-enum": {
"name": "MetricAggregationType",
"values": [
{
"value": "Average",
"description": "The average."
},
{
"value": "Count",
"description": "The count of a number of items, usually requests."
},
{
"value": "Total",
"description": "The sum."
}
],
"modelAsString": true
},
"description": "The metric lock aggregation type",
"readOnly": true,
"x-nullable": true
},
"supportedAggregationTypes": {
"type": "array",
"items": {
Expand Down Expand Up @@ -396,6 +425,11 @@
"identity": {
"$ref": "#/definitions/MediaServiceIdentity",
"description": "The Managed Identity for the Media Services account."
},
"systemData": {
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/systemData",
"description": "The system metadata relating to this resource.",
"readOnly": true
}
},
"type": "object"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,11 @@
"$ref": "#/definitions/AssetProperties",
"description": "The resource properties.",
"x-ms-client-flatten": true
},
"systemData": {
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/systemData",
"description": "The system metadata relating to this resource.",
"readOnly": true
}
},
"type": "object",
Expand Down Expand Up @@ -406,6 +411,11 @@
"properties": {
"$ref": "#/definitions/MediaFilterProperties",
"x-ms-client-flatten": true
},
"systemData": {
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/systemData",
"description": "The system metadata relating to this resource.",
"readOnly": true
}
},
"type": "object",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -770,6 +770,11 @@
"properties": {
"$ref": "#/definitions/ContentKeyPolicyProperties",
"x-ms-client-flatten": true
},
"systemData": {
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/systemData",
"description": "The system metadata relating to this resource.",
"readOnly": true
}
},
"type": "object",
Expand Down
Loading