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

Dev mediaservices microsoft.media 2021 11 01 #17540

Merged
merged 38 commits into from
Mar 21, 2022
Merged
Show file tree
Hide file tree
Changes from 23 commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
e790fed
Adds base for updating Microsoft.Media from version stable/2021-06-01…
giakas Jan 26, 2022
99a9366
Updates readme
giakas Jan 26, 2022
15ebe24
Updates API version in new specs and examples
giakas Jan 26, 2022
2d7eff3
Update Account swagger to 2021-11-01
giakas Jan 28, 2022
126bc38
add the supressions
giakas Jan 28, 2022
f292ea2
remove descriminator for Layers
giakas Jan 30, 2022
f1e9a60
use 2021-06-01 version for encoding service
giakas Jan 30, 2022
8b00d36
remove 404 response
giakas Jan 30, 2022
7c2c7ba
Revert "use 2021-06-01 version for encoding service"
giakas Jan 30, 2022
622ac73
202 for patch suprression
giakas Jan 30, 2022
c43f857
Update privateLinks to v3 to get systemData
giakas Jan 31, 2022
a8ed3da
Revert "Update privateLinks to v3 to get systemData"
giakas Jan 31, 2022
868f13a
update streaming service and assetTracks swagger
giakas Feb 1, 2022
9de9f12
fix lint errors.
giakas Feb 1, 2022
3326777
fix some lint check.
giakas Feb 1, 2022
0238fce
rename examples
ZzzMao Feb 8, 2022
f897922
removing patch supression test
giakas Feb 8, 2022
f233109
Update asset-tracks-operation-result-by-id-no-content.json
ZzzMao Feb 8, 2022
1b9a07f
Update AssetsAndAssetFilters.json
ZzzMao Feb 8, 2022
cdd524b
Update asset-tracks-operation-result-by-id-no-content.json
ZzzMao Feb 8, 2022
429ba55
Update asset-tracks-operation-result-by-id.json
ZzzMao Feb 8, 2022
02a7b5e
Merge pull request #1 from ZzzMao/tracks-sample-name
giakas Feb 8, 2022
1d90137
Revert "removing patch supression test"
giakas Feb 9, 2022
966fa06
remove operation result data type
ZzzMao Feb 9, 2022
89f93d5
Merge pull request #2 from ZzzMao/track-operationresult
giakas Feb 9, 2022
d8759c9
update description on a suppression.
giakas Feb 9, 2022
16e1742
add another path to the systemData suppression
giakas Feb 10, 2022
01f8813
update example and description
ZzzMao Feb 10, 2022
c505ec3
Update AssetsAndAssetFilters.json
ZzzMao Feb 17, 2022
7135978
Merge pull request #3 from ZzzMao/track-description
giakas Feb 17, 2022
edc1465
Add async headers to examples
giakas Feb 22, 2022
ae3d4a4
add async headers to live event and streaming endpoint examples
giakas Feb 24, 2022
9d08c9b
Merge branch 'Azure:main' into dev-mediaservices-Microsoft.Media-2021…
giakas Feb 24, 2022
a84893c
Splitting Account service changes from this PR
giakas Mar 7, 2022
18c23fe
remove unused account examples
giakas Mar 7, 2022
af868c9
Merge branch 'Azure:main' into dev-mediaservices-Microsoft.Media-2021…
giakas Mar 7, 2022
589f715
Rebase with x-ms-identifier changes.
giakas Mar 7, 2022
601a5e3
fix a lint error for x-ms-identifier
giakas Mar 7, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,171 @@
{
"parameters": {
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "contoso",
"accountName": "contosomedia",
"filterName": "newAccountFilter",
"api-version": "2021-11-01",
"parameters": {
"properties": {
"presentationTimeRange": {
"startTimestamp": 0,
"endTimestamp": 170000000,
"presentationWindowDuration": 9223372036854774806,
"liveBackoffDuration": 0,
"timescale": 10000000,
"forceEndTimestamp": false
},
"firstQuality": {
"bitrate": 128000
},
"tracks": [
{
"trackSelections": [
{
"property": "Type",
"operation": "Equal",
"value": "Audio"
},
{
"property": "Language",
"operation": "NotEqual",
"value": "en"
},
{
"property": "FourCC",
"operation": "NotEqual",
"value": "EC-3"
}
]
},
{
"trackSelections": [
{
"property": "Type",
"operation": "Equal",
"value": "Video"
},
{
"property": "Bitrate",
"operation": "Equal",
"value": "3000000-5000000"
}
]
}
]
}
}
},
"responses": {
"201": {
"body": {
"name": "newAccountFilter",
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contoso/providers/Microsoft.Media/mediaservices/contosomedia/accountFilters/newAccountFilter",
"type": "Microsoft.Media/mediaservices/accountFilters",
"properties": {
"presentationTimeRange": {
"startTimestamp": 0,
"endTimestamp": 170000000,
"presentationWindowDuration": 9223372036854774806,
"liveBackoffDuration": 0,
"timescale": 10000000,
"forceEndTimestamp": false
},
"firstQuality": {
"bitrate": 128000
},
"tracks": [
{
"trackSelections": [
{
"property": "Type",
"value": "Audio",
"operation": "Equal"
},
{
"property": "Language",
"value": "en",
"operation": "NotEqual"
},
{
"property": "FourCC",
"value": "EC-3",
"operation": "NotEqual"
}
]
},
{
"trackSelections": [
{
"property": "Type",
"value": "Video",
"operation": "Equal"
},
{
"property": "Bitrate",
"value": "3000000-5000000",
"operation": "Equal"
}
]
}
]
}
}
},
"200": {
"body": {
"name": "newAccountFilter",
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contoso/providers/Microsoft.Media/mediaservices/contosomedia/accountFilters/newAccountFilter",
"type": "Microsoft.Media/mediaservices/accountFilters",
"properties": {
"presentationTimeRange": {
"startTimestamp": 0,
"endTimestamp": 170000000,
"presentationWindowDuration": 9223372036854774806,
"liveBackoffDuration": 0,
"timescale": 10000000,
"forceEndTimestamp": false
},
"firstQuality": {
"bitrate": 128000
},
"tracks": [
{
"trackSelections": [
{
"property": "Type",
"value": "Audio",
"operation": "Equal"
},
{
"property": "Language",
"value": "en",
"operation": "NotEqual"
},
{
"property": "FourCC",
"value": "EC-3",
"operation": "NotEqual"
}
]
},
{
"trackSelections": [
{
"property": "Type",
"value": "Video",
"operation": "Equal"
},
{
"property": "Bitrate",
"value": "3000000-5000000",
"operation": "Equal"
}
]
}
]
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"parameters": {
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "contoso",
"accountName": "contosomedia",
"filterName": "accountFilterWithTimeWindowAndTrack",
"api-version": "2021-11-01"
},
"responses": {
"200": {},
"204": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"parameters": {
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "contoso",
"accountName": "contosomedia",
"filterName": "accountFilterWithTrack",
"api-version": "2021-11-01"
},
"responses": {
"200": {
"body": {
"name": "accountFilterWithTrack",
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contoso/providers/Microsoft.Media/mediaservices/contosomedia/accountFilters/accountFilterWithTrack",
"type": "Microsoft.Media/mediaservices/accountFilters",
"properties": {
"tracks": [
{
"trackSelections": [
{
"property": "Type",
"value": "Audio",
"operation": "Equal"
},
{
"property": "Language",
"value": "en",
"operation": "NotEqual"
},
{
"property": "FourCC",
"value": "EC-3",
"operation": "NotEqual"
}
]
},
{
"trackSelections": [
{
"property": "Type",
"value": "Video",
"operation": "Equal"
},
{
"property": "Bitrate",
"value": "3000000-5000000",
"operation": "Equal"
}
]
}
]
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,111 @@
{
"parameters": {
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "contoso",
"accountName": "contosomedia",
"api-version": "2021-11-01"
},
"responses": {
"200": {
"body": {
"value": [
{
"name": "accountFilterWithTimeWindowAndTrack",
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contoso/providers/Microsoft.Media/mediaservices/contosomedia/accountFilters/accountFilterWithTimeWindowAndTrack",
"type": "Microsoft.Media/mediaservices/accountFilters",
"properties": {
"presentationTimeRange": {
"startTimestamp": 0,
"endTimestamp": 170000000,
"presentationWindowDuration": 9223372036854774806,
"liveBackoffDuration": 0,
"timescale": 10000000,
"forceEndTimestamp": false
},
"firstQuality": {
"bitrate": 128000
},
"tracks": [
{
"trackSelections": [
{
"property": "Type",
"value": "Audio",
"operation": "Equal"
},
{
"property": "Language",
"value": "en",
"operation": "NotEqual"
},
{
"property": "FourCC",
"value": "EC-3",
"operation": "NotEqual"
}
]
},
{
"trackSelections": [
{
"property": "Type",
"value": "Video",
"operation": "Equal"
},
{
"property": "Bitrate",
"value": "3000000-5000000",
"operation": "Equal"
}
]
}
]
}
},
{
"name": "accountFilterWithTrack",
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contoso/providers/Microsoft.Media/mediaservices/contosomedia/accountFilters/accountFilterWithTrack",
"type": "Microsoft.Media/mediaservices/accountFilters",
"properties": {
"tracks": [
{
"trackSelections": [
{
"property": "Type",
"value": "Audio",
"operation": "Equal"
},
{
"property": "Language",
"value": "en",
"operation": "NotEqual"
},
{
"property": "FourCC",
"value": "EC-3",
"operation": "NotEqual"
}
]
},
{
"trackSelections": [
{
"property": "Type",
"value": "Video",
"operation": "Equal"
},
{
"property": "Bitrate",
"value": "3000000-5000000",
"operation": "Equal"
}
]
}
]
}
}
]
}
}
}
}
Loading