Skip to content

Commit ffc8791

Browse files
author
VSC-Service-Account
committed
1 parent c54b31f commit ffc8791

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -123,18 +123,18 @@ attributes:
123123
name: session
124124
- uid: azure.datalake.store.lib.DatalakeRESTInterface.ends
125125
name: ends
126-
signature: 'ends = {''APPEND'': (''post'', set(), {''offset'', ''leaseid'', ''append'',
127-
''filesessionid'', ''syncFlag''}), ''CHECKACCESS'': (''get'', set(), {''fsaction''}),
126+
signature: 'ends = {''APPEND'': (''post'', set(), {''filesessionid'', ''leaseid'',
127+
''syncFlag'', ''offset'', ''append''}), ''CHECKACCESS'': (''get'', set(), {''fsaction''}),
128128
''CONCAT'': (''post'', {''sources''}, {''sources''}), ''CREATE'': (''put'', set(),
129129
{''leaseid'', ''syncFlag'', ''filesessionid'', ''overwrite'', ''write''}), ''DELETE'':
130130
(''delete'', set(), {''recursive''}), ''GETCONTENTSUMMARY'': (''get'', set(),
131131
set()), ''GETFILESTATUS'': (''get'', set(), set()), ''LISTSTATUS'': (''get'',
132-
set(), {''listAfter'', ''listSize''}), ''MKDIRS'': (''put'', set(), set()), ''MODIFYACLENTRIES'':
132+
set(), {''listSize'', ''listAfter''}), ''MKDIRS'': (''put'', set(), set()), ''MODIFYACLENTRIES'':
133133
(''put'', {''aclSpec''}, {''aclSpec''}), ''MSCONCAT'': (''post'', set(), {''deleteSourceDirectory''}),
134134
''MSGETACLSTATUS'': (''get'', set(), set()), ''OPEN'': (''get'', set(), {''offset'',
135-
''read'', ''length'', ''filesessionid''}), ''REMOVEACL'': (''put'', set(), set()),
135+
''length'', ''read'', ''filesessionid''}), ''REMOVEACL'': (''put'', set(), set()),
136136
''REMOVEACLENTRIES'': (''put'', {''aclSpec''}, {''aclSpec''}), ''REMOVEDEFAULTACL'':
137137
(''put'', set(), set()), ''RENAME'': (''put'', {''destination''}, {''destination''}),
138138
''SETACL'': (''put'', {''aclSpec''}, {''aclSpec''}), ''SETEXPIRY'': (''put'',
139-
{''expiryOption''}, {''expireTime'', ''expiryOption''}), ''SETOWNER'': (''put'',
140-
set(), {''group'', ''owner''}), ''SETPERMISSION'': (''put'', set(), {''permission''})}'
139+
{''expiryOption''}, {''expiryOption'', ''expireTime''}), ''SETOWNER'': (''put'',
140+
set(), {''owner'', ''group''}), ''SETPERMISSION'': (''put'', set(), {''permission''})}'

docs-ref-autogen/msal/msal.oauth2cli.oauth2.Client.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ constructor:
1717
- name: server_configuration
1818
- name: client_id
1919
- name: on_obtaining_tokens
20-
defaultValue: <function Client.<lambda> at 0x000001850C6778B0>
20+
defaultValue: <function Client.<lambda> at 0x0000023DBE0978B0>
2121
- name: on_removing_rt
22-
defaultValue: <function Client.<lambda> at 0x000001850C677940>
22+
defaultValue: <function Client.<lambda> at 0x0000023DBE097940>
2323
- name: on_updating_rt
24-
defaultValue: <function Client.<lambda> at 0x000001850C6779D0>
24+
defaultValue: <function Client.<lambda> at 0x0000023DBE0979D0>
2525
methods:
2626
- uid: msal.oauth2cli.oauth2.Client.build_auth_request_uri
2727
name: build_auth_request_uri
@@ -314,7 +314,7 @@ methods:
314314
\ turn off the loop. You can do so by using a callback as:\n\n exit_condition\
315315
\ = lambda flow: True\n\nto make the loop run only once, i.e. no polling, hence\
316316
\ non-block."
317-
defaultValue: <function Client.<lambda> at 0x000001850C677160>
317+
defaultValue: <function Client.<lambda> at 0x0000023DBE097160>
318318
types:
319319
- <xref:Callable>
320320
- uid: msal.oauth2cli.oauth2.Client.obtain_token_by_refresh_token
@@ -343,7 +343,7 @@ methods:
343343
defaultValue: None
344344
- name: rt_getter
345345
description: A callable to translate the token_item to a raw RT string
346-
defaultValue: <function Client.<lambda> at 0x000001850C677B80>
346+
defaultValue: <function Client.<lambda> at 0x0000023DBE097B80>
347347
- name: on_removing_rt
348348
description: If absent, fall back to the one defined in initialization
349349
defaultValue: None

docs-ref-autogen/msal/msal.oauth2cli.oidc.Client.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ constructor:
1717
- name: server_configuration
1818
- name: client_id
1919
- name: on_obtaining_tokens
20-
defaultValue: <function Client.<lambda> at 0x000001850C6778B0>
20+
defaultValue: <function Client.<lambda> at 0x0000023DBE0978B0>
2121
- name: on_removing_rt
22-
defaultValue: <function Client.<lambda> at 0x000001850C677940>
22+
defaultValue: <function Client.<lambda> at 0x0000023DBE097940>
2323
- name: on_updating_rt
24-
defaultValue: <function Client.<lambda> at 0x000001850C6779D0>
24+
defaultValue: <function Client.<lambda> at 0x0000023DBE0979D0>
2525
methods:
2626
- uid: msal.oauth2cli.oidc.Client.build_auth_request_uri
2727
name: build_auth_request_uri

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ methods:
3131
types:
3232
- <xref:function>
3333
- name: key_transformer
34-
defaultValue: <function attribute_transformer at 0x0000026A4D0DAEE0>
34+
defaultValue: <function attribute_transformer at 0x000001D8A01FAEE0>
3535
return:
3636
description: A dict JSON compatible object
3737
types:

0 commit comments

Comments
 (0)