You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 30, 2024. It is now read-only.
I'm currently testing MediaKind as a replacement for AMS.
For backwards compatibility reasons it would be much appreciated to have support in the Assets.CreateOrUpdateAsync to provide an AltenateId so it can be set in the AssetProperties.
Do you think this is a reasonable improvement to the library?
The text was updated successfully, but these errors were encountered:
Oh you are right. I can add this parameter to the CreateOrUpdateAsync method.
I can also add a method which takes the asset properties as parameter for the creation.
Something like we have for content key policy creation
ContentKeyPolicySchema CreateAsync(string contentKeyPolicyName, ContentKeyPolicyProperties properties);
I'm currently testing MediaKind as a replacement for AMS.
For backwards compatibility reasons it would be much appreciated to have support in the
Assets.CreateOrUpdateAsync
to provide anAltenateId
so it can be set in theAssetProperties
.Do you think this is a reasonable improvement to the library?
The text was updated successfully, but these errors were encountered: