Azure-Samples / media-services-v3-dotnet

The projects in this repository show how to implement different Azure Media Services scenarios using the v3 version.
MIT License
58 stars 52 forks source link

Microsoft.Azure.Management.Media is Deprecated #99

Closed andyvig closed 1 year ago

andyvig commented 1 year ago

This issue is for a: (mark with an x)

- [ ] bug report -> please search issues before submitting
- [ ] feature request
- [x] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

Minimal steps to reproduce

Download and run the sample

Any log messages given by the failure

Nuget UI warns the Microsoft.Azure.Management.Media package is deprecated

Expected/desired behavior

Some idea of how to migrate from Microsoft.Azure.Management.Media to Azure.Management.Media. The nuget link sends me here which has zero details about Azure Media Services.

OS and Version?

Windows latest, .net6

Versions

Latest

Mention any other details that might be useful

I can't seem to find a single resources that notes how to migrate off of the deprecated Microsoft.Azure.Management.Media package. If one exists please let me know! Thanks.

xpouyat commented 1 year ago

Hello, The Track2 branch has some samples which have been migrated to the the new Azure.Management.Media SDK.

For example :

https://github.com/Azure-Samples/media-services-v3-dotnet/blob/track2/Assets/Program.cs https://github.com/Azure-Samples/media-services-v3-dotnet/blob/track2/Account/CreateAccount/Program.cs https://github.com/Azure-Samples/media-services-v3-dotnet/blob/track2/VideoEncoding/Encoding_HEVC/Program.cs https://github.com/Azure-Samples/media-services-v3-dotnet/blob/track2/Live/LiveEventWithDVR/Program.cs

Work is not complete, that's why it is in a separate branch for now.

johndeu commented 1 year ago

Yes, We are actively updating the samples to track2 in the track2 branch. Please monitor the work ongoing in that branch.

FYI : @giakas

xpouyat commented 1 year ago

All samples have been moved to the new Azure.Management.Media SDK. Main branch has been updated.