2424 DeploymentSettingsOperations ,
2525 EdgeDevicesOperations ,
2626 ExtensionsOperations ,
27+ GalleryImagesOperations ,
28+ GuestAgentOperations ,
29+ GuestAgentsOperations ,
30+ HybridIdentityMetadataOperations ,
31+ LogicalNetworksOperations ,
32+ MarketplaceGalleryImagesOperations ,
33+ NetworkInterfacesOperations ,
2734 OffersOperations ,
2835 Operations ,
2936 PublishersOperations ,
3037 SecuritySettingsOperations ,
3138 SkusOperations ,
39+ StorageContainersOperations ,
3240 UpdateRunsOperations ,
3341 UpdateSummariesOperations ,
3442 UpdatesOperations ,
43+ VirtualHardDisksOperations ,
44+ VirtualMachineInstancesOperations ,
3545)
3646
3747if TYPE_CHECKING :
@@ -53,6 +63,16 @@ class AzureStackHCIClient: # pylint: disable=client-accepts-api-version-keyword
5363 :vartype edge_devices: azure.mgmt.azurestackhci.aio.operations.EdgeDevicesOperations
5464 :ivar extensions: ExtensionsOperations operations
5565 :vartype extensions: azure.mgmt.azurestackhci.aio.operations.ExtensionsOperations
66+ :ivar gallery_images: GalleryImagesOperations operations
67+ :vartype gallery_images: azure.mgmt.azurestackhci.aio.operations.GalleryImagesOperations
68+ :ivar logical_networks: LogicalNetworksOperations operations
69+ :vartype logical_networks: azure.mgmt.azurestackhci.aio.operations.LogicalNetworksOperations
70+ :ivar marketplace_gallery_images: MarketplaceGalleryImagesOperations operations
71+ :vartype marketplace_gallery_images:
72+ azure.mgmt.azurestackhci.aio.operations.MarketplaceGalleryImagesOperations
73+ :ivar network_interfaces: NetworkInterfacesOperations operations
74+ :vartype network_interfaces:
75+ azure.mgmt.azurestackhci.aio.operations.NetworkInterfacesOperations
5676 :ivar offers: OffersOperations operations
5777 :vartype offers: azure.mgmt.azurestackhci.aio.operations.OffersOperations
5878 :ivar operations: Operations operations
@@ -63,19 +83,34 @@ class AzureStackHCIClient: # pylint: disable=client-accepts-api-version-keyword
6383 :vartype security_settings: azure.mgmt.azurestackhci.aio.operations.SecuritySettingsOperations
6484 :ivar skus: SkusOperations operations
6585 :vartype skus: azure.mgmt.azurestackhci.aio.operations.SkusOperations
86+ :ivar storage_containers: StorageContainersOperations operations
87+ :vartype storage_containers:
88+ azure.mgmt.azurestackhci.aio.operations.StorageContainersOperations
6689 :ivar update_runs: UpdateRunsOperations operations
6790 :vartype update_runs: azure.mgmt.azurestackhci.aio.operations.UpdateRunsOperations
6891 :ivar update_summaries: UpdateSummariesOperations operations
6992 :vartype update_summaries: azure.mgmt.azurestackhci.aio.operations.UpdateSummariesOperations
7093 :ivar updates: UpdatesOperations operations
7194 :vartype updates: azure.mgmt.azurestackhci.aio.operations.UpdatesOperations
95+ :ivar virtual_hard_disks: VirtualHardDisksOperations operations
96+ :vartype virtual_hard_disks: azure.mgmt.azurestackhci.aio.operations.VirtualHardDisksOperations
97+ :ivar virtual_machine_instances: VirtualMachineInstancesOperations operations
98+ :vartype virtual_machine_instances:
99+ azure.mgmt.azurestackhci.aio.operations.VirtualMachineInstancesOperations
100+ :ivar hybrid_identity_metadata: HybridIdentityMetadataOperations operations
101+ :vartype hybrid_identity_metadata:
102+ azure.mgmt.azurestackhci.aio.operations.HybridIdentityMetadataOperations
103+ :ivar guest_agent: GuestAgentOperations operations
104+ :vartype guest_agent: azure.mgmt.azurestackhci.aio.operations.GuestAgentOperations
105+ :ivar guest_agents: GuestAgentsOperations operations
106+ :vartype guest_agents: azure.mgmt.azurestackhci.aio.operations.GuestAgentsOperations
72107 :param credential: Credential needed for the client to connect to Azure. Required.
73108 :type credential: ~azure.core.credentials_async.AsyncTokenCredential
74- :param subscription_id: The ID of the target subscription. The value must be an UUID. Required.
109+ :param subscription_id: The ID of the target subscription. Required.
75110 :type subscription_id: str
76111 :param base_url: Service URL. Default value is "https://management.azure.com".
77112 :type base_url: str
78- :keyword api_version: Api Version. Default value is "2024-04 -01". Note that overriding this
113+ :keyword api_version: Api Version. Default value is "2024-01 -01". Note that overriding this
79114 default value may result in unsupported behavior.
80115 :paramtype api_version: str
81116 :keyword int polling_interval: Default waiting time between two polls for LRO operations if no
@@ -123,18 +158,42 @@ def __init__(
123158 )
124159 self .edge_devices = EdgeDevicesOperations (self ._client , self ._config , self ._serialize , self ._deserialize )
125160 self .extensions = ExtensionsOperations (self ._client , self ._config , self ._serialize , self ._deserialize )
161+ self .gallery_images = GalleryImagesOperations (self ._client , self ._config , self ._serialize , self ._deserialize )
162+ self .logical_networks = LogicalNetworksOperations (
163+ self ._client , self ._config , self ._serialize , self ._deserialize
164+ )
165+ self .marketplace_gallery_images = MarketplaceGalleryImagesOperations (
166+ self ._client , self ._config , self ._serialize , self ._deserialize
167+ )
168+ self .network_interfaces = NetworkInterfacesOperations (
169+ self ._client , self ._config , self ._serialize , self ._deserialize
170+ )
126171 self .offers = OffersOperations (self ._client , self ._config , self ._serialize , self ._deserialize )
127172 self .operations = Operations (self ._client , self ._config , self ._serialize , self ._deserialize )
128173 self .publishers = PublishersOperations (self ._client , self ._config , self ._serialize , self ._deserialize )
129174 self .security_settings = SecuritySettingsOperations (
130175 self ._client , self ._config , self ._serialize , self ._deserialize
131176 )
132177 self .skus = SkusOperations (self ._client , self ._config , self ._serialize , self ._deserialize )
178+ self .storage_containers = StorageContainersOperations (
179+ self ._client , self ._config , self ._serialize , self ._deserialize
180+ )
133181 self .update_runs = UpdateRunsOperations (self ._client , self ._config , self ._serialize , self ._deserialize )
134182 self .update_summaries = UpdateSummariesOperations (
135183 self ._client , self ._config , self ._serialize , self ._deserialize
136184 )
137185 self .updates = UpdatesOperations (self ._client , self ._config , self ._serialize , self ._deserialize )
186+ self .virtual_hard_disks = VirtualHardDisksOperations (
187+ self ._client , self ._config , self ._serialize , self ._deserialize
188+ )
189+ self .virtual_machine_instances = VirtualMachineInstancesOperations (
190+ self ._client , self ._config , self ._serialize , self ._deserialize
191+ )
192+ self .hybrid_identity_metadata = HybridIdentityMetadataOperations (
193+ self ._client , self ._config , self ._serialize , self ._deserialize
194+ )
195+ self .guest_agent = GuestAgentOperations (self ._client , self ._config , self ._serialize , self ._deserialize )
196+ self .guest_agents = GuestAgentsOperations (self ._client , self ._config , self ._serialize , self ._deserialize )
138197
139198 def _send_request (
140199 self , request : HttpRequest , * , stream : bool = False , ** kwargs : Any
0 commit comments