Skip to content

Commit c08d79b

Browse files
author
VSC-Service-Account
committed
1 parent 800c993 commit c08d79b

File tree

45 files changed

+819
-520
lines changed

Some content is hidden

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

45 files changed

+819
-520
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,16 +123,16 @@ attributes:
123123
name: session
124124
- uid: azure.datalake.store.lib.DatalakeRESTInterface.ends
125125
name: ends
126-
signature: 'ends = {''APPEND'': (''post'', set(), {''syncFlag'', ''filesessionid'',
127-
''append'', ''leaseid'', ''offset''}), ''CHECKACCESS'': (''get'', set(), {''fsaction''}),
126+
signature: 'ends = {''APPEND'': (''post'', set(), {''offset'', ''filesessionid'',
127+
''append'', ''leaseid'', ''syncFlag''}), ''CHECKACCESS'': (''get'', set(), {''fsaction''}),
128128
''CONCAT'': (''post'', {''sources''}, {''sources''}), ''CREATE'': (''put'', set(),
129-
{''syncFlag'', ''write'', ''filesessionid'', ''overwrite'', ''leaseid''}), ''DELETE'':
129+
{''filesessionid'', ''leaseid'', ''overwrite'', ''write'', ''syncFlag''}), ''DELETE'':
130130
(''delete'', set(), {''recursive''}), ''GETCONTENTSUMMARY'': (''get'', set(),
131131
set()), ''GETFILESTATUS'': (''get'', set(), set()), ''LISTSTATUS'': (''get'',
132132
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-
''filesessionid'', ''length'', ''read''}), ''REMOVEACL'': (''put'', set(), set()),
135+
''length'', ''filesessionid'', ''read''}), ''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'',

docs-ref-autogen/azure-mgmt-redisenterprise/azure.mgmt.redisenterprise.RedisEnterpriseManagementClient.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ inheritances:
88
summary: REST API for managing Redis Enterprise resources in Azure.
99
constructor:
1010
syntax: 'RedisEnterpriseManagementClient(credential: TokenCredential, subscription_id:
11-
str, base_url: Optional[str] = None, **kwargs: Any)'
11+
str, base_url: str = ''https://management.azure.com'', **kwargs: Any)'
1212
parameters:
1313
- name: credential
1414
description: Credential needed for the client to connect to Azure.
@@ -21,13 +21,14 @@ constructor:
2121
types:
2222
- <xref:str>
2323
- name: base_url
24-
description: Service URL
24+
description: Service URL. Default value is '[https://management.azure.com](https://management.azure.com)'.
2525
isRequired: true
2626
types:
2727
- <xref:str>
2828
- name: polling_interval
29-
description: Default waiting time between two polls for LRO operations if no Retry-After
30-
header is present.
29+
description: 'Default waiting time between two polls for LRO operations if no
30+
31+
Retry-After header is present.'
3132
types:
3233
- <xref:int>
3334
variables:

docs-ref-autogen/azure-mgmt-redisenterprise/azure.mgmt.redisenterprise.aio.RedisEnterpriseManagementClient.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ inheritances:
88
summary: REST API for managing Redis Enterprise resources in Azure.
99
constructor:
1010
syntax: 'RedisEnterpriseManagementClient(credential: AsyncTokenCredential, subscription_id:
11-
str, base_url: Optional[str] = None, **kwargs: Any)'
11+
str, base_url: str = ''https://management.azure.com'', **kwargs: Any)'
1212
parameters:
1313
- name: credential
1414
description: Credential needed for the client to connect to Azure.
@@ -21,13 +21,14 @@ constructor:
2121
types:
2222
- <xref:str>
2323
- name: base_url
24-
description: Service URL
24+
description: Service URL. Default value is '[https://management.azure.com](https://management.azure.com)'.
2525
isRequired: true
2626
types:
2727
- <xref:str>
2828
- name: polling_interval
29-
description: Default waiting time between two polls for LRO operations if no Retry-After
30-
header is present.
29+
description: 'Default waiting time between two polls for LRO operations if no
30+
31+
Retry-After header is present.'
3132
types:
3233
- <xref:int>
3334
variables:

docs-ref-autogen/azure-mgmt-redisenterprise/azure.mgmt.redisenterprise.aio.operations.DatabasesOperations.yml

Lines changed: 137 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ methods:
3535
name: begin_create
3636
summary: Creates a database.
3737
signature: 'async begin_create(resource_group_name: str, cluster_name: str, database_name:
38-
str, parameters: azure.mgmt.redisenterprise.models._models_py3.Database, **kwargs)
39-
-> azure.core.polling._async_poller.AsyncLROPoller[azure.mgmt.redisenterprise.models._models_py3.Database]'
38+
str, parameters: azure.mgmt.redisenterprise.models._models_py3.Database, **kwargs:
39+
Any) -> azure.core.polling._async_poller.AsyncLROPoller[azure.mgmt.redisenterprise.models._models_py3.Database]'
4040
parameters:
4141
- name: resource_group_name
4242
description: The name of the resource group. The name is case insensitive.
@@ -67,20 +67,27 @@ methods:
6767
types:
6868
- <xref:str>
6969
- name: polling
70-
description: 'True for ARMPolling, False for no polling, or a
70+
description: 'By default, your polling method will be AsyncARMPolling. Pass in
71+
False for
7172
72-
polling object for personal polling strategy'
73+
this operation to not poll, or pass in your own initialized polling object for
74+
a personal
75+
76+
polling strategy.'
7377
types:
7478
- <xref:bool>
7579
- <xref:azure.core.polling.AsyncPollingMethod>
7680
- name: polling_interval
77-
description: Default waiting time between two polls for LRO operations if no Retry-After
78-
header is present.
81+
description: 'Default waiting time between two polls for LRO operations if no
82+
83+
Retry-After header is present.'
7984
types:
8085
- <xref:int>
8186
return:
82-
description: An instance of AsyncLROPoller that returns either Database or the
83-
result of cls(response)
87+
description: 'An instance of AsyncLROPoller that returns either Database or the
88+
result of
89+
90+
cls(response)'
8491
types:
8592
- <xref:azure.core.polling.AsyncLROPoller>[<xref:azure.mgmt.redisenterprise.models.Database>]
8693
exceptions:
@@ -89,7 +96,7 @@ methods:
8996
name: begin_delete
9097
summary: Deletes a single database.
9198
signature: 'async begin_delete(resource_group_name: str, cluster_name: str, database_name:
92-
str, **kwargs) -> azure.core.polling._async_poller.AsyncLROPoller[None]'
99+
str, **kwargs: Any) -> azure.core.polling._async_poller.AsyncLROPoller[None]'
93100
parameters:
94101
- name: resource_group_name
95102
description: The name of the resource group. The name is case insensitive.
@@ -115,15 +122,20 @@ methods:
115122
types:
116123
- <xref:str>
117124
- name: polling
118-
description: 'True for ARMPolling, False for no polling, or a
125+
description: 'By default, your polling method will be AsyncARMPolling. Pass in
126+
False for
127+
128+
this operation to not poll, or pass in your own initialized polling object for
129+
a personal
119130
120-
polling object for personal polling strategy'
131+
polling strategy.'
121132
types:
122133
- <xref:bool>
123134
- <xref:azure.core.polling.AsyncPollingMethod>
124135
- name: polling_interval
125-
description: Default waiting time between two polls for LRO operations if no Retry-After
126-
header is present.
136+
description: 'Default waiting time between two polls for LRO operations if no
137+
138+
Retry-After header is present.'
127139
types:
128140
- <xref:int>
129141
return:
@@ -138,7 +150,7 @@ methods:
138150
summary: Exports a database file from target database.
139151
signature: 'async begin_export(resource_group_name: str, cluster_name: str, database_name:
140152
str, parameters: azure.mgmt.redisenterprise.models._models_py3.ExportClusterParameters,
141-
**kwargs) -> azure.core.polling._async_poller.AsyncLROPoller[None]'
153+
**kwargs: Any) -> azure.core.polling._async_poller.AsyncLROPoller[None]'
142154
parameters:
143155
- name: resource_group_name
144156
description: The name of the resource group. The name is case insensitive.
@@ -169,15 +181,79 @@ methods:
169181
types:
170182
- <xref:str>
171183
- name: polling
172-
description: 'True for ARMPolling, False for no polling, or a
184+
description: 'By default, your polling method will be AsyncARMPolling. Pass in
185+
False for
186+
187+
this operation to not poll, or pass in your own initialized polling object for
188+
a personal
173189
174-
polling object for personal polling strategy'
190+
polling strategy.'
175191
types:
176192
- <xref:bool>
177193
- <xref:azure.core.polling.AsyncPollingMethod>
178194
- name: polling_interval
179-
description: Default waiting time between two polls for LRO operations if no Retry-After
180-
header is present.
195+
description: 'Default waiting time between two polls for LRO operations if no
196+
197+
Retry-After header is present.'
198+
types:
199+
- <xref:int>
200+
return:
201+
description: An instance of AsyncLROPoller that returns either None or the result
202+
of cls(response)
203+
types:
204+
- <xref:azure.core.polling.AsyncLROPoller>[<xref:None>]
205+
exceptions:
206+
- type: azure.core.exceptions.HttpResponseError
207+
- uid: azure.mgmt.redisenterprise.aio.operations.DatabasesOperations.begin_force_unlink
208+
name: begin_force_unlink
209+
summary: Forcibly removes the link to the specified database resource.
210+
signature: 'async begin_force_unlink(resource_group_name: str, cluster_name: str,
211+
database_name: str, parameters: azure.mgmt.redisenterprise.models._models_py3.ForceUnlinkParameters,
212+
**kwargs: Any) -> azure.core.polling._async_poller.AsyncLROPoller[None]'
213+
parameters:
214+
- name: resource_group_name
215+
description: The name of the resource group. The name is case insensitive.
216+
isRequired: true
217+
types:
218+
- <xref:str>
219+
- name: cluster_name
220+
description: The name of the RedisEnterprise cluster.
221+
isRequired: true
222+
types:
223+
- <xref:str>
224+
- name: database_name
225+
description: The name of the database.
226+
isRequired: true
227+
types:
228+
- <xref:str>
229+
- name: parameters
230+
description: Information identifying the database to be unlinked.
231+
isRequired: true
232+
types:
233+
- <xref:azure.mgmt.redisenterprise.models.ForceUnlinkParameters>
234+
- name: cls
235+
description: A custom type or function that will be passed the direct response
236+
types:
237+
- <xref:callable>
238+
- name: continuation_token
239+
description: A continuation token to restart a poller from a saved state.
240+
types:
241+
- <xref:str>
242+
- name: polling
243+
description: 'By default, your polling method will be AsyncARMPolling. Pass in
244+
False for
245+
246+
this operation to not poll, or pass in your own initialized polling object for
247+
a personal
248+
249+
polling strategy.'
250+
types:
251+
- <xref:bool>
252+
- <xref:azure.core.polling.AsyncPollingMethod>
253+
- name: polling_interval
254+
description: 'Default waiting time between two polls for LRO operations if no
255+
256+
Retry-After header is present.'
181257
types:
182258
- <xref:int>
183259
return:
@@ -189,10 +265,10 @@ methods:
189265
- type: azure.core.exceptions.HttpResponseError
190266
- uid: azure.mgmt.redisenterprise.aio.operations.DatabasesOperations.begin_import_method
191267
name: begin_import_method
192-
summary: Imports a database file to target database.
268+
summary: Imports database files to target database.
193269
signature: 'async begin_import_method(resource_group_name: str, cluster_name: str,
194270
database_name: str, parameters: azure.mgmt.redisenterprise.models._models_py3.ImportClusterParameters,
195-
**kwargs) -> azure.core.polling._async_poller.AsyncLROPoller[None]'
271+
**kwargs: Any) -> azure.core.polling._async_poller.AsyncLROPoller[None]'
196272
parameters:
197273
- name: resource_group_name
198274
description: The name of the resource group. The name is case insensitive.
@@ -223,15 +299,20 @@ methods:
223299
types:
224300
- <xref:str>
225301
- name: polling
226-
description: 'True for ARMPolling, False for no polling, or a
302+
description: 'By default, your polling method will be AsyncARMPolling. Pass in
303+
False for
304+
305+
this operation to not poll, or pass in your own initialized polling object for
306+
a personal
227307
228-
polling object for personal polling strategy'
308+
polling strategy.'
229309
types:
230310
- <xref:bool>
231311
- <xref:azure.core.polling.AsyncPollingMethod>
232312
- name: polling_interval
233-
description: Default waiting time between two polls for LRO operations if no Retry-After
234-
header is present.
313+
description: 'Default waiting time between two polls for LRO operations if no
314+
315+
Retry-After header is present.'
235316
types:
236317
- <xref:int>
237318
return:
@@ -246,7 +327,7 @@ methods:
246327
summary: Regenerates the RedisEnterprise database's access keys.
247328
signature: 'async begin_regenerate_key(resource_group_name: str, cluster_name: str,
248329
database_name: str, parameters: azure.mgmt.redisenterprise.models._models_py3.RegenerateKeyParameters,
249-
**kwargs) -> azure.core.polling._async_poller.AsyncLROPoller[azure.mgmt.redisenterprise.models._models_py3.AccessKeys]'
330+
**kwargs: Any) -> azure.core.polling._async_poller.AsyncLROPoller[azure.mgmt.redisenterprise.models._models_py3.AccessKeys]'
250331
parameters:
251332
- name: resource_group_name
252333
description: The name of the resource group. The name is case insensitive.
@@ -277,20 +358,27 @@ methods:
277358
types:
278359
- <xref:str>
279360
- name: polling
280-
description: 'True for ARMPolling, False for no polling, or a
361+
description: 'By default, your polling method will be AsyncARMPolling. Pass in
362+
False for
363+
364+
this operation to not poll, or pass in your own initialized polling object for
365+
a personal
281366
282-
polling object for personal polling strategy'
367+
polling strategy.'
283368
types:
284369
- <xref:bool>
285370
- <xref:azure.core.polling.AsyncPollingMethod>
286371
- name: polling_interval
287-
description: Default waiting time between two polls for LRO operations if no Retry-After
288-
header is present.
372+
description: 'Default waiting time between two polls for LRO operations if no
373+
374+
Retry-After header is present.'
289375
types:
290376
- <xref:int>
291377
return:
292-
description: An instance of AsyncLROPoller that returns either AccessKeys or the
293-
result of cls(response)
378+
description: 'An instance of AsyncLROPoller that returns either AccessKeys or
379+
the result of
380+
381+
cls(response)'
294382
types:
295383
- <xref:azure.core.polling.AsyncLROPoller>[<xref:azure.mgmt.redisenterprise.models.AccessKeys>]
296384
exceptions:
@@ -300,7 +388,7 @@ methods:
300388
summary: Updates a database.
301389
signature: 'async begin_update(resource_group_name: str, cluster_name: str, database_name:
302390
str, parameters: azure.mgmt.redisenterprise.models._models_py3.DatabaseUpdate,
303-
**kwargs) -> azure.core.polling._async_poller.AsyncLROPoller[azure.mgmt.redisenterprise.models._models_py3.Database]'
391+
**kwargs: Any) -> azure.core.polling._async_poller.AsyncLROPoller[azure.mgmt.redisenterprise.models._models_py3.Database]'
304392
parameters:
305393
- name: resource_group_name
306394
description: The name of the resource group. The name is case insensitive.
@@ -331,20 +419,27 @@ methods:
331419
types:
332420
- <xref:str>
333421
- name: polling
334-
description: 'True for ARMPolling, False for no polling, or a
422+
description: 'By default, your polling method will be AsyncARMPolling. Pass in
423+
False for
335424
336-
polling object for personal polling strategy'
425+
this operation to not poll, or pass in your own initialized polling object for
426+
a personal
427+
428+
polling strategy.'
337429
types:
338430
- <xref:bool>
339431
- <xref:azure.core.polling.AsyncPollingMethod>
340432
- name: polling_interval
341-
description: Default waiting time between two polls for LRO operations if no Retry-After
342-
header is present.
433+
description: 'Default waiting time between two polls for LRO operations if no
434+
435+
Retry-After header is present.'
343436
types:
344437
- <xref:int>
345438
return:
346-
description: An instance of AsyncLROPoller that returns either Database or the
347-
result of cls(response)
439+
description: 'An instance of AsyncLROPoller that returns either Database or the
440+
result of
441+
442+
cls(response)'
348443
types:
349444
- <xref:azure.core.polling.AsyncLROPoller>[<xref:azure.mgmt.redisenterprise.models.Database>]
350445
exceptions:
@@ -353,7 +448,7 @@ methods:
353448
name: get
354449
summary: Gets information about a database in a RedisEnterprise cluster.
355450
signature: 'async get(resource_group_name: str, cluster_name: str, database_name:
356-
str, **kwargs) -> azure.mgmt.redisenterprise.models._models_py3.Database'
451+
str, **kwargs: Any) -> azure.mgmt.redisenterprise.models._models_py3.Database'
357452
parameters:
358453
- name: resource_group_name
359454
description: The name of the resource group. The name is case insensitive.
@@ -383,8 +478,8 @@ methods:
383478
- uid: azure.mgmt.redisenterprise.aio.operations.DatabasesOperations.list_by_cluster
384479
name: list_by_cluster
385480
summary: Gets all databases in the specified RedisEnterprise cluster.
386-
signature: 'list_by_cluster(resource_group_name: str, cluster_name: str, **kwargs)
387-
-> AsyncIterable[azure.mgmt.redisenterprise.models._models_py3.DatabaseList]'
481+
signature: 'list_by_cluster(resource_group_name: str, cluster_name: str, **kwargs:
482+
Any) -> AsyncIterable[azure.mgmt.redisenterprise.models._models_py3.DatabaseList]'
388483
parameters:
389484
- name: resource_group_name
390485
description: The name of the resource group. The name is case insensitive.
@@ -411,7 +506,7 @@ methods:
411506
name: list_keys
412507
summary: Retrieves the access keys for the RedisEnterprise database.
413508
signature: 'async list_keys(resource_group_name: str, cluster_name: str, database_name:
414-
str, **kwargs) -> azure.mgmt.redisenterprise.models._models_py3.AccessKeys'
509+
str, **kwargs: Any) -> azure.mgmt.redisenterprise.models._models_py3.AccessKeys'
415510
parameters:
416511
- name: resource_group_name
417512
description: The name of the resource group. The name is case insensitive.

0 commit comments

Comments
 (0)