Skip to content

Commit 334f44a

Browse files
author
VSC-Service-Account
committed
1 parent ec318e2 commit 334f44a

File tree

3 files changed

+28
-8
lines changed

3 files changed

+28
-8
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -125,18 +125,18 @@ attributes:
125125
name: session
126126
- uid: azure.datalake.store.lib.DatalakeRESTInterface.ends
127127
name: ends
128-
signature: 'ends = {''APPEND'': (''post'', set(), {''offset'', ''filesessionid'',
129-
''syncFlag'', ''leaseid'', ''append''}), ''CHECKACCESS'': (''get'', set(), {''fsaction''}),
128+
signature: 'ends = {''APPEND'': (''post'', set(), {''filesessionid'', ''append'',
129+
''leaseid'', ''offset'', ''syncFlag''}), ''CHECKACCESS'': (''get'', set(), {''fsaction''}),
130130
''CONCAT'': (''post'', {''sources''}, {''sources''}), ''CREATE'': (''put'', set(),
131-
{''syncFlag'', ''leaseid'', ''write'', ''filesessionid'', ''overwrite''}), ''DELETE'':
131+
{''filesessionid'', ''write'', ''leaseid'', ''overwrite'', ''syncFlag''}), ''DELETE'':
132132
(''delete'', set(), {''recursive''}), ''GETCONTENTSUMMARY'': (''get'', set(),
133133
set()), ''GETFILESTATUS'': (''get'', set(), set()), ''LISTSTATUS'': (''get'',
134-
set(), {''listAfter'', ''listSize''}), ''MKDIRS'': (''put'', set(), set()), ''MODIFYACLENTRIES'':
134+
set(), {''listSize'', ''listAfter''}), ''MKDIRS'': (''put'', set(), set()), ''MODIFYACLENTRIES'':
135135
(''put'', {''aclSpec''}, {''aclSpec''}), ''MSCONCAT'': (''post'', set(), {''deleteSourceDirectory''}),
136-
''MSGETACLSTATUS'': (''get'', set(), set()), ''OPEN'': (''get'', set(), {''offset'',
137-
''length'', ''filesessionid'', ''read''}), ''REMOVEACL'': (''put'', set(), set()),
136+
''MSGETACLSTATUS'': (''get'', set(), set()), ''OPEN'': (''get'', set(), {''read'',
137+
''offset'', ''length'', ''filesessionid''}), ''REMOVEACL'': (''put'', set(), set()),
138138
''REMOVEACLENTRIES'': (''put'', {''aclSpec''}, {''aclSpec''}), ''REMOVEDEFAULTACL'':
139139
(''put'', set(), set()), ''RENAME'': (''put'', {''destination''}, {''destination''}),
140140
''SETACL'': (''put'', {''aclSpec''}, {''aclSpec''}), ''SETEXPIRY'': (''put'',
141-
{''expiryOption''}, {''expireTime'', ''expiryOption''}), ''SETOWNER'': (''put'',
141+
{''expiryOption''}, {''expiryOption'', ''expireTime''}), ''SETOWNER'': (''put'',
142142
set(), {''group'', ''owner''}), ''SETPERMISSION'': (''put'', set(), {''permission''})}'

docs-ref-mapping/reference-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
href: ~/docs-ref-services/preview/mgmt-advisor-readme.md
1313
children:
1414
- azure-mgmt-advisor
15-
- name: Agrifood
15+
- name: AgriFood
1616
href: ~/docs-ref-services/preview/agrifood.md
1717
landingPageType: Service
1818
items:

xrefmap.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13383,6 +13383,10 @@ references:
1338313383
href: https://docs.python.org/3/library/optparse.html#optparse.OptionParser.has_option
1338413384
name: has_option
1338513385
uid: optparse.OptionParser.has_option
13386+
- fullName: optparse.OptionParser.parse_args
13387+
href: https://docs.python.org/3/library/optparse.html#optparse.OptionParser.parse_args
13388+
name: parse_args
13389+
uid: optparse.OptionParser.parse_args
1338613390
- fullName: optparse.OptionParser.print_usage
1338713391
href: https://docs.python.org/3/library/optparse.html#optparse.OptionParser.print_usage
1338813392
name: print_usage
@@ -34635,6 +34639,10 @@ references:
3463534639
href: https://docs.python.org/3/library/ast.html#ast.Expr
3463634640
name: Expr
3463734641
uid: ast.Expr
34642+
- fullName: ast.Expression
34643+
href: https://docs.python.org/3/library/ast.html#ast.Expression
34644+
name: Expression
34645+
uid: ast.Expression
3463834646
- fullName: ast.FloorDiv
3463934647
href: https://docs.python.org/3/library/ast.html#ast.FloorDiv
3464034648
name: FloorDiv
@@ -34651,6 +34659,10 @@ references:
3465134659
href: https://docs.python.org/3/library/ast.html#ast.FunctionDef
3465234660
name: FunctionDef
3465334661
uid: ast.FunctionDef
34662+
- fullName: ast.FunctionType
34663+
href: https://docs.python.org/3/library/ast.html#ast.FunctionType
34664+
name: FunctionType
34665+
uid: ast.FunctionType
3465434666
- fullName: ast.GeneratorExp
3465534667
href: https://docs.python.org/3/library/ast.html#ast.GeneratorExp
3465634668
name: GeneratorExp
@@ -34687,6 +34699,10 @@ references:
3468734699
href: https://docs.python.org/3/library/ast.html#ast.In
3468834700
name: In
3468934701
uid: ast.In
34702+
- fullName: ast.Interactive
34703+
href: https://docs.python.org/3/library/ast.html#ast.Interactive
34704+
name: Interactive
34705+
uid: ast.Interactive
3469034706
- fullName: ast.Invert
3469134707
href: https://docs.python.org/3/library/ast.html#ast.Invert
3469234708
name: Invert
@@ -34775,6 +34791,10 @@ references:
3477534791
href: https://docs.python.org/3/library/ast.html#ast.Mod
3477634792
name: Mod
3477734793
uid: ast.Mod
34794+
- fullName: ast.Module
34795+
href: https://docs.python.org/3/library/ast.html#ast.Module
34796+
name: Module
34797+
uid: ast.Module
3477834798
- fullName: ast.Mult
3477934799
href: https://docs.python.org/3/library/ast.html#ast.Mult
3478034800
name: Mult

0 commit comments

Comments
 (0)