-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Add Azure.Storage meta-package #8826
Conversation
4276340
to
809df18
Compare
809df18
to
347359f
Compare
dotnet add package Azure.Storage | ||
``` | ||
|
||
### Prerequisites |
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 bother with all these empty or copy/pasted sections and just link folks to the other readmes?
@@ -2,6 +2,8 @@ | |||
|
|||
Azure Storage is a Microsoft-managed service providing cloud storage that is highly available, secure, durable, scalable, and redundant. Azure Storage includes Blobs (objects), Queues, and Files. | |||
|
|||
- [Azure.Storage][meta] This is our storage meta-package that references the most common storage libraries, for the time being it only references Blobs. |
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.
Can we move this last after the other Azure.Storage packages? I don't want folks to start here.
|
||
<PackageTags>Storage;Blobs;$(PackageCommonTags)</PackageTags> | ||
<Description> | ||
Package that references the common Azure Storage libraries for things like blob manipulation. |
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.
Package that references all Microsoft Azure Storage libraries
? They brand as Microsoft Azure Storage
in our other packages and we'll probably forget to update this every time we add additional references.
We have decided to not ship this at this point so I'm closing the PR. |
@tg-msft @AlexGhiondea
Fixes #8728