Skip to content

Commit

Permalink
fix remaining storage paths
Browse files Browse the repository at this point in the history
  • Loading branch information
KarishmaGhiya committed Jun 25, 2020
1 parent e90064d commit eb67833
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sdk/storage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This project provides client libraries in JavaScript that makes it easy to consu
- @azure/storage-file-datalake [Package (npm)](https://www.npmjs.com/package/@azure/storage-file-datalake)
- @azure/storage-file-share [Package (npm)](https://www.npmjs.com/package/@azure/storage-file-share)
- @azure/storage-queue [Package (npm)](https://www.npmjs.com/package/@azure/storage-queue)
- [API Reference documentation](https://docs.microsoft.com/javascript/api/overview/azure/storage)
- [API Reference documentation](https://docs.microsoft.com/javascript/api/overview/azure/storage-overview)
- [Azure Storage REST APIs](https://docs.microsoft.com/en-us/rest/api/storageservices/)

## Key concepts
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/storage-queue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
- Updated HTTP client from axios to node-fetch in Node.js runtime.
- A new option `keepAliveOptions` added to parameter of `newPipeline()` which controls keep-alive configurations. Keep-alive is enabled by default.
- Pass through `options.abortSignal` to the optional `abortSignal` attribute in option bags instead of using `AbortSignal.none` as the default value when `options.abortSignal` is not specified.
- Basic HTTP proxy authentication support is added. Proxy settings can be passed in the options while creating a new client. Example - [typescript/proxyAuth.ts](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/storage/storage-queue/samples/typescript/proxyAuth.ts)
- Basic HTTP proxy authentication support is added. Proxy settings can be passed in the options while creating a new client. Example - [typescript/proxyAuth.ts](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/storage/storage-queue/samples/typescript/src/proxyAuth.ts)
- Connection strings for explicit storage endpoints are supported. - [Configure Azure Storage connection strings](https://docs.microsoft.com/en-us/azure/storage/common/storage-configure-connection-string#create-a-connection-string-for-an-explicit-storage-endpoint)

## 12.0.0-preview.2 (2019.08)
Expand Down
4 changes: 2 additions & 2 deletions sdk/storage/storage-queue/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ async function main() {
main();
```

For a complete sample on iterating queues please see [samples/typescript/iterators.ts](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/storage/storage-queue/samples/typescript/iterators.ts).
For a complete sample on iterating queues please see [samples/typescript/iterators.ts](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/storage/storage-queue/samples/typescript/src/iterators.ts).

### Create a new queue

Expand Down Expand Up @@ -421,7 +421,7 @@ async function main() {
main();
```

A complete example of basic scenarios is at [samples/basic.ts](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/storage/storage-queue/samples/typescript/basic.ts).
A complete example of basic scenarios is at [samples/basic.ts](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/storage/storage-queue/samples/typescript/src/basic.ts).

## Troubleshooting

Expand Down

0 comments on commit eb67833

Please sign in to comment.