Skip to content

Commit deab5b5

Browse files
authored
Merge pull request #1383 from MicrosoftDocs/main
6/22/2021 Publish
2 parents 760aa13 + fadbc29 commit deab5b5

File tree

555 files changed

+15485
-8274
lines changed

Some content is hidden

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

555 files changed

+15485
-8274
lines changed

ci-configs/packages-latest.json

-13
Original file line numberDiff line numberDiff line change
@@ -2413,19 +2413,6 @@
24132413
"install_type": "pypi",
24142414
"prefer_source_distribution": "true"
24152415
}
2416-
},
2417-
{
2418-
"exclude_path": [
2419-
"test*",
2420-
"example*",
2421-
"sample*",
2422-
"doc*"
2423-
],
2424-
"package_info": {
2425-
"name": "azure-mgmt-reservations",
2426-
"install_type": "pypi",
2427-
"prefer_source_distribution": "true"
2428-
}
24292416
}
24302417
],
24312418
"required_packages": [

docs-ref-autogen/azure-core/azure.core.pipeline.policies.HttpLoggingPolicy.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ methods:
3131
attributes:
3232
- uid: azure.core.pipeline.policies.HttpLoggingPolicy.DEFAULT_HEADERS_WHITELIST
3333
name: DEFAULT_HEADERS_WHITELIST
34-
signature: 'DEFAULT_HEADERS_WHITELIST = {''Last-Modified'', ''Pragma'', ''Accept'',
35-
''ETag'', ''Request-Id'', ''x-ms-client-request-id'', ''x-ms-request-id'', ''If-Unmodified-Since'',
36-
''Cache-Control'', ''Retry-After'', ''Content-Length'', ''If-Match'', ''If-Modified-Since'',
37-
''Transfer-Encoding'', ''Connection'', ''Content-Type'', ''User-Agent'', ''Server'',
38-
''x-ms-return-client-request-id'', ''If-None-Match'', ''Expires'', ''traceparent'',
39-
''Date''}'
34+
signature: 'DEFAULT_HEADERS_WHITELIST = {''x-ms-client-request-id'', ''Retry-After'',
35+
''If-Unmodified-Since'', ''Pragma'', ''x-ms-return-client-request-id'', ''User-Agent'',
36+
''If-Modified-Since'', ''Accept'', ''Server'', ''Connection'', ''Content-Type'',
37+
''Last-Modified'', ''ETag'', ''If-Match'', ''Cache-Control'', ''Request-Id'',
38+
''traceparent'', ''Expires'', ''Date'', ''If-None-Match'', ''Transfer-Encoding'',
39+
''x-ms-request-id'', ''Content-Length''}'
4040
- uid: azure.core.pipeline.policies.HttpLoggingPolicy.REDACTED_PLACEHOLDER
4141
name: REDACTED_PLACEHOLDER
4242
signature: REDACTED_PLACEHOLDER = 'REDACTED'

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

+6-6
Original file line numberDiff line numberDiff line change
@@ -121,15 +121,15 @@ methods:
121121
attributes:
122122
- uid: azure.datalake.store.lib.DatalakeRESTInterface.ends
123123
name: ends
124-
signature: 'ends = {''APPEND'': (''post'', set(), {''append'', ''leaseid'', ''offset'',
125-
''filesessionid'', ''syncFlag''}), ''CHECKACCESS'': (''get'', set(), {''fsaction''}),
124+
signature: 'ends = {''APPEND'': (''post'', set(), {''offset'', ''syncFlag'', ''append'',
125+
''leaseid'', ''filesessionid''}), ''CHECKACCESS'': (''get'', set(), {''fsaction''}),
126126
''CONCAT'': (''post'', {''sources''}, {''sources''}), ''MSCONCAT'': (''post'',
127-
set(), {''deleteSourceDirectory''}), ''CREATE'': (''put'', set(), {''leaseid'',
128-
''overwrite'', ''write'', ''filesessionid'', ''syncFlag''}), ''DELETE'': (''delete'',
127+
set(), {''deleteSourceDirectory''}), ''CREATE'': (''put'', set(), {''syncFlag'',
128+
''write'', ''leaseid'', ''filesessionid'', ''overwrite''}), ''DELETE'': (''delete'',
129129
set(), {''recursive''}), ''GETCONTENTSUMMARY'': (''get'', set(), set()), ''GETFILESTATUS'':
130130
(''get'', set(), set()), ''LISTSTATUS'': (''get'', set(), {''listSize'', ''listAfter''}),
131-
''MKDIRS'': (''put'', set(), set()), ''OPEN'': (''get'', set(), {''length'', ''filesessionid'',
132-
''read'', ''offset''}), ''RENAME'': (''put'', {''destination''}, {''destination''}),
131+
''MKDIRS'': (''put'', set(), set()), ''OPEN'': (''get'', set(), {''read'', ''offset'',
132+
''filesessionid'', ''length''}), ''RENAME'': (''put'', {''destination''}, {''destination''}),
133133
''SETOWNER'': (''put'', set(), {''group'', ''owner''}), ''SETPERMISSION'': (''put'',
134134
set(), {''permission''}), ''SETEXPIRY'': (''put'', {''expiryOption''}, {''expiryOption'',
135135
''expireTime''}), ''SETACL'': (''put'', {''aclSpec''}, {''aclSpec''}), ''MODIFYACLENTRIES'':

docs-ref-autogen/azure-mgmt-appconfiguration/azure.mgmt.appconfiguration.AppConfigurationManagementClient.yml

+4
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ variables:
4747
name: private_link_resources
4848
types:
4949
- <xref:app_configuration_management_client.operations.PrivateLinkResourcesOperations>
50+
- description: KeyValuesOperations operations
51+
name: key_values
52+
types:
53+
- <xref:app_configuration_management_client.operations.KeyValuesOperations>
5054
methods:
5155
- uid: azure.mgmt.appconfiguration.AppConfigurationManagementClient.close
5256
name: close

docs-ref-autogen/azure-mgmt-appconfiguration/azure.mgmt.appconfiguration.aio.AppConfigurationManagementClient.yml

+4
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ variables:
4545
name: private_link_resources
4646
types:
4747
- <xref:app_configuration_management_client.aio.operations.PrivateLinkResourcesOperations>
48+
- description: KeyValuesOperations operations
49+
name: key_values
50+
types:
51+
- <xref:app_configuration_management_client.aio.operations.KeyValuesOperations>
4852
methods:
4953
- uid: azure.mgmt.appconfiguration.aio.AppConfigurationManagementClient.close
5054
name: close

docs-ref-autogen/azure-mgmt-appconfiguration/azure.mgmt.appconfiguration.aio.operations.ConfigurationStoresOperations.yml

+22-49
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ methods:
3636
name: begin_create
3737
summary: Creates a configuration store with the specified parameters.
3838
signature: 'begin_create(resource_group_name: str, config_store_name: str, config_store_creation_parameters:
39-
azure.mgmt.appconfiguration.models._models_py3.ConfigurationStore, **kwargs) ->
40-
azure.core.polling._async_poller.AsyncLROPoller[_ForwardRef(''models.ConfigurationStore'')]'
39+
azure.mgmt.appconfiguration.models._models_py3.ConfigurationStore, **kwargs: typing.Any)
40+
-> azure.core.polling._async_poller.AsyncLROPoller[_ForwardRef(''_models.ConfigurationStore'')]'
4141
parameters:
4242
- name: resource_group_name
4343
description: 'The name of the resource group to which the container registry
@@ -65,9 +65,10 @@ methods:
6565
types:
6666
- <xref:str>
6767
- name: polling
68-
description: 'True for ARMPolling, False for no polling, or a
68+
description: 'By default, your polling method will be AsyncARMPolling.
6969
70-
polling object for personal polling strategy'
70+
Pass in False for this operation to not poll, or pass in your own initialized
71+
polling object for a personal polling strategy.'
7172
types:
7273
- <xref:bool>
7374
- <xref:azure.core.polling.AsyncPollingMethod>
@@ -87,8 +88,8 @@ methods:
8788
- uid: azure.mgmt.appconfiguration.aio.operations.ConfigurationStoresOperations.begin_delete
8889
name: begin_delete
8990
summary: Deletes a configuration store.
90-
signature: 'begin_delete(resource_group_name: str, config_store_name: str, **kwargs)
91-
-> azure.core.polling._async_poller.AsyncLROPoller[NoneType]'
91+
signature: 'begin_delete(resource_group_name: str, config_store_name: str, **kwargs:
92+
typing.Any) -> azure.core.polling._async_poller.AsyncLROPoller[NoneType]'
9293
parameters:
9394
- name: resource_group_name
9495
description: 'The name of the resource group to which the container registry
@@ -111,9 +112,10 @@ methods:
111112
types:
112113
- <xref:str>
113114
- name: polling
114-
description: 'True for ARMPolling, False for no polling, or a
115+
description: 'By default, your polling method will be AsyncARMPolling.
115116
116-
polling object for personal polling strategy'
117+
Pass in False for this operation to not poll, or pass in your own initialized
118+
polling object for a personal polling strategy.'
117119
types:
118120
- <xref:bool>
119121
- <xref:azure.core.polling.AsyncPollingMethod>
@@ -135,7 +137,7 @@ methods:
135137
summary: Updates a configuration store with the specified parameters.
136138
signature: 'begin_update(resource_group_name: str, config_store_name: str, config_store_update_parameters:
137139
azure.mgmt.appconfiguration.models._models_py3.ConfigurationStoreUpdateParameters,
138-
**kwargs) -> azure.core.polling._async_poller.AsyncLROPoller[_ForwardRef(''models.ConfigurationStore'')]'
140+
**kwargs: typing.Any) -> azure.core.polling._async_poller.AsyncLROPoller[_ForwardRef(''_models.ConfigurationStore'')]'
139141
parameters:
140142
- name: resource_group_name
141143
description: 'The name of the resource group to which the container registry
@@ -163,9 +165,10 @@ methods:
163165
types:
164166
- <xref:str>
165167
- name: polling
166-
description: 'True for ARMPolling, False for no polling, or a
168+
description: 'By default, your polling method will be AsyncARMPolling.
167169
168-
polling object for personal polling strategy'
170+
Pass in False for this operation to not poll, or pass in your own initialized
171+
polling object for a personal polling strategy.'
169172
types:
170173
- <xref:bool>
171174
- <xref:azure.core.polling.AsyncPollingMethod>
@@ -185,7 +188,8 @@ methods:
185188
- uid: azure.mgmt.appconfiguration.aio.operations.ConfigurationStoresOperations.get
186189
name: get
187190
summary: Gets the properties of the specified configuration store.
188-
signature: 'get(resource_group_name: str, config_store_name: str, **kwargs) -> azure.mgmt.appconfiguration.models._models_py3.ConfigurationStore'
191+
signature: 'get(resource_group_name: str, config_store_name: str, **kwargs: typing.Any)
192+
-> azure.mgmt.appconfiguration.models._models_py3.ConfigurationStore'
189193
parameters:
190194
- name: resource_group_name
191195
description: 'The name of the resource group to which the container registry
@@ -210,7 +214,8 @@ methods:
210214
- uid: azure.mgmt.appconfiguration.aio.operations.ConfigurationStoresOperations.list
211215
name: list
212216
summary: Lists the configuration stores for a given subscription.
213-
signature: 'list(skip_token: typing.Union[str, NoneType] = None, **kwargs) -> typing.AsyncIterable[_ForwardRef(''models.ConfigurationStoreListResult'')]'
217+
signature: 'list(skip_token: typing.Union[str, NoneType] = None, **kwargs: typing.Any)
218+
-> typing.AsyncIterable[_ForwardRef(''_models.ConfigurationStoreListResult'')]'
214219
parameters:
215220
- name: skip_token
216221
description: 'A skip token is used to continue retrieving items after an operation
@@ -239,7 +244,7 @@ methods:
239244
name: list_by_resource_group
240245
summary: Lists the configuration stores for a given resource group.
241246
signature: 'list_by_resource_group(resource_group_name: str, skip_token: typing.Union[str,
242-
NoneType] = None, **kwargs) -> typing.AsyncIterable[_ForwardRef(''models.ConfigurationStoreListResult'')]'
247+
NoneType] = None, **kwargs: typing.Any) -> typing.AsyncIterable[_ForwardRef(''_models.ConfigurationStoreListResult'')]'
243248
parameters:
244249
- name: resource_group_name
245250
description: 'The name of the resource group to which the container registry
@@ -271,43 +276,11 @@ methods:
271276
or the result of cls(response)
272277
types:
273278
- <xref:azure.core.async_paging.AsyncItemPaged>[<xref:app_configuration_management_client.models.ConfigurationStoreListResult>]
274-
- uid: azure.mgmt.appconfiguration.aio.operations.ConfigurationStoresOperations.list_key_value
275-
name: list_key_value
276-
summary: Lists a configuration store key-value.
277-
signature: 'list_key_value(resource_group_name: str, config_store_name: str, list_key_value_parameters:
278-
azure.mgmt.appconfiguration.models._models_py3.ListKeyValueParameters, **kwargs)
279-
-> azure.mgmt.appconfiguration.models._models_py3.KeyValue'
280-
parameters:
281-
- name: resource_group_name
282-
description: 'The name of the resource group to which the container registry
283-
284-
belongs.'
285-
isRequired: true
286-
types:
287-
- <xref:str>
288-
- name: config_store_name
289-
description: The name of the configuration store.
290-
isRequired: true
291-
types:
292-
- <xref:str>
293-
- name: list_key_value_parameters
294-
description: The parameters for retrieving a key-value.
295-
isRequired: true
296-
types:
297-
- <xref:app_configuration_management_client.models.ListKeyValueParameters>
298-
- name: cls
299-
description: A custom type or function that will be passed the direct response
300-
types:
301-
- <xref:callable>
302-
return:
303-
description: KeyValue, or the result of cls(response)
304-
types:
305-
- <xref:app_configuration_management_client.models.KeyValue>
306279
- uid: azure.mgmt.appconfiguration.aio.operations.ConfigurationStoresOperations.list_keys
307280
name: list_keys
308281
summary: Lists the access key for the specified configuration store.
309282
signature: 'list_keys(resource_group_name: str, config_store_name: str, skip_token:
310-
typing.Union[str, NoneType] = None, **kwargs) -> typing.AsyncIterable[_ForwardRef(''models.ApiKeyListResult'')]'
283+
typing.Union[str, NoneType] = None, **kwargs: typing.Any) -> typing.AsyncIterable[_ForwardRef(''_models.ApiKeyListResult'')]'
311284
parameters:
312285
- name: resource_group_name
313286
description: 'The name of the resource group to which the container registry
@@ -348,8 +321,8 @@ methods:
348321
name: regenerate_key
349322
summary: Regenerates an access key for the specified configuration store.
350323
signature: 'regenerate_key(resource_group_name: str, config_store_name: str, regenerate_key_parameters:
351-
azure.mgmt.appconfiguration.models._models_py3.RegenerateKeyParameters, **kwargs)
352-
-> azure.mgmt.appconfiguration.models._models_py3.ApiKey'
324+
azure.mgmt.appconfiguration.models._models_py3.RegenerateKeyParameters, **kwargs:
325+
typing.Any) -> azure.mgmt.appconfiguration.models._models_py3.ApiKey'
353326
parameters:
354327
- name: resource_group_name
355328
description: 'The name of the resource group to which the container registry

0 commit comments

Comments
 (0)