Skip to content

Commit

Permalink
CI Update
Browse files Browse the repository at this point in the history
  • Loading branch information
VSC-Service-Account committed Feb 5, 2021
1 parent a427043 commit 371cdc4
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 15 deletions.
34 changes: 28 additions & 6 deletions docs-ref-autogen/@azure/core-http/WebResource.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ constructors:
WebResource(string, HttpMethods, unknown, [key: string]: any, [key:
string]: any | HttpHeadersLike, boolean, boolean, AbortSignalLike, number,
(progress: TransferProgressEvent) => void, (progress:
TransferProgressEvent) => void, ProxySettings, boolean, boolean)
TransferProgressEvent) => void, ProxySettings, boolean, boolean,
Set<number>)
uid: '@azure/core-http.WebResource.constructor'
package: '@azure/core-http'
summary: ''
Expand All @@ -35,7 +36,7 @@ constructors:
onUploadProgress?: (progress: TransferProgressEvent) => void,
onDownloadProgress?: (progress: TransferProgressEvent) => void,
proxySettings?: ProxySettings, keepAlive?: boolean, decompressResponse?:
boolean)
boolean, streamResponseStatusCodes?: Set<number>)
parameters:
- id: url
type: string
Expand Down Expand Up @@ -81,6 +82,9 @@ constructors:
- id: decompressResponse
type: boolean
description: ''
- id: streamResponseStatusCodes
type: Set&lt;number&gt;
description: ''
properties:
- name: abortSignal
uid: '@azure/core-http.WebResource.abortSignal'
Expand Down Expand Up @@ -312,18 +316,36 @@ properties:
- name: streamResponseBody
uid: '@azure/core-http.WebResource.streamResponseBody'
package: '@azure/core-http'
summary: >-
Whether or not the body of the HttpOperationResponse should be treated as
a stream.
summary: ''
fullName: streamResponseBody
remarks: ''
isPreview: false
isDeprecated: false
isDeprecated: true
customDeprecatedMessage: >-
Use streamResponseStatusCodes property instead.
Whether or not the body of the HttpOperationResponse should be treated as
a stream.
syntax:
content: 'streamResponseBody?: boolean'
return:
type: boolean
description: ''
- name: streamResponseStatusCodes
uid: '@azure/core-http.WebResource.streamResponseStatusCodes'
package: '@azure/core-http'
summary: >-
A list of status codes whose corresponding HttpOperationResponse body
should be treated as a stream.
fullName: streamResponseStatusCodes
remarks: ''
isPreview: false
isDeprecated: false
syntax:
content: 'streamResponseStatusCodes?: Set<number>'
return:
type: Set&lt;number&gt;
description: ''
- name: timeout
uid: '@azure/core-http.WebResource.timeout'
package: '@azure/core-http'
Expand Down
26 changes: 22 additions & 4 deletions docs-ref-autogen/@azure/core-http/WebResourceLike.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,18 +239,36 @@ properties:
- name: streamResponseBody
uid: '@azure/core-http.WebResourceLike.streamResponseBody'
package: '@azure/core-http'
summary: >-
Whether or not the body of the HttpOperationResponse should be treated as
a stream.
summary: ''
fullName: streamResponseBody
remarks: ''
isPreview: false
isDeprecated: false
isDeprecated: true
customDeprecatedMessage: >-
Use streamResponseStatusCodes property instead.
Whether or not the body of the HttpOperationResponse should be treated as
a stream.
syntax:
content: 'streamResponseBody?: boolean'
return:
type: boolean
description: ''
- name: streamResponseStatusCodes
uid: '@azure/core-http.WebResourceLike.streamResponseStatusCodes'
package: '@azure/core-http'
summary: >-
A list of response status codes whose corresponding HttpOperationResponse
body should be treated as a stream.
fullName: streamResponseStatusCodes
remarks: ''
isPreview: false
isDeprecated: false
syntax:
content: 'streamResponseStatusCodes?: Set<number>'
return:
type: Set&lt;number&gt;
description: ''
- name: timeout
uid: '@azure/core-http.WebResourceLike.timeout'
package: '@azure/core-http'
Expand Down
22 changes: 17 additions & 5 deletions docs-ref-autogen/@azure/core-http/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,21 +217,21 @@ functions:
return:
type: string
description: ''
- name: isStreamOperation(OperationSpec)
uid: '@azure/core-http.isStreamOperation'
- name: getStreamResponseStatusCodes(OperationSpec)
uid: '@azure/core-http.getStreamResponseStatusCodes'
package: '@azure/core-http'
summary: ''
summary: Gets the list of status codes for streaming responses.
remarks: ''
isPreview: false
isDeprecated: false
syntax:
content: 'function isStreamOperation(operationSpec: OperationSpec)'
content: 'function getStreamResponseStatusCodes(operationSpec: OperationSpec)'
parameters:
- id: operationSpec
type: <xref uid="@azure/core-http.OperationSpec" />
description: ''
return:
type: boolean
type: Set&lt;number&gt;
description: ''
- name: 'bearerTokenAuthenticationPolicy(TokenCredential, string | string[])'
uid: '@azure/core-http.bearerTokenAuthenticationPolicy'
Expand Down Expand Up @@ -464,6 +464,18 @@ functions:
return:
type: <xref uid="@azure/core-http.RequestPolicyFactory" />
description: ''
- name: loadNoProxy()
uid: '@azure/core-http.loadNoProxy'
package: '@azure/core-http'
summary: ''
remarks: ''
isPreview: false
isDeprecated: false
syntax:
content: function loadNoProxy()
return:
type: 'string[]'
description: ''
- name: redirectPolicy(number)
uid: '@azure/core-http.redirectPolicy'
package: '@azure/core-http'
Expand Down

0 comments on commit 371cdc4

Please sign in to comment.