Skip to content

azure-mgmt-relay_2.0.0

Choose a tag to compare

@azure-sdk-automation azure-sdk-automation released this 29 Jul 09:15
b3df69d

2.0.0 (2026-07-29)

Features Added

  • Model AuthorizationRule added property location
  • Model AuthorizationRule added property system_data
  • Model HybridConnection added property location
  • Model HybridConnection added property system_data
  • Model Operation added property action_type
  • Model Operation added property is_data_action
  • Model Operation added property origin
  • Model OperationDisplay added property description
  • Model RelayNamespace added property system_data
  • Model RelayUpdateParameters added property system_data
  • Model Resource added property system_data
  • Model ResourceNamespacePatch added property system_data
  • Model TrackedResource added property system_data
  • Model WcfRelay added property location
  • Model WcfRelay added property system_data
  • Added enum ActionType
  • Added model ConnectionState
  • Added enum CreatedByType
  • Added enum DefaultAction
  • Added enum EndPointProvisioningState
  • Added model ErrorAdditionalInfo
  • Added model NWRuleSetIpRules
  • Added enum NetworkRuleIPAction
  • Added model NetworkRuleSet
  • Added model NetworkRuleSetProperties
  • Added enum Origin
  • Added model PrivateEndpoint
  • Added model PrivateEndpointConnection
  • Added model PrivateEndpointConnectionProperties
  • Added enum PrivateLinkConnectionStatus
  • Added model PrivateLinkResource
  • Added model PrivateLinkResourceProperties
  • Added model PrivateLinkResourcesListResult
  • Added model ProxyResource
  • Added enum PublicNetworkAccess
  • Added enum SkuName
  • Added enum SkuTier
  • Added model SystemData
  • Operation group NamespacesOperations added method create_or_update_network_rule_set
  • Operation group NamespacesOperations added method get_network_rule_set
  • Added operation group PrivateEndpointConnectionsOperations
  • Added operation group PrivateLinkResourcesOperations

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.
  • Renamed client RelayAPI to RelayAPIMgmtClient
  • Model AuthorizationRule moved instance variable rights under property properties whose type is AuthorizationRuleProperties
  • Model ErrorResponse moved instance variable code and message under property error whose type is ErrorDetail
  • Model HybridConnection moved instance variable created_at, updated_at, listener_count, requires_client_authorization and user_metadata under property properties whose type is HybridConnectionProperties
  • Model RelayNamespace moved instance variable provisioning_state, created_at, updated_at, service_bus_endpoint and metric_id under property properties whose type is RelayNamespaceProperties
  • Model RelayUpdateParameters moved instance variable provisioning_state, created_at, updated_at, service_bus_endpoint and metric_id under property properties whose type is RelayNamespaceProperties
  • Model WcfRelay moved instance variable is_dynamic, created_at, updated_at, listener_count, relay_type, requires_client_authorization, requires_transport_security and user_metadata under property properties whose type is WcfRelayProperties
  • Deleted or renamed enum ProvisioningStateEnum

Other Changes

  • Deleted model AuthorizationRuleListResult/HybridConnectionListResult/OperationListResult/RelayNamespaceListResult/WcfRelaysListResult which actually were not used by SDK users