Skip to main content

Microsoft Azure Azure Stack HCI Management Client Library for Python

Project description

Microsoft Azure SDK for Python

This is the Microsoft Azure Azure Stack HCI Management Client Library. This package has been tested with Python 3.7+. For a more complete view of Azure libraries, see the azure sdk python release.

Disclaimer

Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For more information and questions, please refer to https://github.com/Azure/azure-sdk-for-python/issues/20691

Usage

To learn how to use this package, see the quickstart guide

For docs and references, see Python SDK References Code samples for this package can be found at Azure Stack HCI Management on docs.microsoft.com. Additional code samples for different Azure services are available at Samples Repo

Provide Feedback

If you encounter any bugs or have suggestions, please file an issue in the Issues section of the project.

Impressions

Release History

8.0.0b1 (2022-11-25)

Features Added

  • Added operation ClustersOperations.begin_extend_software_assurance_benefit
  • Added operation group OffersOperations
  • Added operation group PublishersOperations
  • Added operation group SkusOperations
  • Added operation group UpdateRunsOperations
  • Added operation group UpdateSummariesOperations
  • Added operation group UpdatesOperations
  • Model ArcSetting has a new parameter system_data
  • Model Cluster has a new parameter principal_id
  • Model Cluster has a new parameter software_assurance_properties
  • Model Cluster has a new parameter system_data
  • Model Cluster has a new parameter tenant_id
  • Model Cluster has a new parameter type_identity_type
  • Model Cluster has a new parameter user_assigned_identities
  • Model ClusterNode has a new parameter node_type
  • Model ClusterNode has a new parameter os_display_version
  • Model ClusterPatch has a new parameter principal_id
  • Model ClusterPatch has a new parameter tenant_id
  • Model ClusterPatch has a new parameter type
  • Model ClusterPatch has a new parameter user_assigned_identities
  • Model Extension has a new parameter system_data
  • Model ProxyResource has a new parameter system_data
  • Model Resource has a new parameter system_data
  • Model TrackedResource has a new parameter system_data

Breaking Changes

  • Model ArcSetting no longer has parameter created_at
  • Model ArcSetting no longer has parameter created_by
  • Model ArcSetting no longer has parameter created_by_type
  • Model ArcSetting no longer has parameter last_modified_at
  • Model ArcSetting no longer has parameter last_modified_by
  • Model ArcSetting no longer has parameter last_modified_by_type
  • Model Cluster no longer has parameter created_at
  • Model Cluster no longer has parameter created_by
  • Model Cluster no longer has parameter created_by_type
  • Model Cluster no longer has parameter last_modified_at
  • Model Cluster no longer has parameter last_modified_by
  • Model Cluster no longer has parameter last_modified_by_type
  • Model Extension no longer has parameter created_at
  • Model Extension no longer has parameter created_by
  • Model Extension no longer has parameter created_by_type
  • Model Extension no longer has parameter last_modified_at
  • Model Extension no longer has parameter last_modified_by
  • Model Extension no longer has parameter last_modified_by_type

7.0.0 (2022-05-26)

Features

  • Added operation ArcSettingsOperations.begin_create_identity
  • Added operation ArcSettingsOperations.generate_password
  • Added operation ArcSettingsOperations.update
  • Added operation ClustersOperations.begin_create_identity
  • Added operation ClustersOperations.begin_delete
  • Added operation ClustersOperations.begin_upload_certificate
  • Model ArcSetting has a new parameter arc_application_client_id
  • Model ArcSetting has a new parameter arc_application_object_id
  • Model ArcSetting has a new parameter arc_application_tenant_id
  • Model ArcSetting has a new parameter arc_service_principal_object_id
  • Model ArcSetting has a new parameter connectivity_properties
  • Model Cluster has a new parameter aad_application_object_id
  • Model Cluster has a new parameter aad_service_principal_object_id
  • Model Cluster has a new parameter service_endpoint

Breaking changes

  • Removed operation ClustersOperations.delete

6.1.0 (2022-04-08)

Features

  • Model Cluster has a new parameter desired_properties
  • Model ClusterNode has a new parameter windows_server_subscription
  • Model ClusterPatch has a new parameter aad_client_id
  • Model ClusterPatch has a new parameter aad_tenant_id
  • Model ClusterPatch has a new parameter desired_properties
  • Model ClusterReportedProperties has a new parameter diagnostic_level
  • Model ClusterReportedProperties has a new parameter imds_attestation

6.1.0b1 (2021-06-29)

Features

  • Model Cluster has a new parameter cloud_management_endpoint
  • Added operation group ArcSettingsOperations
  • Added operation group ExtensionsOperations

6.0.0 (2021-05-20)

  • GA release

6.0.0b1 (2020-12-08)

This is beta preview version.

This version uses a next-generation code generator that introduces important breaking changes, but also important new features (like unified authentication and async programming).

General breaking changes

  • Credential system has been completly revamped:

    • azure.common.credentials or msrestazure.azure_active_directory instances are no longer supported, use the azure-identity classes instead: https://pypi.org/project/azure-identity/
    • credentials parameter has been renamed credential
  • The config attribute no longer exists on a client, configuration should be passed as kwarg. Example: MyClient(credential, subscription_id, enable_logging=True). For a complete set of supported options, see the parameters accept in init documentation of azure-core

  • You can't import a version module anymore, use __version__ instead

  • Operations that used to return a msrest.polling.LROPoller now returns a azure.core.polling.LROPoller and are prefixed with begin_.

  • Exceptions tree have been simplified and most exceptions are now azure.core.exceptions.HttpResponseError (CloudError has been removed).

  • Most of the operation kwarg have changed. Some of the most noticeable:

General new features

  • Type annotations support using typing. SDKs are mypy ready.
  • This client has now stable and official support for async. Check the aio namespace of your package to find the async client.
  • This client now support natively tracing library like OpenCensus or OpenTelemetry. See this tracing quickstart for an overview.

1.0.0 (2020-10-14)

Features

  • Model Cluster has a new parameter last_billing_timestamp
  • Model Cluster has a new parameter registration_timestamp
  • Model Cluster has a new parameter last_sync_timestamp
  • Added operation ClustersOperations.list_by_subscription

Breaking changes

  • Removed operation ClustersOperations.list

1.0.0rc (2020-07-22)

  • Initial Release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

azure-mgmt-azurestackhci-8.0.0b1.zip (133.1 kB view details)

Uploaded Source

Built Distribution

azure_mgmt_azurestackhci-8.0.0b1-py3-none-any.whl (121.3 kB view details)

Uploaded Python 3

File details

Details for the file azure-mgmt-azurestackhci-8.0.0b1.zip.

File metadata

  • Download URL: azure-mgmt-azurestackhci-8.0.0b1.zip
  • Upload date:
  • Size: 133.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.28.1 setuptools/58.1.0 requests-toolbelt/0.10.1 tqdm/4.64.1 CPython/3.9.15

File hashes

Hashes for azure-mgmt-azurestackhci-8.0.0b1.zip
Algorithm Hash digest
SHA256 f561848cee6d99cb25196fa9f5fd836f535e8ad9f3b94cb9edeb7a2a74fcb091
MD5 f1500002d5fa2e58bfb12fadffe2d12a
BLAKE2b-256 7ef6de2256cb1e3dfde4bc2c2c57a148f3bedfe03144b27a5dd8e0b7beb865fd

See more details on using hashes here.

Provenance

File details

Details for the file azure_mgmt_azurestackhci-8.0.0b1-py3-none-any.whl.

File metadata

  • Download URL: azure_mgmt_azurestackhci-8.0.0b1-py3-none-any.whl
  • Upload date:
  • Size: 121.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.28.1 setuptools/58.1.0 requests-toolbelt/0.10.1 tqdm/4.64.1 CPython/3.9.15

File hashes

Hashes for azure_mgmt_azurestackhci-8.0.0b1-py3-none-any.whl
Algorithm Hash digest
SHA256 2591bdb5a96366959cdf3b2142faf6dc6ec65c0babfa2b8a54d3d37de26ddf70
MD5 b06017f6f530511ec7d2e0e85c2e0241
BLAKE2b-256 d80c83609bf4d5e72b80312a0110cc0f341e5aed54379c05a67edf920ce02c6d

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page