Skip to content

Releases: Azure/azure-sdk-for-python

azure-mgmt-storageactions_1.0.0

03 Jul 09:17
d558e89
Compare
Choose a tag to compare

1.0.0 (2025-06-30)

Features Added

  • Added enum OnFailure
  • Added enum OnSuccess
  • Added model StorageTaskUpdateProperties

Breaking Changes

  • Deleted or renamed model StorageTaskReportSummary

azure-mgmt-purestorageblock_1.0.0

03 Jul 10:13
4dcaf05
Compare
Choose a tag to compare

1.0.0 (2025-06-30)

Other Changes

  • First GA

azure-mgmt-mongodbatlas_1.0.0

03 Jul 20:56
af98e62
Compare
Choose a tag to compare

1.0.0 (2025-07-02)

Features Added

  • Added model OrganizationResourceUpdate
  • Added model OrganizationResourceUpdateProperties

azure-mgmt-core_1.6.0

03 Jul 01:59
4e048f8
Compare
Choose a tag to compare

1.6.0 (2025-07-02)

Other Changes

  • ARMChallengeAuthenticationPolicy adopt on_challenge in BearerTokenCredentialPolicy of azure-core to support complete CAE challenges.
  • Python 3.8 is no longer supported. Please use Python version 3.9 or later.

azure-mgmt-arizeaiobservabilityeval_1.0.0

03 Jul 06:29
4e048f8
Compare
Choose a tag to compare

1.0.0 (2025-05-07)

Other Changes

  • First GA

azure-mgmt-lambdatesthyperexecute_1.0.0

02 Jul 09:45
e2c7c0d
Compare
Choose a tag to compare

1.0.0 (2025-05-19)

Other Changes

  • First GA

azure-core_1.35.0

03 Jul 00:52
126beda
Compare
Choose a tag to compare

1.35.0 (2025-07-02)

Features Added

  • Added a start_time keyword argument to the start_span and start_as_current_span methods in the OpenTelemetryTracer class. This allows users to specify a custom start time for created spans. #41106
  • Added a context keyword argument to the start_span and start_as_current_span methods in the OpenTelemetryTracer class. This allows users to specify a custom parent context for created spans. #41511
  • Added method as_attribute_dict to azure.core.serialization for backcompat migration purposes. Will return a generated model as a dictionary where the keys are in attribute syntax.
  • Added is_generated_model method to azure.core.serialization. Returns whether a given input is a model from one of our generated sdks. #41445
  • Added attribute_list method to azure.core.serialization. Returns all of the attributes of a given model from one of our generated sdks. #41571

Other Changes

  • A timeout error when using the aiohttp transport (the default for async SDKs) will now be raised as a azure.core.exceptions.ServiceResponseTimeoutError, a subtype of the previously raised ServiceResponseError.
  • When using with aiohttp 3.10 or later, a connection timeout error will now be raised as a azure.core.exceptions.ServiceRequestTimeoutError, which can be retried.
  • The default implementation of on_challenge in BearerTokenCredentialPolicy and AsyncBearerTokenCredentialPolicy will now cache the retrieved token. #41857

azure-ai-evaluation_1.9.0

03 Jul 01:11
74b191a
Compare
Choose a tag to compare

1.9.0 (2025-07-02)

Features Added

  • Added support for Azure Open AI evaluation via AzureOpenAIScoreModelGrader class, which serves as a wrapper around Azure Open AI score model configurations. This new grader object can be supplied to the main evaluate method as if it were a normal callable evaluator.
  • Added new experimental risk categories ProtectedMaterial and CodeVulnerability for redteam agent scan.

Bugs Fixed

  • Significant improvements to IntentResolution evaluator. New version has less variance, is nearly 2x faster and consumes fewer tokens.
  • Fixed MeteorScoreEvaluator and other threshold-based evaluators returning incorrect binary results due to integer conversion of decimal scores. Previously, decimal scores like 0.9375 were incorrectly converted to integers (0) before threshold comparison, causing them to fail even when above the threshold. #41415
  • Added a new enum ADVERSARIAL_QA_DOCUMENTS which moves all the "file_content" type prompts away from ADVERSARIAL_QA to the new enum

azure-mgmt-iotfirmwaredefense_2.0.0b1

02 Jul 18:18
e2c7c0d
Compare
Choose a tag to compare
Pre-release

2.0.0b1 (2025-05-08)

Features Added

  • Client IoTFirmwareDefenseMgmtClient added operation group usage_metrics
  • Model BinaryHardeningFeatures added property no_execute
  • Model BinaryHardeningFeatures added property position_independent_executable
  • Model BinaryHardeningFeatures added property relocation_read_only
  • Model BinaryHardeningResult added property security_hardening_features
  • Model BinaryHardeningResult added property executable_architecture
  • Model BinaryHardeningResult added property executable_class
  • Model BinaryHardeningResult added property provisioning_state
  • Model BinaryHardeningSummaryResource added property not_executable_stack_count
  • Model BinaryHardeningSummaryResource added property position_independent_executable_count
  • Model BinaryHardeningSummaryResource added property relocation_read_only_count
  • Model BinaryHardeningSummaryResource added property stack_canary_count
  • Model BinaryHardeningSummaryResource added property stripped_binary_count
  • Model BinaryHardeningSummaryResource added property provisioning_state
  • Model CryptoCertificate added property certificate_name
  • Model CryptoCertificate added property certificate_role
  • Model CryptoCertificate added property certificate_key_size
  • Model CryptoCertificate added property certificate_key_algorithm
  • Model CryptoCertificate added property certificate_usage
  • Model CryptoCertificate added property provisioning_state
  • Model CryptoCertificateSummaryResource added property total_certificate_count
  • Model CryptoCertificateSummaryResource added property paired_key_count
  • Model CryptoCertificateSummaryResource added property expired_certificate_count
  • Model CryptoCertificateSummaryResource added property expiring_soon_certificate_count
  • Model CryptoCertificateSummaryResource added property weak_signature_count
  • Model CryptoCertificateSummaryResource added property self_signed_certificate_count
  • Model CryptoCertificateSummaryResource added property short_key_size_count
  • Model CryptoCertificateSummaryResource added property provisioning_state
  • Model CryptoKey added property crypto_key_size
  • Model CryptoKey added property provisioning_state
  • Model CryptoKeySummaryResource added property total_key_count
  • Model CryptoKeySummaryResource added property public_key_count
  • Model CryptoKeySummaryResource added property private_key_count
  • Model CryptoKeySummaryResource added property paired_key_count
  • Model CryptoKeySummaryResource added property short_key_size_count
  • Model CryptoKeySummaryResource added property provisioning_state
  • Model CveResult added property component_id
  • Model CveResult added property component_name
  • Model CveResult added property component_version
  • Model CveResult added property cve_name
  • Model CveResult added property effective_cvss_score
  • Model CveResult added property effective_cvss_version
  • Model CveResult added property cvss_scores
  • Model CveResult added property provisioning_state
  • Model CveSummary added property critical_cve_count
  • Model CveSummary added property high_cve_count
  • Model CveSummary added property medium_cve_count
  • Model CveSummary added property low_cve_count
  • Model CveSummary added property unknown_cve_count
  • Model CveSummary added property provisioning_state
  • Model FirmwareSummary added property provisioning_state
  • Model PairedKey added property paired_key_id
  • Model PasswordHash added property provisioning_state
  • Enum ProvisioningState added member ANALYZING
  • Enum ProvisioningState added member EXTRACTING
  • Enum ProvisioningState added member PENDING
  • Model SbomComponent added property provisioning_state
  • Model SummaryResourceProperties added property provisioning_state
  • Enum SummaryType added member COMMON_VULNERABILITIES_AND_EXPOSURES
  • Model Workspace added property sku
  • Added enum CertificateUsage
  • Added enum CryptoKeyType
  • Added model CvssScore
  • Added enum ExecutableClass
  • Added model ProxyResource
  • Added model Sku
  • Added enum SkuTier
  • Added model UsageMetric
  • Added model UsageMetricProperties
  • Added model WorkspaceUpdate
  • Added operation group UsageMetricsOperations

Breaking Changes

  • Model BinaryHardeningFeatures deleted or renamed its instance variable nx
  • Model BinaryHardeningFeatures deleted or renamed its instance variable pie
  • Model BinaryHardeningFeatures deleted or renamed its instance variable relro
  • Model BinaryHardeningResult deleted or renamed its instance variable features
  • Model BinaryHardeningResult deleted or renamed its instance variable architecture
  • Model BinaryHardeningResult deleted or renamed its instance variable class_property
  • Model BinaryHardeningSummaryResource deleted or renamed its instance variable nx
  • Model BinaryHardeningSummaryResource deleted or renamed its instance variable pie
  • Model BinaryHardeningSummaryResource deleted or renamed its instance variable relro
  • Model BinaryHardeningSummaryResource deleted or renamed its instance variable canary
  • Model BinaryHardeningSummaryResource deleted or renamed its instance variable stripped
  • Model CryptoCertificate deleted or renamed its instance variable name
  • Model CryptoCertificate deleted or renamed its instance variable role
  • Model CryptoCertificate deleted or renamed its instance variable key_size
  • Model CryptoCertificate deleted or renamed its instance variable key_algorithm
  • Model CryptoCertificate deleted or renamed its instance variable usage
  • Model CryptoCertificateSummaryResource deleted or renamed its instance variable total_certificates
  • Model CryptoCertificateSummaryResource deleted or renamed its instance variable paired_keys
  • Model CryptoCertificateSummaryResource deleted or renamed its instance variable expired
  • Model CryptoCertificateSummaryResource deleted or renamed its instance variable expiring_soon
  • Model CryptoCertificateSummaryResource deleted or renamed its instance variable weak_signature
  • Model CryptoCertificateSummaryResource deleted or renamed its instance variable self_signed
  • Model CryptoCertificateSummaryResource deleted or renamed its instance variable short_key_size
  • Model CryptoKey deleted or renamed its instance variable key_size
  • Model CryptoKeySummaryResource deleted or renamed its instance variable total_keys
  • Model CryptoKeySummaryResource deleted or renamed its instance variable public_keys
  • Model CryptoKeySummaryResource deleted or renamed its instance variable private_keys
  • Model CryptoKeySummaryResource deleted or renamed its instance variable paired_keys
  • Model CryptoKeySummaryResource deleted or renamed its instance variable short_key_size
  • Model CveResult deleted or renamed its instance variable component
  • Model CveResult deleted or renamed its instance variable name
  • Model CveResult deleted or renamed its instance variable cvss_score
  • Model CveResult deleted or renamed its instance variable cvss_version
  • Model CveResult deleted or renamed its instance variable cvss_v2_score
  • Model CveResult deleted or renamed its instance variable cvss_v3_score
  • Model CveSummary deleted or renamed its instance variable critical
  • Model CveSummary deleted or renamed its instance variable high
  • Model CveSummary deleted or renamed its instance variable medium
  • Model CveSummary deleted or renamed its instance variable low
  • Model CveSummary deleted or renamed its instance variable unknown
  • Model PairedKey deleted or renamed its instance variable id
  • Deleted or renamed enum value ProvisioningState.ACCEPTED
  • Deleted or renamed enum value SummaryType.CVE
  • Deleted or renamed model CveComponent
  • Deleted or renamed model FirmwareList
  • Deleted or renamed model SummaryName
  • Deleted or renamed model WorkspaceList
  • Deleted or renamed model WorkspaceUpdateDefinition
  • Method FirmwaresOperations.create renamed its instance variable firmware to resource
  • Method FirmwaresOperations.update renamed its instance variable firmware to properties
  • Deleted or renamed method FirmwaresOperations.generate_download_url
  • Deleted or renamed method FirmwaresOperations.generate_filesystem_download_url
  • Method SummariesOperations.get renamed its instance variable summary_name to summary_type
  • Method WorkspacesOperations.create renamed its instance variable workspace to resource
  • Method WorkspacesOperations.generate_upload_url renamed its instance variable generate_upload_url to body
  • Method WorkspacesOperations.update renamed its instance variable workspace to properties

azure-ai-ml_1.28.0

01 Jul 19:31
aa6cb6c
Compare
Choose a tag to compare

1.28.0 (2025-07-08)

Features Added

  • Added a workflow(action) to check the major version release of dependencies