Skip to content

Commit

Permalink
[service-bus] prepare for 1.1.8 release (Azure#10057)
Browse files Browse the repository at this point in the history
  • Loading branch information
chradek authored Jul 15, 2020
1 parent 3d9ac3b commit 9185922
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sdk/servicebus/service-bus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 1.1.8 (Unreleased)
## 1.1.8 (2020-07-15)

- Fixes [bug 9926](https://github.com/Azure/azure-sdk-for-js/issues/9926)
where attempting to create AMQP links when the AMQP connection was in the
Expand Down
6 changes: 3 additions & 3 deletions sdk/servicebus/service-bus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Use the client library for Azure Service Bus in your Node.js application to
- Send messages to a Queue or Topic
- Receive messages from a Queue or Subscription

[Source code](https://github.com/Azure/azure-sdk-for-js/tree/%40azure/service-bus_1.1.5/sdk/servicebus/service-bus) | [Package (npm)](https://www.npmjs.com/package/@azure/service-bus) | [API Reference Documentation](https://docs.microsoft.com/en-us/javascript/api/%40azure/service-bus/) | [Product documentation](https://azure.microsoft.com/en-us/services/service-bus/) | [Samples](https://github.com/Azure/azure-sdk-for-js/tree/%40azure/service-bus_1.1.5/sdk/servicebus/service-bus/samples)
[Source code](https://github.com/Azure/azure-sdk-for-js/tree/%40azure/service-bus_1.1.8/sdk/servicebus/service-bus) | [Package (npm)](https://www.npmjs.com/package/@azure/service-bus) | [API Reference Documentation](https://docs.microsoft.com/en-us/javascript/api/%40azure/service-bus/) | [Product documentation](https://azure.microsoft.com/en-us/services/service-bus/) | [Samples](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/servicebus/service-bus/samples-v1)

## Getting Started

Expand Down Expand Up @@ -46,7 +46,7 @@ this class using one of the 3 static methods on it
- This method takes the host name of your Service Bus instance and a credentials object that you need
to generate using the [@azure/ms-rest-nodeauth](https://www.npmjs.com/package/@azure/ms-rest-nodeauth)
library. The host name is of the format `name-of-service-bus-instance.servicebus.windows.net`.
- Refer to the samples that use an [Azure account](https://github.com/Azure/azure-sdk-for-js/blob/%40azure/service-bus_1.0.0/sdk/servicebus/service-bus/samples/javascript/gettingStarted/loginWithAzureAccount.js), [interactive login](https://github.com/Azure/azure-sdk-for-js/blob/%40azure/service-bus_1.1.5/sdk/servicebus/service-bus/samples/javascript/interactiveLogin.js) or [service principal](https://github.com/Azure/azure-sdk-for-js/blob/%40azure/service-bus_1.1.5/sdk/servicebus/service-bus/samples/javascript/servicePrincipalLogin.js)
- Refer to the samples that use an [interactive login](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/servicebus/service-bus/samples-v1/javascript/interactiveLogin.js) or [service principal](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/servicebus/service-bus/samples-v1/javascript/servicePrincipalLogin.js)

### Key concepts

Expand Down Expand Up @@ -247,7 +247,7 @@ export DEBUG=azure:service-bus:error,azure-amqp-common:error,rhea-promise:error,

## Next Steps

Please take a look at the [samples](https://github.com/Azure/azure-sdk-for-js/tree/%40azure/service-bus_1.1.5/sdk/servicebus/service-bus/samples)
Please take a look at the [samples](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/servicebus/service-bus/samples-v1)
directory for detailed examples on how to use this library to send and receive messages to/from
[Service Bus Queues, Topics and Subscriptions](https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-messaging-overview).

Expand Down

0 comments on commit 9185922

Please sign in to comment.