Skip to content

Commit 9217b38

Browse files
1 parent 2bd22a4 commit 9217b38

File tree

138 files changed

+5092
-1095
lines changed

Some content is hidden

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

138 files changed

+5092
-1095
lines changed

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

Lines changed: 1 addition & 1 deletion
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 0x000001A3676708B0>
43+
defaultValue: <object object at 0x0000027F649508B0>
4444
types:
4545
- <xref:datetime.datetime>
4646
- name: dataschema

docs-ref-autogen/azure-mgmt-hybridcompute/azure.mgmt.hybridcompute.HybridComputeManagementClient.yml

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ constructor:
2727
- <xref:str>
2828
keywordOnlyParameters:
2929
- name: api_version
30-
description: 'Api Version. Default value is "2022-03-10". Note that overriding
30+
description: 'Api Version. Default value is "2024-07-10". Note that overriding
3131
this
3232
3333
default value may result in unsupported behavior.'
@@ -40,18 +40,34 @@ constructor:
4040
types:
4141
- <xref:int>
4242
variables:
43+
- description: LicensesOperations operations
44+
name: licenses
45+
types:
46+
- <xref:azure.mgmt.hybridcompute.operations.LicensesOperations>
4347
- description: MachinesOperations operations
4448
name: machines
4549
types:
4650
- <xref:azure.mgmt.hybridcompute.operations.MachinesOperations>
51+
- description: LicenseProfilesOperations operations
52+
name: license_profiles
53+
types:
54+
- <xref:azure.mgmt.hybridcompute.operations.LicenseProfilesOperations>
4755
- description: MachineExtensionsOperations operations
4856
name: machine_extensions
4957
types:
5058
- <xref:azure.mgmt.hybridcompute.operations.MachineExtensionsOperations>
59+
- description: ExtensionMetadataOperations operations
60+
name: extension_metadata
61+
types:
62+
- <xref:azure.mgmt.hybridcompute.operations.ExtensionMetadataOperations>
5163
- description: Operations operations
5264
name: operations
5365
types:
5466
- <xref:azure.mgmt.hybridcompute.operations.Operations>
67+
- description: NetworkProfileOperations operations
68+
name: network_profile
69+
types:
70+
- <xref:azure.mgmt.hybridcompute.operations.NetworkProfileOperations>
5571
- description: PrivateLinkScopesOperations operations
5672
name: private_link_scopes
5773
types:
@@ -64,6 +80,10 @@ variables:
6480
name: private_endpoint_connections
6581
types:
6682
- <xref:azure.mgmt.hybridcompute.operations.PrivateEndpointConnectionsOperations>
83+
- description: NetworkSecurityPerimeterConfigurationsOperations operations
84+
name: network_security_perimeter_configurations
85+
types:
86+
- <xref:azure.mgmt.hybridcompute.operations.NetworkSecurityPerimeterConfigurationsOperations>
6787
methods:
6888
- uid: azure.mgmt.hybridcompute.HybridComputeManagementClient.close
6989
name: close

docs-ref-autogen/azure-mgmt-hybridcompute/azure.mgmt.hybridcompute.aio.HybridComputeManagementClient.yml

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ constructor:
2727
- <xref:str>
2828
keywordOnlyParameters:
2929
- name: api_version
30-
description: 'Api Version. Default value is "2022-03-10". Note that overriding
30+
description: 'Api Version. Default value is "2024-07-10". Note that overriding
3131
this
3232
3333
default value may result in unsupported behavior.'
@@ -40,18 +40,34 @@ constructor:
4040
types:
4141
- <xref:int>
4242
variables:
43+
- description: LicensesOperations operations
44+
name: licenses
45+
types:
46+
- <xref:azure.mgmt.hybridcompute.aio.operations.LicensesOperations>
4347
- description: MachinesOperations operations
4448
name: machines
4549
types:
4650
- <xref:azure.mgmt.hybridcompute.aio.operations.MachinesOperations>
51+
- description: LicenseProfilesOperations operations
52+
name: license_profiles
53+
types:
54+
- <xref:azure.mgmt.hybridcompute.aio.operations.LicenseProfilesOperations>
4755
- description: MachineExtensionsOperations operations
4856
name: machine_extensions
4957
types:
5058
- <xref:azure.mgmt.hybridcompute.aio.operations.MachineExtensionsOperations>
59+
- description: ExtensionMetadataOperations operations
60+
name: extension_metadata
61+
types:
62+
- <xref:azure.mgmt.hybridcompute.aio.operations.ExtensionMetadataOperations>
5163
- description: Operations operations
5264
name: operations
5365
types:
5466
- <xref:azure.mgmt.hybridcompute.aio.operations.Operations>
67+
- description: NetworkProfileOperations operations
68+
name: network_profile
69+
types:
70+
- <xref:azure.mgmt.hybridcompute.aio.operations.NetworkProfileOperations>
5571
- description: PrivateLinkScopesOperations operations
5672
name: private_link_scopes
5773
types:
@@ -64,6 +80,10 @@ variables:
6480
name: private_endpoint_connections
6581
types:
6682
- <xref:azure.mgmt.hybridcompute.aio.operations.PrivateEndpointConnectionsOperations>
83+
- description: NetworkSecurityPerimeterConfigurationsOperations operations
84+
name: network_security_perimeter_configurations
85+
types:
86+
- <xref:azure.mgmt.hybridcompute.aio.operations.NetworkSecurityPerimeterConfigurationsOperations>
6787
methods:
6888
- uid: azure.mgmt.hybridcompute.aio.HybridComputeManagementClient.close
6989
name: close
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
### YamlMime:PythonClass
2+
uid: azure.mgmt.hybridcompute.aio.operations.ExtensionMetadataOperations
3+
name: ExtensionMetadataOperations
4+
fullName: azure.mgmt.hybridcompute.aio.operations.ExtensionMetadataOperations
5+
module: azure.mgmt.hybridcompute.aio.operations
6+
inheritances:
7+
- builtins.object
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.hybridcompute.aio.HybridComputeManagementClient>'s\n\
10+
>\n> <xref:extension_metadata> attribute.\n>"
11+
constructor:
12+
syntax: ExtensionMetadataOperations(*args, **kwargs)
13+
methods:
14+
- uid: azure.mgmt.hybridcompute.aio.operations.ExtensionMetadataOperations.get
15+
name: get
16+
summary: Gets an Extension Metadata based on location, publisher, extensionType
17+
and version.
18+
signature: 'async get(location: str, publisher: str, extension_type: str, version:
19+
str, **kwargs: Any) -> ExtensionValue'
20+
parameters:
21+
- name: location
22+
description: The location of the Extension being received. Required.
23+
isRequired: true
24+
types:
25+
- <xref:str>
26+
- name: publisher
27+
description: The publisher of the Extension being received. Required.
28+
isRequired: true
29+
types:
30+
- <xref:str>
31+
- name: extension_type
32+
description: The extensionType of the Extension being received. Required.
33+
isRequired: true
34+
types:
35+
- <xref:str>
36+
- name: version
37+
description: The version of the Extension being received. Required.
38+
isRequired: true
39+
types:
40+
- <xref:str>
41+
return:
42+
description: ExtensionValue or the result of cls(response)
43+
types:
44+
- <xref:azure.mgmt.hybridcompute.models.ExtensionValue>
45+
exceptions:
46+
- type: azure.core.exceptions.HttpResponseError
47+
- uid: azure.mgmt.hybridcompute.aio.operations.ExtensionMetadataOperations.list
48+
name: list
49+
summary: Gets all Extension versions based on location, publisher, extensionType.
50+
signature: 'list(location: str, publisher: str, extension_type: str, **kwargs: Any)
51+
-> AsyncIterable[ExtensionValue]'
52+
parameters:
53+
- name: location
54+
description: The location of the Extension being received. Required.
55+
isRequired: true
56+
types:
57+
- <xref:str>
58+
- name: publisher
59+
description: The publisher of the Extension being received. Required.
60+
isRequired: true
61+
types:
62+
- <xref:str>
63+
- name: extension_type
64+
description: The extensionType of the Extension being received. Required.
65+
isRequired: true
66+
types:
67+
- <xref:str>
68+
return:
69+
description: An iterator like instance of either ExtensionValue or the result
70+
of cls(response)
71+
types:
72+
- <xref:azure.core.async_paging.AsyncItemPaged>[<xref:azure.mgmt.hybridcompute.models.ExtensionValue>]
73+
exceptions:
74+
- type: azure.core.exceptions.HttpResponseError
75+
attributes:
76+
- uid: azure.mgmt.hybridcompute.aio.operations.ExtensionMetadataOperations.models
77+
name: models
78+
signature: models = <module 'azure.mgmt.hybridcompute.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.9\\x64\\Lib\\site-packages\\azure\\mgmt\\hybridcompute\\models\\__init__.py'>

docs-ref-autogen/azure-mgmt-hybridcompute/azure.mgmt.hybridcompute.aio.operations.HybridComputeManagementClientOperationsMixin.yml

Lines changed: 2 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -30,43 +30,11 @@ methods:
3030
- name: extension_upgrade_parameters
3131
description: 'Parameters supplied to the Upgrade Extensions operation.
3232
33-
Is either a model type or a IO type. Required.'
33+
Is either a MachineExtensionUpgrade type or a IO[bytes] type. Required.'
3434
isRequired: true
3535
types:
3636
- <xref:azure.mgmt.hybridcompute.models.MachineExtensionUpgrade>
37-
- <xref:typing.IO>
38-
keywordOnlyParameters:
39-
- name: content_type
40-
description: 'Body Parameter content-type. Known values are: ''application/json''.
41-
42-
Default value is None.'
43-
types:
44-
- <xref:str>
45-
- name: cls
46-
description: A custom type or function that will be passed the direct response
47-
types:
48-
- <xref:callable>
49-
- name: continuation_token
50-
description: A continuation token to restart a poller from a saved state.
51-
types:
52-
- <xref:str>
53-
- name: polling
54-
description: 'By default, your polling method will be AsyncARMPolling. Pass in
55-
False for
56-
57-
this operation to not poll, or pass in your own initialized polling object for
58-
a personal
59-
60-
polling strategy.'
61-
types:
62-
- <xref:bool>
63-
- <xref:azure.core.polling.AsyncPollingMethod>
64-
- name: polling_interval
65-
description: 'Default waiting time between two polls for LRO operations if no
66-
67-
Retry-After header is present.'
68-
types:
69-
- <xref:int>
37+
- <xref:typing.IO>[<xref:bytes>]
7038
return:
7139
description: An instance of AsyncLROPoller that returns either None or the result
7240
of cls(response)

0 commit comments

Comments
 (0)