Skip to content

Commit 0f35178

Browse files
author
VSC-Service-Account
committed
1 parent 5034637 commit 0f35178

File tree

4,345 files changed

+150863
-19091
lines changed

Some content is hidden

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

4,345 files changed

+150863
-19091
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
@@ -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(), {''leaseid'', ''filesessionid'',
129-
''syncFlag'', ''offset'', ''append''}), ''CHECKACCESS'': (''get'', set(), {''fsaction''}),
128+
signature: 'ends = {''APPEND'': (''post'', set(), {''append'', ''leaseid'', ''syncFlag'',
129+
''offset'', ''filesessionid''}), ''CHECKACCESS'': (''get'', set(), {''fsaction''}),
130130
''CONCAT'': (''post'', {''sources''}, {''sources''}), ''CREATE'': (''put'', set(),
131-
{''leaseid'', ''overwrite'', ''filesessionid'', ''syncFlag'', ''write''}), ''DELETE'':
131+
{''write'', ''overwrite'', ''leaseid'', ''syncFlag'', ''filesessionid''}), ''DELETE'':
132132
(''delete'', set(), {''recursive''}), ''GETCONTENTSUMMARY'': (''get'', set(),
133133
set()), ''GETFILESTATUS'': (''get'', set(), set()), ''LISTSTATUS'': (''get'',
134134
set(), {''listAfter'', ''listSize''}), ''MKDIRS'': (''put'', set(), set()), ''MODIFYACLENTRIES'':
135135
(''put'', {''aclSpec''}, {''aclSpec''}), ''MSCONCAT'': (''post'', set(), {''deleteSourceDirectory''}),
136-
''MSGETACLSTATUS'': (''get'', set(), set()), ''OPEN'': (''get'', set(), {''read'',
137-
''filesessionid'', ''offset'', ''length''}), ''REMOVEACL'': (''put'', set(), set()),
136+
''MSGETACLSTATUS'': (''get'', set(), set()), ''OPEN'': (''get'', set(), {''offset'',
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''}, {''expireTime'', ''expiryOption''}), ''SETOWNER'': (''put'',
142-
set(), {''owner'', ''group''}), ''SETPERMISSION'': (''put'', set(), {''permission''})}'
142+
set(), {''group'', ''owner''}), ''SETPERMISSION'': (''put'', set(), {''permission''})}'

docs-ref-autogen/azure-mgmt-appplatform/azure.mgmt.appplatform.AppPlatformManagementClient.yml

Lines changed: 148 additions & 30 deletions
Large diffs are not rendered by default.

docs-ref-autogen/azure-mgmt-appplatform/azure.mgmt.appplatform.aio.AppPlatformManagementClient.yml

Lines changed: 146 additions & 29 deletions
Large diffs are not rendered by default.

docs-ref-autogen/azure-mgmt-appplatform/azure.mgmt.appplatform.v2020_07_01.AppPlatformManagementClient.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,15 @@ constructor:
1111
str, base_url: str = ''https://management.azure.com'', **kwargs: Any)'
1212
parameters:
1313
- name: credential
14-
description: Credential needed for the client to connect to Azure.
14+
description: Credential needed for the client to connect to Azure. Required.
1515
isRequired: true
1616
types:
1717
- <xref:azure.core.credentials.TokenCredential>
1818
- name: subscription_id
1919
description: 'Gets subscription ID which uniquely identify the Microsoft Azure
2020
21-
subscription. The subscription ID forms part of the URI for every service call.'
21+
subscription. The subscription ID forms part of the URI for every service call.
22+
Required.'
2223
isRequired: true
2324
types:
2425
- <xref:str>

docs-ref-autogen/azure-mgmt-appplatform/azure.mgmt.appplatform.v2020_07_01.aio.AppPlatformManagementClient.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,15 @@ constructor:
1111
str, base_url: str = ''https://management.azure.com'', **kwargs: Any)'
1212
parameters:
1313
- name: credential
14-
description: Credential needed for the client to connect to Azure.
14+
description: Credential needed for the client to connect to Azure. Required.
1515
isRequired: true
1616
types:
1717
- <xref:azure.core.credentials_async.AsyncTokenCredential>
1818
- name: subscription_id
1919
description: 'Gets subscription ID which uniquely identify the Microsoft Azure
2020
21-
subscription. The subscription ID forms part of the URI for every service call.'
21+
subscription. The subscription ID forms part of the URI for every service call.
22+
Required.'
2223
isRequired: true
2324
types:
2425
- <xref:str>

docs-ref-autogen/azure-mgmt-appplatform/azure.mgmt.appplatform.v2020_07_01.aio.operations.AppsOperations.yml

Lines changed: 68 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -5,60 +5,50 @@ fullName: azure.mgmt.appplatform.v2020_07_01.aio.operations.AppsOperations
55
module: azure.mgmt.appplatform.v2020_07_01.aio.operations
66
inheritances:
77
- builtins.object
8-
summary: 'AppsOperations async operations.
9-
10-
11-
You should not instantiate this class directly. Instead, you should create a Client
12-
instance that
13-
14-
instantiates it for you and attaches it as an attribute.'
8+
summary: "> [!WARNING]\n> DO NOT instantiate this class directly.\n>\n> \n>\n> Instead,\
9+
\ you should access the following operations through\n>\n> <xref:azure.mgmt.appplatform.v2020_07_01.aio.AppPlatformManagementClient>'s\n\
10+
>\n> <xref:apps> attribute.\n>"
1511
constructor:
16-
syntax: AppsOperations(client, config, serializer, deserializer)
17-
parameters:
18-
- name: client
19-
description: Client for service requests.
20-
isRequired: true
21-
- name: config
22-
description: Configuration of service client.
23-
isRequired: true
24-
- name: serializer
25-
description: An object model serializer.
26-
isRequired: true
27-
- name: deserializer
28-
description: An object model deserializer.
29-
isRequired: true
30-
variables:
31-
- description: Alias to model classes used in this operation group.
32-
name: models
12+
syntax: AppsOperations(*args, **kwargs)
3313
methods:
3414
- uid: azure.mgmt.appplatform.v2020_07_01.aio.operations.AppsOperations.begin_create_or_update
3515
name: begin_create_or_update
3616
summary: Create a new App or update an exiting App.
3717
signature: 'async begin_create_or_update(resource_group_name: str, service_name:
38-
str, app_name: str, app_resource: AppResource, **kwargs: Any) -> AsyncLROPoller[AppResource]'
18+
str, app_name: str, app_resource: _models.AppResource, *, content_type: str =
19+
''application/json'', **kwargs: Any) -> AsyncLROPoller[_models.AppResource]'
3920
parameters:
4021
- name: resource_group_name
4122
description: 'The name of the resource group that contains the resource. You can
4223
43-
obtain this value from the Azure Resource Manager API or the portal.'
24+
obtain this value from the Azure Resource Manager API or the portal. Required.'
4425
isRequired: true
4526
types:
4627
- <xref:str>
4728
- name: service_name
48-
description: The name of the Service resource.
29+
description: The name of the Service resource. Required.
4930
isRequired: true
5031
types:
5132
- <xref:str>
5233
- name: app_name
53-
description: The name of the App resource.
34+
description: The name of the App resource. Required.
5435
isRequired: true
5536
types:
5637
- <xref:str>
5738
- name: app_resource
58-
description: Parameters for the create or update operation.
39+
description: 'Parameters for the create or update operation. Is either a AppResource
40+
41+
type or a IO type. Required.'
5942
isRequired: true
6043
types:
6144
- <xref:azure.mgmt.appplatform.v2020_07_01.models.AppResource>
45+
- <xref:IO>
46+
- name: content_type
47+
description: 'Body Parameter content-type. Known values are: ''application/json''.
48+
49+
Default value is None.'
50+
types:
51+
- <xref:str>
6252
- name: cls
6353
description: A custom type or function that will be passed the direct response
6454
types:
@@ -102,17 +92,17 @@ methods:
10292
- name: resource_group_name
10393
description: 'The name of the resource group that contains the resource. You can
10494
105-
obtain this value from the Azure Resource Manager API or the portal.'
95+
obtain this value from the Azure Resource Manager API or the portal. Required.'
10696
isRequired: true
10797
types:
10898
- <xref:str>
10999
- name: service_name
110-
description: The name of the Service resource.
100+
description: The name of the Service resource. Required.
111101
isRequired: true
112102
types:
113103
- <xref:str>
114104
- name: app_name
115-
description: The name of the App resource.
105+
description: The name of the App resource. Required.
116106
isRequired: true
117107
types:
118108
- <xref:str>
@@ -152,30 +142,41 @@ methods:
152142
name: begin_update
153143
summary: Operation to update an exiting App.
154144
signature: 'async begin_update(resource_group_name: str, service_name: str, app_name:
155-
str, app_resource: AppResource, **kwargs: Any) -> AsyncLROPoller[AppResource]'
145+
str, app_resource: _models.AppResource, *, content_type: str = ''application/json'',
146+
**kwargs: Any) -> AsyncLROPoller[_models.AppResource]'
156147
parameters:
157148
- name: resource_group_name
158149
description: 'The name of the resource group that contains the resource. You can
159150
160-
obtain this value from the Azure Resource Manager API or the portal.'
151+
obtain this value from the Azure Resource Manager API or the portal. Required.'
161152
isRequired: true
162153
types:
163154
- <xref:str>
164155
- name: service_name
165-
description: The name of the Service resource.
156+
description: The name of the Service resource. Required.
166157
isRequired: true
167158
types:
168159
- <xref:str>
169160
- name: app_name
170-
description: The name of the App resource.
161+
description: The name of the App resource. Required.
171162
isRequired: true
172163
types:
173164
- <xref:str>
174165
- name: app_resource
175-
description: Parameters for the update operation.
166+
description: 'Parameters for the update operation. Is either a AppResource type
167+
or a IO
168+
169+
type. Required.'
176170
isRequired: true
177171
types:
178172
- <xref:azure.mgmt.appplatform.v2020_07_01.models.AppResource>
173+
- <xref:IO>
174+
- name: content_type
175+
description: 'Body Parameter content-type. Known values are: ''application/json''.
176+
177+
Default value is None.'
178+
types:
179+
- <xref:str>
179180
- name: cls
180181
description: A custom type or function that will be passed the direct response
181182
types:
@@ -219,17 +220,17 @@ methods:
219220
- name: resource_group_name
220221
description: 'The name of the resource group that contains the resource. You can
221222
222-
obtain this value from the Azure Resource Manager API or the portal.'
223+
obtain this value from the Azure Resource Manager API or the portal. Required.'
223224
isRequired: true
224225
types:
225226
- <xref:str>
226227
- name: service_name
227-
description: The name of the Service resource.
228+
description: The name of the Service resource. Required.
228229
isRequired: true
229230
types:
230231
- <xref:str>
231232
- name: app_name
232-
description: The name of the App resource.
233+
description: The name of the App resource. Required.
233234
isRequired: true
234235
types:
235236
- <xref:str>
@@ -243,7 +244,7 @@ methods:
243244
types:
244245
- <xref:callable>
245246
return:
246-
description: AppResource, or the result of cls(response)
247+
description: AppResource or the result of cls(response)
247248
types:
248249
- <xref:azure.mgmt.appplatform.v2020_07_01.models.AppResource>
249250
exceptions:
@@ -258,17 +259,17 @@ methods:
258259
- name: resource_group_name
259260
description: 'The name of the resource group that contains the resource. You can
260261
261-
obtain this value from the Azure Resource Manager API or the portal.'
262+
obtain this value from the Azure Resource Manager API or the portal. Required.'
262263
isRequired: true
263264
types:
264265
- <xref:str>
265266
- name: service_name
266-
description: The name of the Service resource.
267+
description: The name of the Service resource. Required.
267268
isRequired: true
268269
types:
269270
- <xref:str>
270271
- name: app_name
271-
description: The name of the App resource.
272+
description: The name of the App resource. Required.
272273
isRequired: true
273274
types:
274275
- <xref:str>
@@ -277,7 +278,7 @@ methods:
277278
types:
278279
- <xref:callable>
279280
return:
280-
description: ResourceUploadDefinition, or the result of cls(response)
281+
description: ResourceUploadDefinition or the result of cls(response)
281282
types:
282283
- <xref:azure.mgmt.appplatform.v2020_07_01.models.ResourceUploadDefinition>
283284
exceptions:
@@ -286,17 +287,17 @@ methods:
286287
name: list
287288
summary: Handles requests to list all resources in a Service.
288289
signature: 'list(resource_group_name: str, service_name: str, **kwargs: Any) ->
289-
AsyncIterable[AppResourceCollection]'
290+
AsyncIterable[AppResource]'
290291
parameters:
291292
- name: resource_group_name
292293
description: 'The name of the resource group that contains the resource. You can
293294
294-
obtain this value from the Azure Resource Manager API or the portal.'
295+
obtain this value from the Azure Resource Manager API or the portal. Required.'
295296
isRequired: true
296297
types:
297298
- <xref:str>
298299
- name: service_name
299-
description: The name of the Service resource.
300+
description: The name of the Service resource. Required.
300301
isRequired: true
301302
types:
302303
- <xref:str>
@@ -305,48 +306,56 @@ methods:
305306
types:
306307
- <xref:callable>
307308
return:
308-
description: 'An iterator like instance of either AppResourceCollection or the
309-
result of
310-
311-
cls(response)'
309+
description: An iterator like instance of either AppResource or the result of
310+
cls(response)
312311
types:
313-
- <xref:azure.core.async_paging.AsyncItemPaged>[<xref:azure.mgmt.appplatform.v2020_07_01.models.AppResourceCollection>]
312+
- <xref:azure.core.async_paging.AsyncItemPaged>[<xref:azure.mgmt.appplatform.v2020_07_01.models.AppResource>]
314313
exceptions:
315314
- type: azure.core.exceptions.HttpResponseError
316315
- uid: azure.mgmt.appplatform.v2020_07_01.aio.operations.AppsOperations.validate_domain
317316
name: validate_domain
318317
summary: Check the resource name is valid as well as not in use.
319318
signature: 'async validate_domain(resource_group_name: str, service_name: str, app_name:
320-
str, validate_payload: CustomDomainValidatePayload, **kwargs: Any) -> CustomDomainValidateResult'
319+
str, validate_payload: _models.CustomDomainValidatePayload, *, content_type: str
320+
= ''application/json'', **kwargs: Any) -> _models.CustomDomainValidateResult'
321321
parameters:
322322
- name: resource_group_name
323323
description: 'The name of the resource group that contains the resource. You can
324324
325-
obtain this value from the Azure Resource Manager API or the portal.'
325+
obtain this value from the Azure Resource Manager API or the portal. Required.'
326326
isRequired: true
327327
types:
328328
- <xref:str>
329329
- name: service_name
330-
description: The name of the Service resource.
330+
description: The name of the Service resource. Required.
331331
isRequired: true
332332
types:
333333
- <xref:str>
334334
- name: app_name
335-
description: The name of the App resource.
335+
description: The name of the App resource. Required.
336336
isRequired: true
337337
types:
338338
- <xref:str>
339339
- name: validate_payload
340-
description: Custom domain payload to be validated.
340+
description: 'Custom domain payload to be validated. Is either a
341+
342+
CustomDomainValidatePayload type or a IO type. Required.'
341343
isRequired: true
342344
types:
343345
- <xref:azure.mgmt.appplatform.v2020_07_01.models.CustomDomainValidatePayload>
346+
- <xref:IO>
347+
- name: content_type
348+
description: 'Body Parameter content-type. Known values are: ''application/json''.
349+
350+
Default value is None.'
351+
types:
352+
- <xref:str>
344353
- name: cls
345354
description: A custom type or function that will be passed the direct response
346355
types:
347356
- <xref:callable>
348357
return:
349-
description: CustomDomainValidateResult, or the result of cls(response)
358+
description: CustomDomainValidateResult or the result of cls(response)
350359
types:
351360
- <xref:azure.mgmt.appplatform.v2020_07_01.models.CustomDomainValidateResult>
352361
exceptions:

0 commit comments

Comments
 (0)