Skip to content

[Storage][Webjobs] Doc strings and drop Core dependency.#16221

Merged
kasobol-msft merged 5 commits intoAzure:masterfrom
kasobol-msft:doc-strings
Oct 23, 2020
Merged

[Storage][Webjobs] Doc strings and drop Core dependency.#16221
kasobol-msft merged 5 commits intoAzure:masterfrom
kasobol-msft:doc-strings

Conversation

@kasobol-msft
Copy link
Copy Markdown
Contributor

@kasobol-msft kasobol-msft commented Oct 23, 2020

In this PR:

  • cleanup/tweaks of doc strings.
  • remove explicit dependency on Azure.Core from webjobs packages

@ghost ghost added the Storage Storage Service (Queues, Blobs, Files) label Oct 23, 2020
@kasobol-msft kasobol-msft marked this pull request as ready for review October 23, 2020 17:32
@kasobol-msft kasobol-msft changed the title [Storage][Webjobs] Doc strings. [Storage][Webjobs] Doc strings and drop Core dependency. Oct 23, 2020
@kasobol-msft kasobol-msft requested a review from pakrym October 23, 2020 18:02
Comment thread sdk/storage/Directory.Build.props Outdated
</PropertyGroup>

<Import Condition="'$(IsClientLibrary)' == 'true' AND '$(IsMgmtClientLibrary)' != 'true'" Project="$(MSBuildThisFileDirectory)..\core\Azure.Core\src\Azure.Core.props" />
<Import Condition="'$(IsClientLibrary)' == 'true' AND '$(IsMgmtClientLibrary)' != 'true' AND '$(IsWebjobsProject)' != 'true'" Project="$(MSBuildThisFileDirectory)..\core\Azure.Core\src\Azure.Core.props" />
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we just move this reference to individual projects that need it?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like Azure.Storage.Common uses Core types and anything else within Storage is using that. So I moved it there.

@kasobol-msft
Copy link
Copy Markdown
Contributor Author

/check-enforcer override

@kasobol-msft kasobol-msft merged commit b2917ee into Azure:master Oct 23, 2020
annelo-msft pushed a commit to annelo-msft/azure-sdk-for-net that referenced this pull request Feb 17, 2021
* todo docs.

* blob docs strings.

* queue docs.

* remove explicit dependency on core from webjobs.

* PR Feedback.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Storage Storage Service (Queues, Blobs, Files)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants