Skip to content

azure-mgmt-redhatopenshift_4.0.0

Choose a tag to compare

@azure-sdk-automation azure-sdk-automation released this 14 Jul 05:34
bdea1b2

4.0.0 (2026-07-13)

Features Added

  • Client AzureRedHatOpenShiftClient added method send_request
  • Added model CloudError

Breaking Changes

  • This version introduces new hybrid models which have dual dictionary and model nature. Please follow https://aka.ms/azsdk/python/migrate/hybrid-models for migration.
  • Model OpenShiftCluster moved instance variable apiserver_profile, cluster_profile, console_profile, ingress_profiles, master_profile, network_profile, platform_workload_identity_profile, provisioning_state, service_principal_profile, worker_profiles and worker_profiles_status under property properties whose type is OpenShiftClusterProperties
  • Model OpenShiftClusterUpdate moved instance variable apiserver_profile, cluster_profile, console_profile, ingress_profiles, master_profile, network_profile, platform_workload_identity_profile, provisioning_state, service_principal_profile, worker_profiles and worker_profiles_status under property properties whose type is OpenShiftClusterProperties
  • Model OpenShiftVersion moved instance variable version under property properties whose type is OpenShiftVersionProperties
  • Model PlatformWorkloadIdentityRoleSet moved instance variable open_shift_version and platform_workload_identity_roles under property properties whose type is PlatformWorkloadIdentityRoleSetProperties

Other Changes

  • Deleted model OpenShiftClusterList/OpenShiftVersionList/OperationList/PlatformWorkloadIdentityRoleSetList which actually were not used by SDK users