-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update root readme with November releases #8462
Conversation
Can one of the admins verify this patch? |
README.md
Outdated
The libraries released in the November 2019 preview: | ||
- [azure-cosmos](./sdk/cosmos/azure-cosmos) | ||
- [azure-eventhubs](./sdk/eventhub/azure-eventhubs) | ||
- [azure-storage-file](./sdk/storage/azure-storage-file-share) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we call this azure-storage-file-share?
### Client: July 2019 Preview | ||
New wave of packages that we are currently releasing in **Preview**. These libraries allow you to use and consume existing resources and interact with them, for example: upload a blob. These libraries share a number of core functionalities such as: retries, logging, transport protocols, authentication protocols, etc. that can be found in the [azure-core](./sdk/core/azure-core) library. You can learn more about these libraries by reading guidelines that they follow [here](https://azuresdkspecs.z5.web.core.windows.net/PythonSpec.html). | ||
### Client: November 2019 Releases | ||
New wave of packages that we are announcing as **GA** and several that are currently releasing in **preview**. These libraries allow you to use and consume existing resources and interact with them, for example: upload a blob. These libraries share a number of core functionalities such as: retries, logging, transport protocols, authentication protocols, etc. that can be found in the [azure-core](./sdk/core/azure-core) library. You can learn more about these libraries by reading guidelines that they follow [here](https://azure.github.io/azure-sdk/python_introduction.html). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm good with merging this, but the term "GA" is a very Microsoft:y term. You generally have pre-release and stable releases. I would, however, prefer if we switched GA with with stable (as we are doing in the rest of the document).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
100% agreed, will have another wave of changes soon - for now just want to make sure we actually point to releases
### Client: July 2019 Preview | ||
New wave of packages that we are currently releasing in **Preview**. These libraries allow you to use and consume existing resources and interact with them, for example: upload a blob. These libraries share a number of core functionalities such as: retries, logging, transport protocols, authentication protocols, etc. that can be found in the [azure-core](./sdk/core/azure-core) library. You can learn more about these libraries by reading guidelines that they follow [here](https://azuresdkspecs.z5.web.core.windows.net/PythonSpec.html). | ||
### Client: November 2019 Releases | ||
New wave of packages that we are announcing as **GA** and several that are currently releasing in **preview**. These libraries allow you to use and consume existing resources and interact with them, for example: upload a blob. These libraries share a number of core functionalities such as: retries, logging, transport protocols, authentication protocols, etc. that can be found in the [azure-core](./sdk/core/azure-core) library. You can learn more about these libraries by reading guidelines that they follow [here](https://azure.github.io/azure-sdk/python_introduction.html). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While technically true, most of this functionality is exposed directly from the service-specific client libraries or from azure-identity
. I would not link to azure-core
from here. I'm on the fence as to if the python guidelines are appropriate as well. As a customer, I'm likely here to get stuff done. The design guidelines is something I might get to at some point. But not as the first thing I encounter.l
* move remaining smoketest files out of samples folder (this branch was open a long time ago and the new files were missed in a rebase) add remaining KV smoke tests back in add to requirements allow for other versions of python 3.7 update to use older interfaces fix up smoke tests for september 2019 preview name the matrix entry properly do not wait for cert creation in b3 * [AutoPR] azure-kusto/resource-manager (#7300) * Generated from 8264dcc49e0bc239013cd76ce9664f83f1041967 (#7036) Update Kusto.json with TSVE data format * Generated from 1998560b95ad1853979c663b19710407a2266926 (#7299) Updated readme files * Generated from 63d0bd0751dd12efb7a19fd63807a26919c02b11 (#7424) Add support for attached databases * regenerated kusto * changelist and version * removed files that were generated by mistake * Restapi auto eventgrid/resource manager (#8570) * regenerated eventgrid * history and version * changed version to rc2 * Update root readme with November releases (#8462) * Update root readme with Novemeber releases * Update README.md * Update README.md * Make preparer force https for storage account (#8563) * Update storage_testcase.py * small fix * Get Package namespace by parsing setup.py (#8461)
* [AutoPR] cosmos-db/resource-manager (#8009) * [AutoPR cosmos-db/resource-manager] Add Sql StoredProcedures, UDFs and Triggers for CosmosDB resources (#7369) * Generated from 5e92b1905562d8700a822323582227df1a50540e introducing Sql StoreProcedures in CosmosDB Resources * Generated from 475ed8ecb444f16acaf7c387a491fb459a8af08b additional changes * Generated from 44e321cfac5b8d3d211e0826b44696674a78a7b4 addressed comments from ARM * Generated from 59fba539e99c62e2ed249308bab54f01d4dec32d modeling triggerType as enum * Generated from 1b3dc2af41354e999b07358a3e57394e1ec98524 typo * Generated from c4257daedeab6595725589c25bd2ab3568583f79 fix for model validation check * Generated from 85b2cb4e0a6eb554fd1cb274d8a6dbdf3ce13055 (#7679) chore: jsonfmt cosmos-db * regenerated * fix script * another place * fix * fix * one more change * one more * regenerated * history and version * regenerated tests * regenerated cosmosdb single api * update * regenerated again * updated history + fixes * rerecorded tests * Improve chained and defaultazurecredential error messages (#8109) * Attempt to bolster chained and defaultazurecredential error messages with slightly more detail, and spacing. * Add aka link to identity docs for defaultazurecredential exceptions * Fix lint failures, further nitpicks to capitalization, spacing, and verbage. * PR comments, tweaking error verbage and pylint modifiers. * fix NetworkTraceLoggingPolicy to save logging_enable in context (#8469) * fix NetworkTraceLoggingPolicy to save logging_enable in context * add tests * set read only change (#8453) * set read only change * make pylint happy * add PR # * delete unwanted tests * fix typo * [Storage] Improve Bad Connection String message (#8471) * Improve Connection String message * change * add tests * changes * changes * move remaining smoketest files out of samples folder (this branch was open a long time ago and the new files were missed in a rebase) add remaining KV smoke tests back in add to requirements allow for other versions of python 3.7 update to use older interfaces fix up smoke tests for september 2019 preview name the matrix entry properly do not wait for cert creation in b3 * [AutoPR] azure-kusto/resource-manager (#7300) * Generated from 8264dcc49e0bc239013cd76ce9664f83f1041967 (#7036) Update Kusto.json with TSVE data format * Generated from 1998560b95ad1853979c663b19710407a2266926 (#7299) Updated readme files * Generated from 63d0bd0751dd12efb7a19fd63807a26919c02b11 (#7424) Add support for attached databases * regenerated kusto * changelist and version * removed files that were generated by mistake * Restapi auto eventgrid/resource manager (#8570) * regenerated eventgrid * history and version * changed version to rc2 * Update root readme with November releases (#8462) * Update root readme with Novemeber releases * Update README.md * Update README.md * Make preparer force https for storage account (#8563) * Update storage_testcase.py * small fix * Get Package namespace by parsing setup.py (#8461)
No description provided.