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
The Microsoft.Azure.Management.ContainerRegistry API does not appear to have support for the Import API. As a result users who would like to invoke this functionality are forced to utilize the Inner API (e.g. azure.ContainerRegistries.Inner.ImportImageAsync). My understanding is that the Inner API is not recommended since it is not guaranteed to be backward compatible from one version of the SDK to the next.
The text was updated successfully, but these errors were encountered:
The Microsoft.Azure.Management.ContainerRegistry API does not appear to have support for the
Import
API. As a result users who would like to invoke this functionality are forced to utilize theInner
API (e.g.azure.ContainerRegistries.Inner.ImportImageAsync
). My understanding is that the Inner API is not recommended since it is not guaranteed to be backward compatible from one version of the SDK to the next.The text was updated successfully, but these errors were encountered: