-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Update Node.js & browser support in README #16011
Conversation
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
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!
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
@@ -37,7 +37,7 @@ This sample demonstrates a few alternatives to integrating with Azure Key Vault | |||
|
|||
## 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/). |
@@ -9,7 +9,7 @@ In this sample, we build a simple [Electron][electron] application and integrati | |||
|
|||
## 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 environments
andprerequesites
This PR intentionally focuses only on the readme file.
There will be a separate PR updating the
engines
field and the version of@types/node
in 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