Skip to content

Commit b11c9b6

Browse files
author
JiayueHu
authored
Merge pull request MicrosoftDocs#535 from MicrosoftDocs/smoke-test
CI Update
2 parents 19ea3ea + 4f887d7 commit b11c9b6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+1193
-4781
lines changed

preview-packages/docs-ref-autogen/@azure/service-bus/BatchingReceiver.yml

Lines changed: 0 additions & 138 deletions
This file was deleted.

preview-packages/docs-ref-autogen/@azure/service-bus/Callee.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

preview-packages/docs-ref-autogen/@azure/service-bus/Client.yml

Lines changed: 35 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -4,86 +4,76 @@ items:
44
name: Client
55
fullName: Client
66
children:
7-
- '@azure/service-bus.Client.constructor'
87
- '@azure/service-bus.Client.close'
8+
- '@azure/service-bus.Client.detached'
9+
- '@azure/service-bus.Client.entityPath'
910
- '@azure/service-bus.Client.id'
10-
- '@azure/service-bus.Client.name'
1111
langs:
1212
- typeScript
13-
type: class
14-
summary: Describes the base class for a client.
13+
type: interface
14+
summary: Interface for Queue/Topic/Subscription clients
1515
package: '@azure/service-bus'
16-
- uid: '@azure/service-bus.Client.constructor'
17-
name: 'Client(string, ConnectionContext)'
16+
- uid: '@azure/service-bus.Client.close'
17+
name: close()
1818
children: []
19-
type: constructor
19+
type: method
2020
langs:
2121
- typeScript
22-
summary: >-
23-
Instantiates a client pointing to the ServiceBus entity given by this
24-
configuration.
22+
summary: Closes the client.
2523
syntax:
26-
content: 'new Client(name: string, context: ConnectionContext)'
27-
parameters:
28-
- id: name
29-
type:
30-
- string
31-
description: The entity name.
32-
- id: context
33-
type:
34-
- '@azure/service-bus.ConnectionContext'
35-
description: The connection context to create the QueueClient.
24+
content: function close()
25+
parameters: []
26+
return:
27+
type:
28+
- Promise<void>
3629
package: '@azure/service-bus'
37-
- uid: '@azure/service-bus.Client.close'
38-
name: close()
30+
- uid: '@azure/service-bus.Client.detached'
31+
name: detached(AmqpError | Error)
3932
children: []
4033
type: method
4134
langs:
4235
- typeScript
43-
summary: Closes the client. This is an abstract method.
36+
summary: Will reconnect the client if neccessary.
4437
syntax:
45-
content: function close()
46-
parameters: []
38+
content: 'function detached(error?: AmqpError | Error)'
39+
parameters:
40+
- id: error
41+
type:
42+
- AmqpError | Error
43+
description: |
44+
Error if any
45+
optional: true
4746
return:
4847
type:
4948
- Promise<void>
5049
package: '@azure/service-bus'
51-
- uid: '@azure/service-bus.Client.id'
52-
name: id
53-
fullName: id
50+
- uid: '@azure/service-bus.Client.entityPath'
51+
name: entityPath
52+
fullName: entityPath
5453
children: []
5554
langs:
5655
- typeScript
5756
type: property
5857
summary: >-
59-
{string} id A unique identifier for the client. It is usually a
60-
combination of
61-
62-
the name and a Guid.
58+
{string} The entitypath for the Service Bus entity for which this client
59+
is created.
6360
syntax:
64-
content: 'id: string'
61+
content: 'entityPath: string'
6562
return:
6663
type:
6764
- string
6865
package: '@azure/service-bus'
69-
- uid: '@azure/service-bus.Client.name'
70-
name: name
71-
fullName: name
66+
- uid: '@azure/service-bus.Client.id'
67+
name: id
68+
fullName: id
7269
children: []
7370
langs:
7471
- typeScript
7572
type: property
76-
summary: '{string} name The name of the entity (queue, topic, subscription, etc.)'
73+
summary: '{string} A unique identifier for the client.'
7774
syntax:
78-
content: 'name: string'
75+
content: 'id: string'
7976
return:
8077
type:
8178
- string
8279
package: '@azure/service-bus'
83-
references:
84-
- uid: '@azure/service-bus.ConnectionContext'
85-
name: ConnectionContext
86-
spec.typeScript:
87-
- name: ConnectionContext
88-
fullName: ConnectionContext
89-
uid: '@azure/service-bus.ConnectionContext'

preview-packages/docs-ref-autogen/@azure/service-bus/Concrete.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)