Skip to content

Commit 98163db

Browse files
author
VSC-Service-Account
committed
1 parent a989ba8 commit 98163db

File tree

90 files changed

+2567
-333
lines changed

Some content is hidden

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

90 files changed

+2567
-333
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
@@ -123,18 +123,18 @@ attributes:
123123
name: session
124124
- uid: azure.datalake.store.lib.DatalakeRESTInterface.ends
125125
name: ends
126-
signature: 'ends = {''APPEND'': (''post'', set(), {''leaseid'', ''filesessionid'',
127-
''append'', ''offset'', ''syncFlag''}), ''CHECKACCESS'': (''get'', set(), {''fsaction''}),
126+
signature: 'ends = {''APPEND'': (''post'', set(), {''filesessionid'', ''offset'',
127+
''leaseid'', ''syncFlag'', ''append''}), ''CHECKACCESS'': (''get'', set(), {''fsaction''}),
128128
''CONCAT'': (''post'', {''sources''}, {''sources''}), ''CREATE'': (''put'', set(),
129-
{''leaseid'', ''filesessionid'', ''write'', ''syncFlag'', ''overwrite''}), ''DELETE'':
129+
{''filesessionid'', ''overwrite'', ''leaseid'', ''syncFlag'', ''write''}), ''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''}),
134-
''MSGETACLSTATUS'': (''get'', set(), set()), ''OPEN'': (''get'', set(), {''read'',
135-
''filesessionid'', ''offset'', ''length''}), ''REMOVEACL'': (''put'', set(), set()),
134+
''MSGETACLSTATUS'': (''get'', set(), set()), ''OPEN'': (''get'', set(), {''length'',
135+
''offset'', ''read'', ''filesessionid''}), ''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'',
139-
{''expiryOption''}, {''expireTime'', ''expiryOption''}), ''SETOWNER'': (''put'',
140-
set(), {''owner'', ''group''}), ''SETPERMISSION'': (''put'', set(), {''permission''})}'
139+
{''expiryOption''}, {''expiryOption'', ''expireTime''}), ''SETOWNER'': (''put'',
140+
set(), {''group'', ''owner''}), ''SETPERMISSION'': (''put'', set(), {''permission''})}'

docs-ref-autogen/msal/msal.oauth2cli.oauth2.Client.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ constructor:
1717
- name: server_configuration
1818
- name: client_id
1919
- name: on_obtaining_tokens
20-
defaultValue: <function Client.<lambda> at 0x00000226DC330A60>
20+
defaultValue: <function Client.<lambda> at 0x0000027655D40A60>
2121
- name: on_removing_rt
22-
defaultValue: <function Client.<lambda> at 0x00000226DC330AF0>
22+
defaultValue: <function Client.<lambda> at 0x0000027655D40AF0>
2323
- name: on_updating_rt
24-
defaultValue: <function Client.<lambda> at 0x00000226DC330B80>
24+
defaultValue: <function Client.<lambda> at 0x0000027655D40B80>
2525
methods:
2626
- uid: msal.oauth2cli.oauth2.Client.build_auth_request_uri
2727
name: build_auth_request_uri
@@ -314,7 +314,7 @@ methods:
314314
\ turn off the loop. You can do so by using a callback as:\n\n exit_condition\
315315
\ = lambda flow: True\n\nto make the loop run only once, i.e. no polling, hence\
316316
\ non-block."
317-
defaultValue: <function Client.<lambda> at 0x00000226DC330310>
317+
defaultValue: <function Client.<lambda> at 0x0000027655D40310>
318318
types:
319319
- <xref:Callable>
320320
- uid: msal.oauth2cli.oauth2.Client.obtain_token_by_refresh_token
@@ -343,7 +343,7 @@ methods:
343343
defaultValue: None
344344
- name: rt_getter
345345
description: A callable to translate the token_item to a raw RT string
346-
defaultValue: <function Client.<lambda> at 0x00000226DC330D30>
346+
defaultValue: <function Client.<lambda> at 0x0000027655D40D30>
347347
- name: on_removing_rt
348348
description: If absent, fall back to the one defined in initialization
349349
defaultValue: None

docs-ref-autogen/msal/msal.oauth2cli.oidc.Client.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ constructor:
1717
- name: server_configuration
1818
- name: client_id
1919
- name: on_obtaining_tokens
20-
defaultValue: <function Client.<lambda> at 0x00000226DC330A60>
20+
defaultValue: <function Client.<lambda> at 0x0000027655D40A60>
2121
- name: on_removing_rt
22-
defaultValue: <function Client.<lambda> at 0x00000226DC330AF0>
22+
defaultValue: <function Client.<lambda> at 0x0000027655D40AF0>
2323
- name: on_updating_rt
24-
defaultValue: <function Client.<lambda> at 0x00000226DC330B80>
24+
defaultValue: <function Client.<lambda> at 0x0000027655D40B80>
2525
methods:
2626
- uid: msal.oauth2cli.oidc.Client.build_auth_request_uri
2727
name: build_auth_request_uri

docs-ref-autogen/msrest/msrest.serialization.Model.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ methods:
3131
types:
3232
- <xref:function>
3333
- name: key_transformer
34-
defaultValue: <function attribute_transformer at 0x000001ACBAA300D0>
34+
defaultValue: <function attribute_transformer at 0x0000027CAD7900D0>
3535
return:
3636
description: A dict JSON compatible object
3737
types:

preview/docs-ref-autogen/azure-ai-language-conversations/azure.ai.language.conversations.ConversationAnalysisClient.yml

Lines changed: 25 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,35 @@ name: ConversationAnalysisClient
44
fullName: azure.ai.language.conversations.ConversationAnalysisClient
55
module: azure.ai.language.conversations
66
inheritances:
7-
- azure.ai.language.conversations.operations._operations.ConversationAnalysisClientOperationsMixin
7+
- azure.ai.language.conversations._operations._operations.ConversationAnalysisClientOperationsMixin
88
summary: "This API accepts a request and mediates among multiple language projects,\
9-
\ such as LUIS Generally Available, Question Answering, Conversation, and then calls\
10-
\ the best candidate service to handle the request. At last, it returns a response\
11-
\ with the candidate service's response as a payload.\n\nIn some cases, this API\
12-
\ needs to forward requests and responses between the caller and an upstream service.\n\
13-
\n param endpoint:\n Supported Cognitive Services endpoint (e.g.,\n \
14-
\ [https://](https://)`<resource-name>`.api.cognitiveservices.azure.com).\n\n \
15-
\ type endpoint:\n str\n\n param credential:\n Credential needed for\
16-
\ the client to connect to Azure.\n\n type credential:\n ~azure.core.credentials.AzureKeyCredential"
9+
\ such as LUIS\nGenerally Available, Question Answering, Conversational Language\
10+
\ Understanding, and then calls\nthe best candidate service to handle the request.\
11+
\ At last, it returns a response with the\ncandidate service's response as a payload.\n\
12+
\n In some cases, this API needs to forward requests and responses between the\
13+
\ caller and an\n\nupstream service."
1714
constructor:
18-
syntax: 'ConversationAnalysisClient(endpoint: str, credential: AzureKeyCredential,
15+
syntax: 'ConversationAnalysisClient(endpoint: str, credential: azure.core.credentials.AzureKeyCredential,
1916
**kwargs: Any)'
2017
parameters:
2118
- name: endpoint
19+
description: 'Supported Cognitive Services endpoint (e.g.,
20+
21+
[https://](https://)`<resource-name>`.api.cognitiveservices.azure.com).'
22+
isRequired: true
23+
types:
24+
- <xref:str>
2225
- name: credential
26+
description: Credential needed for the client to connect to Azure.
27+
isRequired: true
28+
types:
29+
- <xref:azure.core.credentials.AzureKeyCredential>
30+
- name: api_version
31+
description: 'Api Version. Default value is "2022-03-01-preview". Note that overriding
32+
33+
this default value may result in unsupported behavior.'
34+
types:
35+
- <xref:str>
2336
methods:
2437
- uid: azure.ai.language.conversations.ConversationAnalysisClient.close
2538
name: close
@@ -46,7 +59,8 @@ methods:
4659
4760
4861
For more information on this code flow, see [https://aka.ms/azsdk/python/protocol/quickstart](https://aka.ms/azsdk/python/protocol/quickstart)'
49-
signature: 'send_request(request: HttpRequest, **kwargs: Any) -> HttpResponse'
62+
signature: 'send_request(request: azure.core.rest._rest_py3.HttpRequest, **kwargs:
63+
Any) -> azure.core.rest._rest_py3.HttpResponse'
5064
parameters:
5165
- name: request
5266
description: The network request you want to make. Required.

preview/docs-ref-autogen/azure-ai-language-conversations/azure.ai.language.conversations.aio.ConversationAnalysisClient.yml

Lines changed: 22 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,35 @@ name: ConversationAnalysisClient
44
fullName: azure.ai.language.conversations.aio.ConversationAnalysisClient
55
module: azure.ai.language.conversations.aio
66
inheritances:
7-
- azure.ai.language.conversations.aio.operations._operations.ConversationAnalysisClientOperationsMixin
7+
- azure.ai.language.conversations.aio._operations._operations.ConversationAnalysisClientOperationsMixin
88
summary: "This API accepts a request and mediates among multiple language projects,\
9-
\ such as LUIS Generally Available, Question Answering, Conversation, and then calls\
10-
\ the best candidate service to handle the request. At last, it returns a response\
11-
\ with the candidate service's response as a payload.\n\nIn some cases, this API\
12-
\ needs to forward requests and responses between the caller and an upstream service.\n\
13-
\n param endpoint:\n Supported Cognitive Services endpoint (e.g.,\n \
14-
\ [https://](https://)`<resource-name>`.api.cognitiveservices.azure.com).\n\n \
15-
\ type endpoint:\n str\n\n param credential:\n Credential needed for\
16-
\ the client to connect to Azure.\n\n type credential:\n ~azure.core.credentials.AzureKeyCredential"
9+
\ such as LUIS\nGenerally Available, Question Answering, Conversational Language\
10+
\ Understanding, and then calls\nthe best candidate service to handle the request.\
11+
\ At last, it returns a response with the\ncandidate service's response as a payload.\n\
12+
\n In some cases, this API needs to forward requests and responses between the\
13+
\ caller and an\n\nupstream service."
1714
constructor:
1815
syntax: 'ConversationAnalysisClient(endpoint: str, credential: azure.core.credentials.AzureKeyCredential,
1916
**kwargs: Any)'
2017
parameters:
2118
- name: endpoint
19+
description: 'Supported Cognitive Services endpoint (e.g.,
20+
21+
[https://](https://)`<resource-name>`.api.cognitiveservices.azure.com).'
22+
isRequired: true
23+
types:
24+
- <xref:str>
2225
- name: credential
26+
description: Credential needed for the client to connect to Azure.
27+
isRequired: true
28+
types:
29+
- <xref:azure.core.credentials.AzureKeyCredential>
30+
- name: api_version
31+
description: 'Api Version. Default value is "2022-03-01-preview". Note that overriding
32+
33+
this default value may result in unsupported behavior.'
34+
types:
35+
- <xref:str>
2336
methods:
2437
- uid: azure.ai.language.conversations.aio.ConversationAnalysisClient.close
2538
name: close

preview/docs-ref-autogen/azure-ai-language-conversations/azure.ai.language.conversations.aio.operations.ConversationAnalysisClientOperationsMixin.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

preview/docs-ref-autogen/azure-ai-language-conversations/azure.ai.language.conversations.aio.operations.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.

preview/docs-ref-autogen/azure-ai-language-conversations/azure.ai.language.conversations.aio.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,3 @@ fullName: azure.ai.language.conversations.aio
55
type: import
66
classes:
77
- azure.ai.language.conversations.aio.ConversationAnalysisClient
8-
packages:
9-
- azure.ai.language.conversations.aio.operations
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
### YamlMime:PythonClass
2+
uid: azure.ai.language.conversations.models.AgeResolution
3+
name: AgeResolution
4+
fullName: azure.ai.language.conversations.models.AgeResolution
5+
module: azure.ai.language.conversations.models
6+
inheritances:
7+
- azure.ai.language.conversations.models._models.BaseResolution
8+
- azure.ai.language.conversations.models._models.QuantityResolution
9+
summary: 'Represents the Age entity resolution model.
10+
11+
12+
All required parameters must be populated in order to send to Azure.'
13+
constructor:
14+
syntax: 'AgeResolution(*, value: float, unit: Union[str, _models.AgeUnit], **kwargs)'
15+
variables:
16+
- description: Required. The numeric value that the extracted text denotes.
17+
name: value
18+
types:
19+
- <xref:float>
20+
- description: 'Required. The entity resolution object kind.Constant filled by server.
21+
22+
Known values are: "Boolean", "DateTime", "Number", "Ordinal", "Speed", "Weight",
23+
"Length",
24+
25+
"Volume", "Area", "Age", "Information", "Temperature", "Currency", "NumericRange",
26+
27+
"TemporalSpan".'
28+
name: resolution_kind
29+
types:
30+
- <xref:str>
31+
- <xref:azure.ai.language.conversations.models.ResolutionKind>
32+
- description: 'Required. The Age Unit of measurement. Known values are: "Unspecified",
33+
"Year",
34+
35+
"Month", "Week", "Day".'
36+
name: unit
37+
types:
38+
- <xref:str>
39+
- <xref:azure.ai.language.conversations.models.AgeUnit>

0 commit comments

Comments
 (0)