Skip to content

Commit c2ecc71

Browse files
authored
[AMS] upgrade AMS stable release version 2020-05-01 (Azure#18881)
* [AMS] upgrade AMS stable release version 2020-05-01 * fix AzSdk.props file with the new stable API version.
1 parent 8a64331 commit c2ecc71

File tree

74 files changed

+3039
-143
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+3039
-143
lines changed

eng/mgmt/mgmtmetadata/mediaservices_resource-manager.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ Commencing code generation
44
Generating CSharp code
55
Executing AutoRest command
66
cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/mediaservices/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --opt-in-extensible-enums --tag=package-2020-05 --csharp-sdks-folder=D:\GitHub\giakasRepros\azure-sdk-for-net\sdk
7-
2020-10-02 18:19:07 UTC
7+
2021-02-19 18:16:31 UTC
88
Azure-rest-api-specs repository information
99
GitHub fork: Azure
1010
Branch: master
11-
Commit: 257f060be8b60d8468584682aa2d71b1faa5f82c
11+
Commit: 9b54876963319fc1fd4e575ccff3ab95458d2625
1212
AutoRest information
1313
Requested version: v2
1414
Bootstrapper version: autorest@1.9.1
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
1+
<Project ToolsVersion="15.0"
2+
xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
23
<!--This file and it's contents are updated at build time moving or editing might result in build failure. Take due deligence while editing this file-->
34
<PropertyGroup>
4-
<AzureApiTag>Media_2018-07-01;</AzureApiTag>
5+
<AzureApiTag>Media_2020-05-01;</AzureApiTag>
56
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags>
67
</PropertyGroup>
78
</Project>
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Microsoft.Azure.Management.Media release notes
2+
3+
## Changes in 3.0.4
4+
5+
This SDK is using 2020-05-01 version of the API.
6+
7+
New features added to encoder:
8+
9+
- Added new built-in encoder presets for H265
10+
- Input track and stream selection
11+
- Audio channel mapping
12+
- Stitching of multiple clips
13+
14+
## Changes in 3.0.3
15+
16+
- Fixed a bug with AssemblyFile version.
17+
18+
## Changes in 3.0.2
19+
20+
This SDK is using 2020-05-01 version of the API
21+
22+
- The Media Services account now supports system managed identities.
23+
- When a Media Services account has a managed identity, it can be used to enable encryption at REST with a customer managed key.
24+
- When a Media Services account has a managed identity, it can be used to access the attached storage accounts using the managed identity.
25+
- Live event added an Allocate action to put it into StandBy state.
26+
- Updates to most live event properties are now allowed when the live event is in stopped and standby state.
27+
- Users can specify a prefix for the static hostname for the live event's input and preview URLs.
28+
- VanityUrl is now called useStaticHostName to better reflect the intent of the property.
29+
- When an encoding live event receives input with aspect ratio different from the one specified in the preset, stretch mode allows customers to specify the stretching behavior for the output.
30+
- Encoding live events can now be configured to output constant fragment size of between 0.5 to 20 seconds.
31+
- Live transcription APIs allow customers to turn on live transcription for one of the many supported languages.
32+
- Added property Video.SyncMode which controls the frame rate of the encoded output. Supported values are "Auto", "Passthrough", "Cfr", and "Vfr".
33+
- Added Property JpgImage.SpriteColumn, which can be used to set the number of columns used in thumbnail sprite image
34+
- Added CopyAllBitrateNonInterleaved Preset, which can be used to clip an existing asset or convert a group of key frame (GOP) aligned MP4 files as an asset that can be streamed.
35+
- Added UtcClipTime class, which specifies the clip time as a Utc time position in the media file during a job creation.
36+
- Added the “Mode” property to Audio/VideoAnalyzerPresets, exposing a new Basic Mode that only performs transcription and caption generation.
37+
38+
### Breaking changes:
39+
40+
- VanityUrl property on LiveEvent is now called UseStaticHostName to better reflect the intent of the property.
41+
- SubscriptionMediaService class has been removed in favor of MediaService class. SubscriptionMediaService is a duplicate of MediaService class.
42+
- Basic and Standard live encoding types referred to the same live event type. Basic LiveEventEncodingType has now been removed. Supported encoding types are Standard, Premium1080p or None.

sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/AzureMediaServicesClient.cs

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/AccountFilter.cs

Lines changed: 14 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/Asset.cs

Lines changed: 14 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/AssetFilter.cs

Lines changed: 14 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/AttributeFilter.cs

Lines changed: 124 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/AttributeFilterConverter.cs

Lines changed: 53 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)