Closed scbedd closed 1 year ago
Label prediction was below confidence level 0.6
for Model:ServiceLabels
: 'Event Hubs:0.1591071,Azure.Identity:0.11496227,EngSys:0.051701605'
Additional feedback from @xiangyan99
Like the information we show in https://azure.github.io/azure-sdk/releases/latest/python.html, we want to find a place for customers to know which packages are available in conda.
The issue we cannot combine the conda release status into https://azure.github.io/azure-sdk/releases/latest/python.html by adding new badge is we simplified the packages (e.g. we combined storage packages into one package) hence it is not a 1 on 1 mapping to the pypi one.
Given we plan to release every three months, the page will be updated quarterly. The information can be like
Will open follow-up issue for release components.
CC @xiangyan99 for awareness.
Re-orchestrate conda artifact assembly
internal
for publishing and package assembly.integration
publishing online all the packages. Doing so will enable tiered update when Xiang is rolling out a set of conda packages. EG: He releasesazure-core
-> builds and publishes to integration feed. Once that package is available, the other packages that take a dependency (azure-storage
for instance) can also be published successfully.conda
package versus a standard one.Publish directly to
microsoft
conda channelAfter we work out the final artifacts...
new package onboarding
with the conda channel. We need the error to be explicit and redirect the dev to the proper place to finish the process.