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,39 +42,27 @@ class AzureStackHCIClient: # pylint: disable=client-accepts-api-version-keyword
4742 :vartype clusters: azure.mgmt.azurestackhci.operations.ClustersOperations
4843 :ivar extensions: ExtensionsOperations operations
4944 :vartype extensions: azure.mgmt.azurestackhci.operations.ExtensionsOperations
50- :ivar galleryimages: GalleryimagesOperations operations
51- :vartype galleryimages: azure.mgmt.azurestackhci.operations.GalleryimagesOperations
52- :ivar marketplacegalleryimages: MarketplacegalleryimagesOperations operations
53- :vartype marketplacegalleryimages:
54- azure.mgmt.azurestackhci.operations.MarketplacegalleryimagesOperations
55- :ivar networkinterfaces: NetworkinterfacesOperations operations
56- :vartype networkinterfaces: azure.mgmt.azurestackhci.operations.NetworkinterfacesOperations
45+ :ivar offers: OffersOperations operations
46+ :vartype offers: azure.mgmt.azurestackhci.operations.OffersOperations
5747 :ivar operations: Operations operations
5848 :vartype operations: azure.mgmt.azurestackhci.operations.Operations
59- :ivar storagecontainers: StoragecontainersOperations operations
60- :vartype storagecontainers: azure.mgmt.azurestackhci.operations.StoragecontainersOperations
61- :ivar virtualharddisks: VirtualharddisksOperations operations
62- :vartype virtualharddisks: azure.mgmt.azurestackhci.operations.VirtualharddisksOperations
63- :ivar virtualmachines: VirtualmachinesOperations operations
64- :vartype virtualmachines: azure.mgmt.azurestackhci.operations.VirtualmachinesOperations
65- :ivar hybrid_identity_metadata: HybridIdentityMetadataOperations operations
66- :vartype hybrid_identity_metadata:
67- azure.mgmt.azurestackhci.operations.HybridIdentityMetadataOperations
68- :ivar machine_extensions: MachineExtensionsOperations operations
69- :vartype machine_extensions: azure.mgmt.azurestackhci.operations.MachineExtensionsOperations
70- :ivar guest_agent: GuestAgentOperations operations
71- :vartype guest_agent: azure.mgmt.azurestackhci.operations.GuestAgentOperations
72- :ivar guest_agents: GuestAgentsOperations operations
73- :vartype guest_agents: azure.mgmt.azurestackhci.operations.GuestAgentsOperations
74- :ivar virtualnetworks: VirtualnetworksOperations operations
75- :vartype virtualnetworks: azure.mgmt.azurestackhci.operations.VirtualnetworksOperations
49+ :ivar publishers: PublishersOperations operations
50+ :vartype publishers: azure.mgmt.azurestackhci.operations.PublishersOperations
51+ :ivar skus: SkusOperations operations
52+ :vartype skus: azure.mgmt.azurestackhci.operations.SkusOperations
53+ :ivar update_runs: UpdateRunsOperations operations
54+ :vartype update_runs: azure.mgmt.azurestackhci.operations.UpdateRunsOperations
55+ :ivar update_summaries: UpdateSummariesOperations operations
56+ :vartype update_summaries: azure.mgmt.azurestackhci.operations.UpdateSummariesOperations
57+ :ivar updates: UpdatesOperations operations
58+ :vartype updates: azure.mgmt.azurestackhci.operations.UpdatesOperations
7659 :param credential: Credential needed for the client to connect to Azure. Required.
7760 :type credential: ~azure.core.credentials.TokenCredential
7861 :param subscription_id: The ID of the target subscription. Required.
7962 :type subscription_id: str
8063 :param base_url: Service URL. Default value is "https://management.azure.com".
8164 :type base_url: str
82- :keyword api_version: Api Version. Default value is "2021-09 -01-preview". Note that overriding
65+ :keyword api_version: Api Version. Default value is "2023-08 -01-preview". Note that overriding
8366 this default value may result in unsupported behavior.
8467 :paramtype api_version: str
8568 :keyword int polling_interval: Default waiting time between two polls for LRO operations if no
@@ -96,7 +79,7 @@ def __init__(
9679 self ._config = AzureStackHCIClientConfiguration (
9780 credential = credential , subscription_id = subscription_id , ** kwargs
9881 )
99- self ._client = ARMPipelineClient (base_url = base_url , config = self ._config , ** kwargs )
82+ self ._client : ARMPipelineClient = ARMPipelineClient (base_url = base_url , config = self ._config , ** kwargs )
10083
10184 client_models = {k : v for k , v in _models .__dict__ .items () if isinstance (v , type )}
10285 self ._serialize = Serializer (client_models )
@@ -105,30 +88,15 @@ def __init__(
10588 self .arc_settings = ArcSettingsOperations (self ._client , self ._config , self ._serialize , self ._deserialize )
10689 self .clusters = ClustersOperations (self ._client , self ._config , self ._serialize , self ._deserialize )
10790 self .extensions = ExtensionsOperations (self ._client , self ._config , self ._serialize , self ._deserialize )
108- self .galleryimages = GalleryimagesOperations (self ._client , self ._config , self ._serialize , self ._deserialize )
109- self .marketplacegalleryimages = MarketplacegalleryimagesOperations (
110- self ._client , self ._config , self ._serialize , self ._deserialize
111- )
112- self .networkinterfaces = NetworkinterfacesOperations (
113- self ._client , self ._config , self ._serialize , self ._deserialize
114- )
91+ self .offers = OffersOperations (self ._client , self ._config , self ._serialize , self ._deserialize )
11592 self .operations = Operations (self ._client , self ._config , self ._serialize , self ._deserialize )
116- self .storagecontainers = StoragecontainersOperations (
117- self ._client , self ._config , self ._serialize , self ._deserialize
118- )
119- self .virtualharddisks = VirtualharddisksOperations (
120- self ._client , self ._config , self ._serialize , self ._deserialize
121- )
122- self .virtualmachines = VirtualmachinesOperations (self ._client , self ._config , self ._serialize , self ._deserialize )
123- self .hybrid_identity_metadata = HybridIdentityMetadataOperations (
124- self ._client , self ._config , self ._serialize , self ._deserialize
125- )
126- 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 (
12797 self ._client , self ._config , self ._serialize , self ._deserialize
12898 )
129- self .guest_agent = GuestAgentOperations (self ._client , self ._config , self ._serialize , self ._deserialize )
130- self .guest_agents = GuestAgentsOperations (self ._client , self ._config , self ._serialize , self ._deserialize )
131- self .virtualnetworks = VirtualnetworksOperations (self ._client , self ._config , self ._serialize , self ._deserialize )
99+ self .updates = UpdatesOperations (self ._client , self ._config , self ._serialize , self ._deserialize )
132100
133101 def _send_request (self , request : HttpRequest , ** kwargs : Any ) -> HttpResponse :
134102 """Runs the network request through the client's chained policies.
@@ -159,5 +127,5 @@ def __enter__(self) -> "AzureStackHCIClient":
159127 self ._client .__enter__ ()
160128 return self
161129
162- def __exit__ (self , * exc_details ) -> None :
130+ def __exit__ (self , * exc_details : Any ) -> None :
163131 self ._client .__exit__ (* exc_details )
0 commit comments