Skip to content

Commit 7800118

Browse files
authored
Merge pull request MicrosoftDocs#253 from MicrosoftDocs/master
1/23 Publish
2 parents df23829 + a8163bf commit 7800118

File tree

1,753 files changed

+147987
-382326
lines changed

Some content is hidden

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

1,753 files changed

+147987
-382326
lines changed

appveyor.yml

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

docs-ref-autogen/azure-arm-advisor/AdvisorManagementClient.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ items:
3131
parameters:
3232
- id: credentials
3333
type:
34-
- azure-arm-advisor.credentials
34+
- undefinedcredentials
3535
description: Credentials needed for the client to connect to Azure.
3636
- id: subscriptionId
3737
type:
@@ -55,11 +55,7 @@ items:
5555
- id: options.requestOptions
5656
type:
5757
- object
58-
description: >-
59-
Options for the underlying request object
60-
61-
[Options
62-
doc](https://github.com/request/request#requestoptions-callback)
58+
description: "Options for the underlying request object\r[Options doc](https://github.com/request/request#requestoptions-callback)"
6359
optional: true
6460
- id: options.noRetryPolicy
6561
type:

docs-ref-autogen/azure-arm-advisor/Operations.yml

Lines changed: 13 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ items:
3333
parameters:
3434
- id: client
3535
type:
36-
- azure-arm-advisor.AdvisorManagementClient
36+
- undefinedAdvisorManagementClient
3737
description: Reference to the service client.
3838
content: new Operations(client)
3939
langs:
@@ -68,9 +68,7 @@ items:
6868
- id: options.customHeaders
6969
type:
7070
- object
71-
description: |-
72-
Headers that will be added to the
73-
request
71+
description: "Headers that will be added to the\rrequest"
7472
optional: true
7573
return:
7674
type:
@@ -92,34 +90,8 @@ items:
9290
value: '{OperationEntityListResult} - The deserialized result object.'
9391
- originalTitle: reject
9492
title: reject
95-
text: |-
96-
{Error} - The error object.
97-
98-
{function} optionalCallback(err, result, request, response)
99-
100-
{Error} err - The Error object if an error occurred, null otherwise.
101-
102-
{object} [result] - The deserialized result object if an error did not occur.
103-
See {@link OperationEntityListResult} for more
104-
information.
105-
106-
{object} [request] - The HTTP Request object if an error did not occur.
107-
108-
{stream} [response] - The HTTP Response stream if an error did not occur.
109-
value: |-
110-
{Error} - The error object.
111-
112-
{function} optionalCallback(err, result, request, response)
113-
114-
{Error} err - The Error object if an error occurred, null otherwise.
115-
116-
{object} [result] - The deserialized result object if an error did not occur.
117-
See {@link OperationEntityListResult} for more
118-
information.
119-
120-
{object} [request] - The HTTP Request object if an error did not occur.
121-
122-
{stream} [response] - The HTTP Response stream if an error did not occur.
93+
text: "{Error} - The error object.\r\r{function} optionalCallback(err, result, request, response)\r\r {Error} err - The Error object if an error occurred, null otherwise.\r\r {object} [result] - The deserialized result object if an error did not occur.\r See {@link OperationEntityListResult} for more\r information.\r\r {object} [request] - The HTTP Request object if an error did not occur.\r\r {stream} [response] - The HTTP Response stream if an error did not occur."
94+
value: "{Error} - The error object.\r\r{function} optionalCallback(err, result, request, response)\r\r {Error} err - The Error object if an error occurred, null otherwise.\r\r {object} [result] - The deserialized result object if an error did not occur.\r See {@link OperationEntityListResult} for more\r information.\r\r {object} [request] - The HTTP Request object if an error did not occur.\r\r {stream} [response] - The HTTP Response stream if an error did not occur."
12395
type: Function
12496
syntax:
12597
parameters:
@@ -131,9 +103,7 @@ items:
131103
- id: options.customHeaders
132104
type:
133105
- object
134-
description: |-
135-
Headers that will be added to the
136-
request
106+
description: "Headers that will be added to the\rrequest"
137107
optional: true
138108
- id: optionalCallback
139109
type:
@@ -144,11 +114,7 @@ items:
144114
type:
145115
- function
146116
- Promise
147-
description: |-
148-
If a callback was passed as the last parameter
149-
then it returns the callback else returns a Promise.
150-
151-
{Promise} A promise is returned
117+
description: "If a callback was passed as the last parameter\rthen it returns the callback else returns a Promise.\r\r{Promise} A promise is returned"
152118
content: 'function list(options, optionalCallback)'
153119
langs:
154120
- js
@@ -179,9 +145,7 @@ items:
179145
- id: nextPageLink
180146
type:
181147
- string
182-
description: |-
183-
The NextLink from the previous successful call
184-
to List operation.
148+
description: "The NextLink from the previous successful call\rto List operation."
185149
- id: options
186150
type:
187151
- object
@@ -190,9 +154,7 @@ items:
190154
- id: options.customHeaders
191155
type:
192156
- object
193-
description: |-
194-
Headers that will be added to the
195-
request
157+
description: "Headers that will be added to the\rrequest"
196158
optional: true
197159
return:
198160
type:
@@ -216,43 +178,15 @@ items:
216178
value: '{OperationEntityListResult} - The deserialized result object.'
217179
- originalTitle: reject
218180
title: reject
219-
text: |-
220-
{Error} - The error object.
221-
222-
{function} optionalCallback(err, result, request, response)
223-
224-
{Error} err - The Error object if an error occurred, null otherwise.
225-
226-
{object} [result] - The deserialized result object if an error did not occur.
227-
See {@link OperationEntityListResult} for more
228-
information.
229-
230-
{object} [request] - The HTTP Request object if an error did not occur.
231-
232-
{stream} [response] - The HTTP Response stream if an error did not occur.
233-
value: |-
234-
{Error} - The error object.
235-
236-
{function} optionalCallback(err, result, request, response)
237-
238-
{Error} err - The Error object if an error occurred, null otherwise.
239-
240-
{object} [result] - The deserialized result object if an error did not occur.
241-
See {@link OperationEntityListResult} for more
242-
information.
243-
244-
{object} [request] - The HTTP Request object if an error did not occur.
245-
246-
{stream} [response] - The HTTP Response stream if an error did not occur.
181+
text: "{Error} - The error object.\r\r{function} optionalCallback(err, result, request, response)\r\r {Error} err - The Error object if an error occurred, null otherwise.\r\r {object} [result] - The deserialized result object if an error did not occur.\r See {@link OperationEntityListResult} for more\r information.\r\r {object} [request] - The HTTP Request object if an error did not occur.\r\r {stream} [response] - The HTTP Response stream if an error did not occur."
182+
value: "{Error} - The error object.\r\r{function} optionalCallback(err, result, request, response)\r\r {Error} err - The Error object if an error occurred, null otherwise.\r\r {object} [result] - The deserialized result object if an error did not occur.\r See {@link OperationEntityListResult} for more\r information.\r\r {object} [request] - The HTTP Request object if an error did not occur.\r\r {stream} [response] - The HTTP Response stream if an error did not occur."
247183
type: Function
248184
syntax:
249185
parameters:
250186
- id: nextPageLink
251187
type:
252188
- string
253-
description: |-
254-
The NextLink from the previous successful call
255-
to List operation.
189+
description: "The NextLink from the previous successful call\rto List operation."
256190
- id: options
257191
type:
258192
- object
@@ -261,9 +195,7 @@ items:
261195
- id: options.customHeaders
262196
type:
263197
- object
264-
description: |-
265-
Headers that will be added to the
266-
request
198+
description: "Headers that will be added to the\rrequest"
267199
optional: true
268200
- id: optionalCallback
269201
type:
@@ -274,16 +206,7 @@ items:
274206
type:
275207
- function
276208
- Promise
277-
description: |-
278-
If a callback was passed as the last parameter
279-
then it returns the callback else returns a Promise.
280-
281-
{Promise} A promise is returned
209+
description: "If a callback was passed as the last parameter\rthen it returns the callback else returns a Promise.\r\r{Promise} A promise is returned"
282210
content: 'function listNext(nextPageLink, options, optionalCallback)'
283211
langs:
284212
- js
285-
references:
286-
- uid: azure-arm-advisor.AdvisorManagementClient
287-
name: AdvisorManagementClient
288-
fullName: azure-arm-advisor.AdvisorManagementClient
289-
isExternal: false

0 commit comments

Comments
 (0)