From 3c55dd70b35c4f0f68b51ed9df35063ba793bff3 Mon Sep 17 00:00:00 2001 From: giakas Date: Thu, 4 Feb 2021 00:18:45 -0800 Subject: [PATCH] Fix few AMS examples which are using large number which greater than Int max value (#12849) --- .../stable/2020-05-01/examples/accountFilters-create.json | 6 +++--- .../stable/2020-05-01/examples/accountFilters-list-all.json | 2 +- .../stable/2020-05-01/examples/accountFilters-update.json | 4 ++-- .../stable/2020-05-01/examples/assetFilters-create.json | 6 +++--- .../2020-05-01/examples/assetFilters-get-by-name.json | 2 +- .../stable/2020-05-01/examples/assetFilters-list-all.json | 4 ++-- .../stable/2020-05-01/examples/assetFilters-update.json | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/specification/mediaservices/resource-manager/Microsoft.Media/stable/2020-05-01/examples/accountFilters-create.json b/specification/mediaservices/resource-manager/Microsoft.Media/stable/2020-05-01/examples/accountFilters-create.json index 77adbae7b6e8..4c6d70688845 100644 --- a/specification/mediaservices/resource-manager/Microsoft.Media/stable/2020-05-01/examples/accountFilters-create.json +++ b/specification/mediaservices/resource-manager/Microsoft.Media/stable/2020-05-01/examples/accountFilters-create.json @@ -10,7 +10,7 @@ "presentationTimeRange": { "startTimestamp": 0, "endTimestamp": 170000000, - "presentationWindowDuration": 9223372036854775807, + "presentationWindowDuration": 9223372036854774806, "liveBackoffDuration": 0, "timescale": 10000000, "forceEndTimestamp": false @@ -66,7 +66,7 @@ "presentationTimeRange": { "startTimestamp": 0, "endTimestamp": 170000000, - "presentationWindowDuration": 9223372036854775807, + "presentationWindowDuration": 9223372036854774806, "liveBackoffDuration": 0, "timescale": 10000000, "forceEndTimestamp": false @@ -121,7 +121,7 @@ "presentationTimeRange": { "startTimestamp": 0, "endTimestamp": 170000000, - "presentationWindowDuration": 9223372036854775807, + "presentationWindowDuration": 9223372036854774806, "liveBackoffDuration": 0, "timescale": 10000000, "forceEndTimestamp": false diff --git a/specification/mediaservices/resource-manager/Microsoft.Media/stable/2020-05-01/examples/accountFilters-list-all.json b/specification/mediaservices/resource-manager/Microsoft.Media/stable/2020-05-01/examples/accountFilters-list-all.json index 3fea2d6b9abe..7dac9459b140 100644 --- a/specification/mediaservices/resource-manager/Microsoft.Media/stable/2020-05-01/examples/accountFilters-list-all.json +++ b/specification/mediaservices/resource-manager/Microsoft.Media/stable/2020-05-01/examples/accountFilters-list-all.json @@ -17,7 +17,7 @@ "presentationTimeRange": { "startTimestamp": 0, "endTimestamp": 170000000, - "presentationWindowDuration": 9223372036854775807, + "presentationWindowDuration": 9223372036854774806, "liveBackoffDuration": 0, "timescale": 10000000, "forceEndTimestamp": false diff --git a/specification/mediaservices/resource-manager/Microsoft.Media/stable/2020-05-01/examples/accountFilters-update.json b/specification/mediaservices/resource-manager/Microsoft.Media/stable/2020-05-01/examples/accountFilters-update.json index a524fe83e770..aec8c7c8c06a 100644 --- a/specification/mediaservices/resource-manager/Microsoft.Media/stable/2020-05-01/examples/accountFilters-update.json +++ b/specification/mediaservices/resource-manager/Microsoft.Media/stable/2020-05-01/examples/accountFilters-update.json @@ -10,7 +10,7 @@ "presentationTimeRange": { "startTimestamp": 10, "endTimestamp": 170000000, - "presentationWindowDuration": 9223372036854775807, + "presentationWindowDuration": 9223372036854774806, "liveBackoffDuration": 0, "timescale": 10000000, "forceEndTimestamp": false @@ -31,7 +31,7 @@ "presentationTimeRange": { "startTimestamp": 10, "endTimestamp": 170000000, - "presentationWindowDuration": 9223372036854775807, + "presentationWindowDuration": 9223372036854774806, "liveBackoffDuration": 0, "timescale": 10000000, "forceEndTimestamp": false diff --git a/specification/mediaservices/resource-manager/Microsoft.Media/stable/2020-05-01/examples/assetFilters-create.json b/specification/mediaservices/resource-manager/Microsoft.Media/stable/2020-05-01/examples/assetFilters-create.json index f03f5d658dab..dc7fe3d144cc 100644 --- a/specification/mediaservices/resource-manager/Microsoft.Media/stable/2020-05-01/examples/assetFilters-create.json +++ b/specification/mediaservices/resource-manager/Microsoft.Media/stable/2020-05-01/examples/assetFilters-create.json @@ -11,7 +11,7 @@ "presentationTimeRange": { "startTimestamp": 0, "endTimestamp": 170000000, - "presentationWindowDuration": 9223372036854775807, + "presentationWindowDuration": 9223372036854774806, "liveBackoffDuration": 0, "timescale": 10000000, "forceEndTimestamp": false @@ -67,7 +67,7 @@ "presentationTimeRange": { "startTimestamp": 0, "endTimestamp": 170000000, - "presentationWindowDuration": 9223372036854775807, + "presentationWindowDuration": 9223372036854774806, "liveBackoffDuration": 0, "timescale": 10000000, "forceEndTimestamp": false @@ -122,7 +122,7 @@ "presentationTimeRange": { "startTimestamp": 0, "endTimestamp": 170000000, - "presentationWindowDuration": 9223372036854775807, + "presentationWindowDuration": 9223372036854774806, "liveBackoffDuration": 0, "timescale": 10000000, "forceEndTimestamp": false diff --git a/specification/mediaservices/resource-manager/Microsoft.Media/stable/2020-05-01/examples/assetFilters-get-by-name.json b/specification/mediaservices/resource-manager/Microsoft.Media/stable/2020-05-01/examples/assetFilters-get-by-name.json index a3f46555e7f9..2e874548f36a 100644 --- a/specification/mediaservices/resource-manager/Microsoft.Media/stable/2020-05-01/examples/assetFilters-get-by-name.json +++ b/specification/mediaservices/resource-manager/Microsoft.Media/stable/2020-05-01/examples/assetFilters-get-by-name.json @@ -17,7 +17,7 @@ "presentationTimeRange": { "startTimestamp": 0, "endTimestamp": 170000000, - "presentationWindowDuration": 9223372036854775807, + "presentationWindowDuration": 9223372036854774806, "liveBackoffDuration": 0, "timescale": 10000000, "forceEndTimestamp": false diff --git a/specification/mediaservices/resource-manager/Microsoft.Media/stable/2020-05-01/examples/assetFilters-list-all.json b/specification/mediaservices/resource-manager/Microsoft.Media/stable/2020-05-01/examples/assetFilters-list-all.json index 7a4244008adf..b0284501a3f1 100644 --- a/specification/mediaservices/resource-manager/Microsoft.Media/stable/2020-05-01/examples/assetFilters-list-all.json +++ b/specification/mediaservices/resource-manager/Microsoft.Media/stable/2020-05-01/examples/assetFilters-list-all.json @@ -18,7 +18,7 @@ "presentationTimeRange": { "startTimestamp": 0, "endTimestamp": 170000000, - "presentationWindowDuration": 9223372036854775807, + "presentationWindowDuration": 9223372036854774806, "liveBackoffDuration": 0, "timescale": 10000000, "forceEndTimestamp": false @@ -71,7 +71,7 @@ "presentationTimeRange": { "startTimestamp": 0, "endTimestamp": 170000000, - "presentationWindowDuration": 9223372036854775807, + "presentationWindowDuration": 9223372036854774806, "liveBackoffDuration": 0, "timescale": 10000000, "forceEndTimestamp": false diff --git a/specification/mediaservices/resource-manager/Microsoft.Media/stable/2020-05-01/examples/assetFilters-update.json b/specification/mediaservices/resource-manager/Microsoft.Media/stable/2020-05-01/examples/assetFilters-update.json index 448c28ac5bb2..4ce1ca0618e8 100644 --- a/specification/mediaservices/resource-manager/Microsoft.Media/stable/2020-05-01/examples/assetFilters-update.json +++ b/specification/mediaservices/resource-manager/Microsoft.Media/stable/2020-05-01/examples/assetFilters-update.json @@ -11,7 +11,7 @@ "presentationTimeRange": { "startTimestamp": 10, "endTimestamp": 170000000, - "presentationWindowDuration": 9223372036854775807, + "presentationWindowDuration": 9223372036854774806, "liveBackoffDuration": 0, "timescale": 10000000, "forceEndTimestamp": false @@ -32,7 +32,7 @@ "presentationTimeRange": { "startTimestamp": 10, "endTimestamp": 170000000, - "presentationWindowDuration": 9223372036854775807, + "presentationWindowDuration": 9223372036854774806, "liveBackoffDuration": 0, "timescale": 10000000, "forceEndTimestamp": false