Skip to content

Commit 7283d20

Browse files
1 parent 13dcef8 commit 7283d20

File tree

555 files changed

+11667
-12104
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

+11667
-12104
lines changed

docs-ref-autogen/azure-core/azure.core.messaging.CloudEvent.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ constructor:
4040
- <xref:object>
4141
- name: time
4242
description: Optional. The time (in UTC) the event was generated.
43-
defaultValue: <object object at 0x0000023107F908B0>
43+
defaultValue: <object object at 0x000001C662E708B0>
4444
types:
4545
- <xref:datetime.datetime>
4646
- name: dataschema

docs-ref-autogen/azure-mgmt-batch/azure.mgmt.batch.BatchManagementClient.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ constructor:
2929
- <xref:str>
3030
keywordOnlyParameters:
3131
- name: api_version
32-
description: 'Api Version. Default value is "2024-02-01". Note that overriding
32+
description: 'Api Version. Default value is "2024-07-01". Note that overriding
3333
this
3434
3535
default value may result in unsupported behavior.'
@@ -78,6 +78,10 @@ variables:
7878
name: pool
7979
types:
8080
- <xref:azure.mgmt.batch.operations.PoolOperations>
81+
- description: NetworkSecurityPerimeterOperations operations
82+
name: network_security_perimeter
83+
types:
84+
- <xref:azure.mgmt.batch.operations.NetworkSecurityPerimeterOperations>
8185
methods:
8286
- uid: azure.mgmt.batch.BatchManagementClient.close
8387
name: close

docs-ref-autogen/azure-mgmt-batch/azure.mgmt.batch.aio.BatchManagementClient.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ constructor:
2929
- <xref:str>
3030
keywordOnlyParameters:
3131
- name: api_version
32-
description: 'Api Version. Default value is "2024-02-01". Note that overriding
32+
description: 'Api Version. Default value is "2024-07-01". Note that overriding
3333
this
3434
3535
default value may result in unsupported behavior.'
@@ -78,6 +78,10 @@ variables:
7878
name: pool
7979
types:
8080
- <xref:azure.mgmt.batch.aio.operations.PoolOperations>
81+
- description: NetworkSecurityPerimeterOperations operations
82+
name: network_security_perimeter
83+
types:
84+
- <xref:azure.mgmt.batch.aio.operations.NetworkSecurityPerimeterOperations>
8185
methods:
8286
- uid: azure.mgmt.batch.aio.BatchManagementClient.close
8387
name: close

docs-ref-autogen/azure-mgmt-batch/azure.mgmt.batch.aio.operations.ApplicationOperations.yml

+6-43
Original file line numberDiff line numberDiff line change
@@ -39,24 +39,13 @@ methods:
3939
- <xref:str>
4040
- name: parameters
4141
description: 'The parameters for the request. Is either a Application type or
42-
a IO type.
42+
a IO[bytes]
4343
44-
Default value is None.'
44+
type. Default value is None.'
4545
isRequired: true
4646
types:
4747
- <xref:azure.mgmt.batch.models.Application>
48-
- <xref:typing.IO>
49-
keywordOnlyParameters:
50-
- name: content_type
51-
description: 'Body Parameter content-type. Known values are: ''application/json''.
52-
53-
Default value is None.'
54-
types:
55-
- <xref:str>
56-
- name: cls
57-
description: A custom type or function that will be passed the direct response
58-
types:
59-
- <xref:callable>
48+
- <xref:typing.IO>[<xref:bytes>]
6049
return:
6150
description: Application or the result of cls(response)
6251
types:
@@ -88,11 +77,6 @@ methods:
8877
isRequired: true
8978
types:
9079
- <xref:str>
91-
keywordOnlyParameters:
92-
- name: cls
93-
description: A custom type or function that will be passed the direct response
94-
types:
95-
- <xref:callable>
9680
return:
9781
description: None or the result of cls(response)
9882
types:
@@ -124,11 +108,6 @@ methods:
124108
isRequired: true
125109
types:
126110
- <xref:str>
127-
keywordOnlyParameters:
128-
- name: cls
129-
description: A custom type or function that will be passed the direct response
130-
types:
131-
- <xref:callable>
132111
return:
133112
description: Application or the result of cls(response)
134113
types:
@@ -161,11 +140,6 @@ methods:
161140
isRequired: true
162141
types:
163142
- <xref:int>
164-
keywordOnlyParameters:
165-
- name: cls
166-
description: A custom type or function that will be passed the direct response
167-
types:
168-
- <xref:callable>
169143
return:
170144
description: An iterator like instance of either Application or the result of
171145
cls(response)
@@ -201,24 +175,13 @@ methods:
201175
- <xref:str>
202176
- name: parameters
203177
description: 'The parameters for the request. Is either a Application type or
204-
a IO type.
178+
a IO[bytes]
205179
206-
Required.'
180+
type. Required.'
207181
isRequired: true
208182
types:
209183
- <xref:azure.mgmt.batch.models.Application>
210-
- <xref:typing.IO>
211-
keywordOnlyParameters:
212-
- name: content_type
213-
description: 'Body Parameter content-type. Known values are: ''application/json''.
214-
215-
Default value is None.'
216-
types:
217-
- <xref:str>
218-
- name: cls
219-
description: A custom type or function that will be passed the direct response
220-
types:
221-
- <xref:callable>
184+
- <xref:typing.IO>[<xref:bytes>]
222185
return:
223186
description: Application or the result of cls(response)
224187
types:

docs-ref-autogen/azure-mgmt-batch/azure.mgmt.batch.aio.operations.ApplicationPackageOperations.yml

+5-42
Original file line numberDiff line numberDiff line change
@@ -50,22 +50,11 @@ methods:
5050
- name: parameters
5151
description: 'The parameters for the request. Is either a
5252
53-
ActivateApplicationPackageParameters type or a IO type. Required.'
53+
ActivateApplicationPackageParameters type or a IO[bytes] type. Required.'
5454
isRequired: true
5555
types:
5656
- <xref:azure.mgmt.batch.models.ActivateApplicationPackageParameters>
57-
- <xref:typing.IO>
58-
keywordOnlyParameters:
59-
- name: content_type
60-
description: 'Body Parameter content-type. Known values are: ''application/json''.
61-
62-
Default value is None.'
63-
types:
64-
- <xref:str>
65-
- name: cls
66-
description: A custom type or function that will be passed the direct response
67-
types:
68-
- <xref:callable>
57+
- <xref:typing.IO>[<xref:bytes>]
6958
return:
7059
description: ApplicationPackage or the result of cls(response)
7160
types:
@@ -114,24 +103,13 @@ methods:
114103
- <xref:str>
115104
- name: parameters
116105
description: 'The parameters for the request. Is either a ApplicationPackage type
117-
or a IO
106+
or a
118107
119-
type. Default value is None.'
108+
IO[bytes] type. Default value is None.'
120109
isRequired: true
121110
types:
122111
- <xref:azure.mgmt.batch.models.ApplicationPackage>
123-
- <xref:typing.IO>
124-
keywordOnlyParameters:
125-
- name: content_type
126-
description: 'Body Parameter content-type. Known values are: ''application/json''.
127-
128-
Default value is None.'
129-
types:
130-
- <xref:str>
131-
- name: cls
132-
description: A custom type or function that will be passed the direct response
133-
types:
134-
- <xref:callable>
112+
- <xref:typing.IO>[<xref:bytes>]
135113
return:
136114
description: ApplicationPackage or the result of cls(response)
137115
types:
@@ -168,11 +146,6 @@ methods:
168146
isRequired: true
169147
types:
170148
- <xref:str>
171-
keywordOnlyParameters:
172-
- name: cls
173-
description: A custom type or function that will be passed the direct response
174-
types:
175-
- <xref:callable>
176149
return:
177150
description: None or the result of cls(response)
178151
types:
@@ -209,11 +182,6 @@ methods:
209182
isRequired: true
210183
types:
211184
- <xref:str>
212-
keywordOnlyParameters:
213-
- name: cls
214-
description: A custom type or function that will be passed the direct response
215-
types:
216-
- <xref:callable>
217185
return:
218186
description: ApplicationPackage or the result of cls(response)
219187
types:
@@ -253,11 +221,6 @@ methods:
253221
isRequired: true
254222
types:
255223
- <xref:int>
256-
keywordOnlyParameters:
257-
- name: cls
258-
description: A custom type or function that will be passed the direct response
259-
types:
260-
- <xref:callable>
261224
return:
262225
description: An iterator like instance of either ApplicationPackage or the result
263226
of cls(response)

0 commit comments

Comments
 (0)