Skip to content

Commit 929f0e3

Browse files
author
VSC-Service-Account
committed
1 parent d434764 commit 929f0e3

File tree

16,325 files changed

+497678
-598699
lines changed

Some content is hidden

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

16,325 files changed

+497678
-598699
lines changed

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

Lines changed: 10 additions & 10 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(), {''syncFlag'', ''leaseid'', ''filesessionid'',
129-
''append'', ''offset''}), ''CHECKACCESS'': (''get'', set(), {''fsaction''}), ''CONCAT'':
130-
(''post'', {''sources''}, {''sources''}), ''CREATE'': (''put'', set(), {''syncFlag'',
131-
''leaseid'', ''overwrite'', ''filesessionid'', ''write''}), ''DELETE'': (''delete'',
132-
set(), {''recursive''}), ''GETCONTENTSUMMARY'': (''get'', set(), set()), ''GETFILESTATUS'':
133-
(''get'', set(), set()), ''LISTSTATUS'': (''get'', set(), {''listSize'', ''listAfter''}),
134-
''MKDIRS'': (''put'', set(), set()), ''MODIFYACLENTRIES'': (''put'', {''aclSpec''},
135-
{''aclSpec''}), ''MSCONCAT'': (''post'', set(), {''deleteSourceDirectory''}),
128+
signature: 'ends = {''APPEND'': (''post'', set(), {''offset'', ''append'', ''leaseid'',
129+
''filesessionid'', ''syncFlag''}), ''CHECKACCESS'': (''get'', set(), {''fsaction''}),
130+
''CONCAT'': (''post'', {''sources''}, {''sources''}), ''CREATE'': (''put'', set(),
131+
{''overwrite'', ''leaseid'', ''filesessionid'', ''write'', ''syncFlag''}), ''DELETE'':
132+
(''delete'', set(), {''recursive''}), ''GETCONTENTSUMMARY'': (''get'', set(),
133+
set()), ''GETFILESTATUS'': (''get'', set(), set()), ''LISTSTATUS'': (''get'',
134+
set(), {''listAfter'', ''listSize''}), ''MKDIRS'': (''put'', set(), set()), ''MODIFYACLENTRIES'':
135+
(''put'', {''aclSpec''}, {''aclSpec''}), ''MSCONCAT'': (''post'', set(), {''deleteSourceDirectory''}),
136136
''MSGETACLSTATUS'': (''get'', set(), set()), ''OPEN'': (''get'', set(), {''offset'',
137-
''filesessionid'', ''length'', ''read''}), ''REMOVEACL'': (''put'', set(), set()),
137+
''read'', ''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'',
141141
{''expiryOption''}, {''expiryOption'', ''expireTime''}), ''SETOWNER'': (''put'',
142-
set(), {''group'', ''owner''}), ''SETPERMISSION'': (''put'', set(), {''permission''})}'
142+
set(), {''owner'', ''group''}), ''SETPERMISSION'': (''put'', set(), {''permission''})}'

docs-ref-autogen/azure-mgmt-network/azure.mgmt.network.NetworkManagementClient.yml

Lines changed: 1038 additions & 356 deletions
Large diffs are not rendered by default.

docs-ref-autogen/azure-mgmt-network/azure.mgmt.network.aio.NetworkManagementClient.yml

Lines changed: 1040 additions & 357 deletions
Large diffs are not rendered by default.

docs-ref-autogen/azure-mgmt-network/azure.mgmt.network.v2015_06_15.NetworkManagementClient.yml

Lines changed: 28 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,36 +4,51 @@ name: NetworkManagementClient
44
fullName: azure.mgmt.network.v2015_06_15.NetworkManagementClient
55
module: azure.mgmt.network.v2015_06_15
66
inheritances:
7-
- azure.mgmt.network.v2015_06_15.operations._network_management_client_operations.NetworkManagementClientOperationsMixin
7+
- azure.mgmt.network.v2015_06_15.operations._operations.NetworkManagementClientOperationsMixin
88
summary: Network Client.
99
constructor:
10-
syntax: NetworkManagementClient(credential, subscription_id, base_url=None, **kwargs)
10+
syntax: 'NetworkManagementClient(credential: TokenCredential, subscription_id: str,
11+
base_url: str = ''https://management.azure.com'', **kwargs: Any)'
1112
parameters:
1213
- name: credential
13-
description: Credential needed for the client to connect to Azure.
14+
description: Credential needed for the client to connect to Azure. Required.
15+
isRequired: true
1416
types:
1517
- <xref:azure.core.credentials.TokenCredential>
1618
- name: subscription_id
17-
description: The subscription credentials which uniquely identify the Microsoft
19+
description: 'The subscription credentials which uniquely identify the Microsoft
20+
1821
Azure subscription. The subscription ID forms part of the URI for every service
19-
call.
22+
call. Required.'
23+
isRequired: true
2024
types:
2125
- <xref:str>
2226
- name: base_url
23-
description: Service URL
27+
description: Service URL. Default value is "[https://management.azure.com](https://management.azure.com)".
28+
defaultValue: https://management.azure.com
29+
types:
30+
- <xref:str>
31+
- name: api_version
32+
description: 'Api Version. Default value is "2015-06-15". Note that overriding
33+
this
34+
35+
default value may result in unsupported behavior.'
2436
types:
2537
- <xref:str>
2638
- name: polling_interval
27-
description: Default waiting time between two polls for LRO operations if no Retry-After
28-
header is present.
39+
description: 'Default waiting time between two polls for LRO operations if no
40+
41+
Retry-After header is present.'
2942
types:
3043
- <xref:int>
3144
variables:
3245
- description: ApplicationGatewaysOperations operations
3346
name: application_gateways
3447
types:
3548
- <xref:azure.mgmt.network.v2015_06_15.operations.ApplicationGatewaysOperations>
36-
- description: ExpressRouteCircuitAuthorizationsOperations operations
49+
- description: 'ExpressRouteCircuitAuthorizationsOperations
50+
51+
operations'
3752
name: express_route_circuit_authorizations
3853
types:
3954
- <xref:azure.mgmt.network.v2015_06_15.operations.ExpressRouteCircuitAuthorizationsOperations>
@@ -93,7 +108,9 @@ variables:
93108
name: virtual_network_gateways
94109
types:
95110
- <xref:azure.mgmt.network.v2015_06_15.operations.VirtualNetworkGatewaysOperations>
96-
- description: VirtualNetworkGatewayConnectionsOperations operations
111+
- description: 'VirtualNetworkGatewayConnectionsOperations
112+
113+
operations'
97114
name: virtual_network_gateway_connections
98115
types:
99116
- <xref:azure.mgmt.network.v2015_06_15.operations.VirtualNetworkGatewayConnectionsOperations>
@@ -104,4 +121,4 @@ variables:
104121
methods:
105122
- uid: azure.mgmt.network.v2015_06_15.NetworkManagementClient.close
106123
name: close
107-
signature: close()
124+
signature: close() -> None

docs-ref-autogen/azure-mgmt-network/azure.mgmt.network.v2015_06_15.aio.NetworkManagementClient.yml

Lines changed: 28 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,35 +4,51 @@ name: NetworkManagementClient
44
fullName: azure.mgmt.network.v2015_06_15.aio.NetworkManagementClient
55
module: azure.mgmt.network.v2015_06_15.aio
66
inheritances:
7-
- azure.mgmt.network.v2015_06_15.aio.operations._network_management_client_operations.NetworkManagementClientOperationsMixin
7+
- azure.mgmt.network.v2015_06_15.aio.operations._operations.NetworkManagementClientOperationsMixin
88
summary: Network Client.
99
constructor:
10+
syntax: 'NetworkManagementClient(credential: AsyncTokenCredential, subscription_id:
11+
str, base_url: str = ''https://management.azure.com'', **kwargs: Any)'
1012
parameters:
1113
- name: credential
12-
description: Credential needed for the client to connect to Azure.
14+
description: Credential needed for the client to connect to Azure. Required.
15+
isRequired: true
1316
types:
1417
- <xref:azure.core.credentials_async.AsyncTokenCredential>
1518
- name: subscription_id
16-
description: The subscription credentials which uniquely identify the Microsoft
19+
description: 'The subscription credentials which uniquely identify the Microsoft
20+
1721
Azure subscription. The subscription ID forms part of the URI for every service
18-
call.
22+
call. Required.'
23+
isRequired: true
1924
types:
2025
- <xref:str>
2126
- name: base_url
22-
description: Service URL
27+
description: Service URL. Default value is "[https://management.azure.com](https://management.azure.com)".
28+
defaultValue: https://management.azure.com
29+
types:
30+
- <xref:str>
31+
- name: api_version
32+
description: 'Api Version. Default value is "2015-06-15". Note that overriding
33+
this
34+
35+
default value may result in unsupported behavior.'
2336
types:
2437
- <xref:str>
2538
- name: polling_interval
26-
description: Default waiting time between two polls for LRO operations if no Retry-After
27-
header is present.
39+
description: 'Default waiting time between two polls for LRO operations if no
40+
41+
Retry-After header is present.'
2842
types:
2943
- <xref:int>
3044
variables:
3145
- description: ApplicationGatewaysOperations operations
3246
name: application_gateways
3347
types:
3448
- <xref:azure.mgmt.network.v2015_06_15.aio.operations.ApplicationGatewaysOperations>
35-
- description: ExpressRouteCircuitAuthorizationsOperations operations
49+
- description: 'ExpressRouteCircuitAuthorizationsOperations
50+
51+
operations'
3652
name: express_route_circuit_authorizations
3753
types:
3854
- <xref:azure.mgmt.network.v2015_06_15.aio.operations.ExpressRouteCircuitAuthorizationsOperations>
@@ -92,7 +108,9 @@ variables:
92108
name: virtual_network_gateways
93109
types:
94110
- <xref:azure.mgmt.network.v2015_06_15.aio.operations.VirtualNetworkGatewaysOperations>
95-
- description: VirtualNetworkGatewayConnectionsOperations operations
111+
- description: 'VirtualNetworkGatewayConnectionsOperations
112+
113+
operations'
96114
name: virtual_network_gateway_connections
97115
types:
98116
- <xref:azure.mgmt.network.v2015_06_15.aio.operations.VirtualNetworkGatewayConnectionsOperations>
@@ -103,4 +121,4 @@ variables:
103121
methods:
104122
- uid: azure.mgmt.network.v2015_06_15.aio.NetworkManagementClient.close
105123
name: close
106-
signature: close() -> None
124+
signature: async close() -> None

0 commit comments

Comments
 (0)