Skip to content
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

Closed
wants to merge 1 commit into from

Conversation

weshaggard
Copy link
Member

dotnet add package Azure.Storage
```

### Prerequisites
Copy link
Member

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.
Copy link
Member

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.
Copy link
Member

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.

@weshaggard
Copy link
Member Author

We have decided to not ship this at this point so I'm closing the PR.

@weshaggard weshaggard closed this Nov 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create mechanism for building metapackage
4 participants