Skip to content

Commit e60a055

Browse files
author
VSC-Service-Account
committed
CI Update
1 parent 3eb479d commit e60a055

7 files changed

+45
-18
lines changed

docs-ref-autogen/azure-datalake-store/azure.datalake.store.lib.DatalakeRESTInterface.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -202,16 +202,16 @@ items:
202202
module: azure.datalake.store.lib
203203
name: ends
204204
syntax:
205-
content: 'ends = {''APPEND'': (''post'', set(), {''syncFlag'', ''leaseid'', ''filesessionid'',
206-
''append'', ''offset''}), ''CHECKACCESS'': (''get'', set(), {''fsaction''}),
205+
content: 'ends = {''APPEND'': (''post'', set(), {''offset'', ''syncFlag'', ''append'',
206+
''filesessionid'', ''leaseid''}), ''CHECKACCESS'': (''get'', set(), {''fsaction''}),
207207
''CONCAT'': (''post'', {''sources''}, {''sources''}), ''MSCONCAT'': (''post'',
208-
set(), {''deleteSourceDirectory''}), ''CREATE'': (''put'', set(), {''write'',
209-
''syncFlag'', ''leaseid'', ''filesessionid'', ''overwrite''}), ''DELETE'': (''delete'',
208+
set(), {''deleteSourceDirectory''}), ''CREATE'': (''put'', set(), {''overwrite'',
209+
''syncFlag'', ''filesessionid'', ''write'', ''leaseid''}), ''DELETE'': (''delete'',
210210
set(), {''recursive''}), ''GETCONTENTSUMMARY'': (''get'', set(), set()), ''GETFILESTATUS'':
211-
(''get'', set(), set()), ''LISTSTATUS'': (''get'', set(), {''listAfter'', ''listSize''}),
212-
''MKDIRS'': (''put'', set(), set()), ''OPEN'': (''get'', set(), {''length'',
213-
''filesessionid'', ''read'', ''offset''}), ''RENAME'': (''put'', {''destination''},
214-
{''destination''}), ''SETOWNER'': (''put'', set(), {''group'', ''owner''}),
211+
(''get'', set(), set()), ''LISTSTATUS'': (''get'', set(), {''listSize'', ''listAfter''}),
212+
''MKDIRS'': (''put'', set(), set()), ''OPEN'': (''get'', set(), {''filesessionid'',
213+
''offset'', ''length'', ''read''}), ''RENAME'': (''put'', {''destination''},
214+
{''destination''}), ''SETOWNER'': (''put'', set(), {''owner'', ''group''}),
215215
''SETPERMISSION'': (''put'', set(), {''permission''}), ''SETEXPIRY'': (''put'',
216216
{''expiryOption''}, {''expireTime'', ''expiryOption''}), ''SETACL'': (''put'',
217217
{''aclSpec''}, {''aclSpec''}), ''MODIFYACLENTRIES'': (''put'', {''aclSpec''},

docs-ref-autogen/azure-functions/azure.functions.EventGridEvent.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ items:
2020
branch: master
2121
path: azure\functions\_abc.py
2222
repo: https://github.com/Azure/azure-functions-python-library
23-
startLine: 202
23+
startLine: 208
2424
summary: '
2525
2626
@@ -45,7 +45,7 @@ items:
4545
branch: master
4646
path: azure\functions\_abc.py
4747
repo: https://github.com/Azure/azure-functions-python-library
48-
startLine: 208
48+
startLine: 214
4949
syntax:
5050
content: get_json() -> typing.Any
5151
type: method

docs-ref-autogen/azure-functions/azure.functions.EventHubEvent.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ items:
2020
branch: master
2121
path: azure\functions\_abc.py
2222
repo: https://github.com/Azure/azure-functions-python-library
23-
startLine: 267
23+
startLine: 273
2424
summary: '
2525
2626
@@ -43,7 +43,7 @@ items:
4343
branch: master
4444
path: azure\functions\_abc.py
4545
repo: https://github.com/Azure/azure-functions-python-library
46-
startLine: 269
46+
startLine: 275
4747
syntax:
4848
content: get_body() -> bytes
4949
type: method

docs-ref-autogen/azure-functions/azure.functions.HttpRequest.yml

+29-2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ items:
77
- azure.functions.HttpRequest.headers
88
- azure.functions.HttpRequest.method
99
- azure.functions.HttpRequest.params
10+
- azure.functions.HttpRequest.route_params
1011
- azure.functions.HttpRequest.url
1112
class: azure.functions.HttpRequest
1213
fullName: azure.functions.HttpRequest
@@ -34,6 +35,7 @@ items:
3435
3536
3637
38+
3739
'
3840
syntax: {}
3941
type: class
@@ -51,7 +53,7 @@ items:
5153
branch: master
5254
path: azure\functions\_abc.py
5355
repo: https://github.com/Azure/azure-functions-python-library
54-
startLine: 73
56+
startLine: 79
5557
summary: 'Return request body as bytes.
5658
5759
'
@@ -77,7 +79,7 @@ items:
7779
branch: master
7880
path: azure\functions\_abc.py
7981
repo: https://github.com/Azure/azure-functions-python-library
80-
startLine: 78
82+
startLine: 84
8183
summary: 'Decode and return request body as JSON.
8284
8385
'
@@ -145,6 +147,26 @@ items:
145147
syntax: {}
146148
type: attribute
147149
uid: azure.functions.HttpRequest.params
150+
- class: azure.functions.HttpRequest
151+
fullName: azure.functions.HttpRequest.route_params
152+
langs:
153+
- python
154+
module: azure.functions
155+
name: route_params
156+
source:
157+
id: route_params
158+
path: null
159+
remote:
160+
branch: master
161+
path: null
162+
repo: https://github.com/Azure/azure-functions-python-library
163+
startLine: null
164+
summary: 'A dictionary containing request route parameters.
165+
166+
'
167+
syntax: {}
168+
type: attribute
169+
uid: azure.functions.HttpRequest.route_params
148170
- class: azure.functions.HttpRequest
149171
fullName: azure.functions.HttpRequest.url
150172
langs:
@@ -191,6 +213,11 @@ references:
191213
name: params
192214
parent: azure.functions.HttpRequest
193215
uid: azure.functions.HttpRequest.params
216+
- fullName: azure.functions.HttpRequest.route_params
217+
isExternal: false
218+
name: route_params
219+
parent: azure.functions.HttpRequest
220+
uid: azure.functions.HttpRequest.route_params
194221
- fullName: azure.functions.HttpRequest.url
195222
isExternal: false
196223
name: url

docs-ref-autogen/azure-functions/azure.functions.InputStream.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ items:
3535
branch: master
3636
path: azure\functions\_abc.py
3737
repo: https://github.com/Azure/azure-functions-python-library
38-
startLine: 125
38+
startLine: 131
3939
summary: 'File-like object representing an input blob.
4040
4141
@@ -99,7 +99,7 @@ items:
9999
branch: master
100100
path: azure\functions\_abc.py
101101
repo: https://github.com/Azure/azure-functions-python-library
102-
startLine: 128
102+
startLine: 134
103103
summary: 'Return and read up to *size* bytes.
104104
105105
'

docs-ref-autogen/azure-functions/azure.functions.TimerRequest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ items:
2020
branch: master
2121
path: azure\functions\_abc.py
2222
repo: https://github.com/Azure/azure-functions-python-library
23-
startLine: 115
23+
startLine: 121
2424
summary: 'Timer request object.
2525
2626

docs-ref-autogen/msrest/msrest.serialization.Model.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ items:
7373
id: key_transformer
7474
type:
7575
- function
76-
- defaultValue: <function attribute_transformer at 0x0000025B2CF010D0>
76+
- defaultValue: <function attribute_transformer at 0x0000024F00EBFA60>
7777
id: key_transformer
7878
return:
7979
description: 'A dict JSON compatible object

0 commit comments

Comments
 (0)