1919 ArcSettingsOperations ,
2020 ClustersOperations ,
2121 ExtensionsOperations ,
22- GalleryimagesOperations ,
23- GuestAgentOperations ,
24- GuestAgentsOperations ,
25- HybridIdentityMetadataOperations ,
26- MachineExtensionsOperations ,
27- MarketplacegalleryimagesOperations ,
28- NetworkinterfacesOperations ,
22+ OffersOperations ,
2923 Operations ,
30- StoragecontainersOperations ,
31- VirtualharddisksOperations ,
32- VirtualmachinesOperations ,
33- VirtualnetworksOperations ,
24+ PublishersOperations ,
25+ SkusOperations ,
26+ UpdateRunsOperations ,
27+ UpdateSummariesOperations ,
28+ UpdatesOperations ,
3429)
3530
3631if TYPE_CHECKING :
@@ -47,41 +42,28 @@ class AzureStackHCIClient: # pylint: disable=client-accepts-api-version-keyword
4742 :vartype clusters: azure.mgmt.azurestackhci.aio.operations.ClustersOperations
4843 :ivar extensions: ExtensionsOperations operations
4944 :vartype extensions: azure.mgmt.azurestackhci.aio.operations.ExtensionsOperations
50- :ivar galleryimages: GalleryimagesOperations operations
51- :vartype galleryimages: azure.mgmt.azurestackhci.aio.operations.GalleryimagesOperations
52- :ivar marketplacegalleryimages: MarketplacegalleryimagesOperations operations
53- :vartype marketplacegalleryimages:
54- azure.mgmt.azurestackhci.aio.operations.MarketplacegalleryimagesOperations
55- :ivar networkinterfaces: NetworkinterfacesOperations operations
56- :vartype networkinterfaces: azure.mgmt.azurestackhci.aio.operations.NetworkinterfacesOperations
45+ :ivar offers: OffersOperations operations
46+ :vartype offers: azure.mgmt.azurestackhci.aio.operations.OffersOperations
5747 :ivar operations: Operations operations
5848 :vartype operations: azure.mgmt.azurestackhci.aio.operations.Operations
59- :ivar storagecontainers: StoragecontainersOperations operations
60- :vartype storagecontainers: azure.mgmt.azurestackhci.aio.operations.StoragecontainersOperations
61- :ivar virtualharddisks: VirtualharddisksOperations operations
62- :vartype virtualharddisks: azure.mgmt.azurestackhci.aio.operations.VirtualharddisksOperations
63- :ivar virtualmachines: VirtualmachinesOperations operations
64- :vartype virtualmachines: azure.mgmt.azurestackhci.aio.operations.VirtualmachinesOperations
65- :ivar hybrid_identity_metadata: HybridIdentityMetadataOperations operations
66- :vartype hybrid_identity_metadata:
67- azure.mgmt.azurestackhci.aio.operations.HybridIdentityMetadataOperations
68- :ivar machine_extensions: MachineExtensionsOperations operations
69- :vartype machine_extensions:
70- azure.mgmt.azurestackhci.aio.operations.MachineExtensionsOperations
71- :ivar guest_agent: GuestAgentOperations operations
72- :vartype guest_agent: azure.mgmt.azurestackhci.aio.operations.GuestAgentOperations
73- :ivar guest_agents: GuestAgentsOperations operations
74- :vartype guest_agents: azure.mgmt.azurestackhci.aio.operations.GuestAgentsOperations
75- :ivar virtualnetworks: VirtualnetworksOperations operations
76- :vartype virtualnetworks: azure.mgmt.azurestackhci.aio.operations.VirtualnetworksOperations
49+ :ivar publishers: PublishersOperations operations
50+ :vartype publishers: azure.mgmt.azurestackhci.aio.operations.PublishersOperations
51+ :ivar skus: SkusOperations operations
52+ :vartype skus: azure.mgmt.azurestackhci.aio.operations.SkusOperations
53+ :ivar update_runs: UpdateRunsOperations operations
54+ :vartype update_runs: azure.mgmt.azurestackhci.aio.operations.UpdateRunsOperations
55+ :ivar update_summaries: UpdateSummariesOperations operations
56+ :vartype update_summaries: azure.mgmt.azurestackhci.aio.operations.UpdateSummariesOperations
57+ :ivar updates: UpdatesOperations operations
58+ :vartype updates: azure.mgmt.azurestackhci.aio.operations.UpdatesOperations
7759 :param credential: Credential needed for the client to connect to Azure. Required.
7860 :type credential: ~azure.core.credentials_async.AsyncTokenCredential
7961 :param subscription_id: The ID of the target subscription. Required.
8062 :type subscription_id: str
8163 :param base_url: Service URL. Default value is "https://management.azure.com".
8264 :type base_url: str
83- :keyword api_version: Api Version. Default value is "2021-09 -01-preview ". Note that overriding
84- this default value may result in unsupported behavior.
65+ :keyword api_version: Api Version. Default value is "2022-12 -01". Note that overriding this
66+ default value may result in unsupported behavior.
8567 :paramtype api_version: str
8668 :keyword int polling_interval: Default waiting time between two polls for LRO operations if no
8769 Retry-After header is present.
@@ -106,30 +88,15 @@ def __init__(
10688 self .arc_settings = ArcSettingsOperations (self ._client , self ._config , self ._serialize , self ._deserialize )
10789 self .clusters = ClustersOperations (self ._client , self ._config , self ._serialize , self ._deserialize )
10890 self .extensions = ExtensionsOperations (self ._client , self ._config , self ._serialize , self ._deserialize )
109- self .galleryimages = GalleryimagesOperations (self ._client , self ._config , self ._serialize , self ._deserialize )
110- self .marketplacegalleryimages = MarketplacegalleryimagesOperations (
111- self ._client , self ._config , self ._serialize , self ._deserialize
112- )
113- self .networkinterfaces = NetworkinterfacesOperations (
114- self ._client , self ._config , self ._serialize , self ._deserialize
115- )
91+ self .offers = OffersOperations (self ._client , self ._config , self ._serialize , self ._deserialize )
11692 self .operations = Operations (self ._client , self ._config , self ._serialize , self ._deserialize )
117- self .storagecontainers = StoragecontainersOperations (
118- self ._client , self ._config , self ._serialize , self ._deserialize
119- )
120- self .virtualharddisks = VirtualharddisksOperations (
121- self ._client , self ._config , self ._serialize , self ._deserialize
122- )
123- self .virtualmachines = VirtualmachinesOperations (self ._client , self ._config , self ._serialize , self ._deserialize )
124- self .hybrid_identity_metadata = HybridIdentityMetadataOperations (
125- self ._client , self ._config , self ._serialize , self ._deserialize
126- )
127- self .machine_extensions = MachineExtensionsOperations (
93+ self .publishers = PublishersOperations (self ._client , self ._config , self ._serialize , self ._deserialize )
94+ self .skus = SkusOperations (self ._client , self ._config , self ._serialize , self ._deserialize )
95+ self .update_runs = UpdateRunsOperations (self ._client , self ._config , self ._serialize , self ._deserialize )
96+ self .update_summaries = UpdateSummariesOperations (
12897 self ._client , self ._config , self ._serialize , self ._deserialize
12998 )
130- self .guest_agent = GuestAgentOperations (self ._client , self ._config , self ._serialize , self ._deserialize )
131- self .guest_agents = GuestAgentsOperations (self ._client , self ._config , self ._serialize , self ._deserialize )
132- self .virtualnetworks = VirtualnetworksOperations (self ._client , self ._config , self ._serialize , self ._deserialize )
99+ self .updates = UpdatesOperations (self ._client , self ._config , self ._serialize , self ._deserialize )
133100
134101 def _send_request (self , request : HttpRequest , ** kwargs : Any ) -> Awaitable [AsyncHttpResponse ]:
135102 """Runs the network request through the client's chained policies.
0 commit comments