Adding / Reading description and tags for Environment using Python SDK
Hi, I'm able to create environments and register them using Python SDK. However, I can't find a way to add "Description" and "Tags".
I can add them from the web portal after registering though (refer image). I then tried to read it back using:
env = Environment.get(ws, "my_env")
However, I can't seem to find the description / tag information anywhere within the env object

Any leads please? Thanks.
metadata is not exposed in v1 python sdk
Thanks @vizhur Any plans for adding this feature? It'll be very helpful to track differences between environment versions, e.g. which modules were added / removed.
There are no current plans to backport the feature to v1 AzureML Python SDK, feature is available for v2 https://docs.microsoft.com/en-us/azure/machine-learning/concept-v2