-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Update Node.js & browser support in README #16011
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
Conversation
xirzec
left a comment
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.
Awesome! 🚀
sdk/monitor/monitor-opentelemetry-exporter/samples/@azure/storage-blob/javascript/README.md
Outdated
Show resolved
Hide resolved
sdk/monitor/monitor-opentelemetry-exporter/samples/@azure/storage-blob/typescript/README.md
Outdated
Show resolved
Hide resolved
deyaaeldeen
left a comment
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.
Thanks a lot!
jeremymeng
left a comment
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.
couple of nits
| ## Prerequisites | ||
|
|
||
| The sample is compatible with Node.js >= 8.0.0 | ||
| The sample is compatible with [LTS versions of Node.js](https://nodejs.org/about/releases/) |
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.
nit: missing period
| The sample is compatible with [LTS versions of Node.js](https://nodejs.org/about/releases/) | |
| The sample is compatible with [LTS versions of Node.js](https://nodejs.org/about/releases/). |
| ## Prerequisites | ||
|
|
||
| The samples are compatible with Node.js >= 8.0.0. | ||
| The samples are compatible with [LTS versions of Node.js](https://nodejs.org/about/releases/) |
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.
nit: missing period
| The samples are compatible with [LTS versions of Node.js](https://nodejs.org/about/releases/) | |
| The samples are compatible with [LTS versions of Node.js](https://nodejs.org/about/releases/). |
| ### Prerequisites | ||
|
|
||
| - An [Azure subscription](https://azure.microsoft.com/free/) | ||
| - A[Key Vault resource](https://docs.microsoft.com/azure/key-vault/quick-create-portal) |
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.
| - A[Key Vault resource](https://docs.microsoft.com/azure/key-vault/quick-create-portal) | |
| - A [Key Vault resource](https://docs.microsoft.com/azure/key-vault/quick-create-portal) |
|
Thanks @jeremymeng, I'll add the missing periods and spaces in a separate PR CI for all is green except cosmos which is a known issue and @zfoster is on it |
|
/check-enforcer override |
As part of #7022, we need to update the README of all our packages to ensure our support policy is up to date.
Net changes in this PR:
supported environmentsandprerequesitesThis PR intentionally focuses only on the readme file.
There will be a separate PR updating the
enginesfield and the version of@types/nodein the package.json files.Ask on package owners: Speak up if your readme file in this PR states browser support but your package does not really work in the browser or the other way around