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

Cosmos: project depends on azure/identity #14237

Merged
merged 1 commit into from
Mar 11, 2021

Conversation

jeffwilcox
Copy link
Contributor

The package.json for the project needs to have the identity package
within its dependencies, not the dev dependencies, or else it will
cause problems when building in TypeScript projects.

This:

  • moves the package from dev deps to deps
  • moves a types package from deps to dev deps

Note, there is reference to a library called @azure/dev-tool that
is not published, so I am unable to run tests.

See also:

The package.json for the project needs to have the identity package
within its dependencies, not the dev dependencies, or else it will
cause problems when building in TypeScript projects.

This:

- moves the package from dev deps to deps
- moves a types package from deps to dev deps

Note, there is reference to a library called @azure/dev-tool that
is not published, so I am unable to run tests.

See also:
- #13202
- #14236
@ghost ghost added Cosmos customer-reported Issues that are reported by GitHub users external to the Azure organization. labels Mar 11, 2021
@ghost
Copy link

ghost commented Mar 11, 2021

Thank you for your contribution jeffwilcox! We will review the pull request and get back to you soon.

@zfoster
Copy link
Contributor

zfoster commented Mar 11, 2021

thanks @jeffwilcox

@zfoster zfoster merged commit 677c855 into Azure:master Mar 11, 2021
@jeffwilcox jeffwilcox deleted the cosmos-package-update branch March 11, 2021 14:48
@deyaaeldeen
Copy link
Member

@jeffwilcox dev-tool is an internal package managed by rush, the tool we use to build our SDK. Please refer to our contributing guide to learn more about how to use it. But the gist of it is to remove any node_modules directory you have and run rush clean && rush update && rush rebuild -t "@azure/cosmos" to build cosmos.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Cosmos customer-reported Issues that are reported by GitHub users external to the Azure organization.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants