Releases: Azure/azure-sdk-for-python
azure-mgmt-databox_3.0.0
3.0.0 (2024-10-30)
Breaking Changes
- This package now only targets the latest Api-Version available on Azure and removes APIs of other Api-Version. After this change, the package can have much smaller size. If your application requires a specific and non-latest Api-Version, it's recommended to pin this package to the previous released version; If your application always only use latest Api-Version, please ingore this change.
azure-mgmt-core_1.5.0
1.5.0 (2024-10-31)
Features Added
- Added helper function
get_arm_endpoints
to get the ARM endpoint and credential scopes from the cloud setting.
azure-mgmt-appconfiguration_4.0.0
4.0.0 (2024-10-29)
Breaking Changes
- This package now only targets the latest Api-Version available on Azure and removes APIs of other Api-Version. After this change, the package can have much smaller size. If your application requires a specific and non-latest Api-Version, it's recommended to pin this package to the previous released version; If your application always only use latest Api-Version, please ingore this change.
azure-core_1.32.0
1.32.0 (2024-10-31)
Features Added
- Added a default implementation to handle token challenges in
BearerTokenCredentialPolicy
andAsyncBearerTokenCredentialPolicy
.
Bugs Fixed
- Fixed an issue where the
tracing_attributes
keyword argument wasn't being handled at the request/method level. #38164
Other Changes
- Log "x-vss-e2eid" and "x-msedge-ref" headers in
HttpLoggingPolicy
.
azure-mgmt-resourcehealth_1.0.0b6
1.0.0b6 (2024-10-30)
Breaking Changes
- This package now only targets the latest Api-Version available on Azure and removes APIs of other Api-Version. After this change, the package can have much smaller size. If your application requires a specific and non-latest Api-Version, it's recommended to pin this package to the previous released version; If your application always only use latest Api-Version, please ingore this change.
azure-mgmt-appplatform_10.0.0
10.0.0 (2024-10-29)
Breaking Changes
- This package now only targets the latest Api-Version available on Azure and removes APIs of other Api-Version. After this change, the package can have much smaller size. If your application requires a specific and non-latest Api-Version, it's recommended to pin this package to the previous released version; If your application always only use latest Api-Version, please ingore this change.
azure-ai-evaluation_1.0.0b5
1.0.0b5 (2024-10-28)
Features Added
- Added
GroundednessProEvaluator
, which is a service-based evaluator for determining response groundedness. - Groundedness detection in Non Adversarial Simulator via query/context pairs
import importlib.resources as pkg_resources
package = "azure.ai.evaluation.simulator._data_sources"
resource_name = "grounding.json"
custom_simulator = Simulator(model_config=model_config)
conversation_turns = []
with pkg_resources.path(package, resource_name) as grounding_file:
with open(grounding_file, "r") as file:
data = json.load(file)
for item in data:
conversation_turns.append([item])
outputs = asyncio.run(custom_simulator(
target=callback,
conversation_turns=conversation_turns,
max_conversation_turns=1,
))
- Adding evaluator for multimodal use cases
Breaking Changes
- Renamed environment variable
PF_EVALS_BATCH_USE_ASYNC
toAI_EVALS_BATCH_USE_ASYNC
. RetrievalEvaluator
now requires acontext
input in addition toquery
in single-turn evaluation.RelevanceEvaluator
no longer takescontext
as an input. It now only takesquery
andresponse
in single-turn evaluation.FluencyEvaluator
no longer takesquery
as an input. It now only takesresponse
in single-turn evaluation.- AdversarialScenario enum does not include
ADVERSARIAL_INDIRECT_JAILBREAK
, invoking IndirectJailbreak or XPIA should be done withIndirectAttackSimulator
- Outputs of
Simulator
andAdversarialSimulator
previously hadto_eval_qa_json_lines
and now hasto_eval_qr_json_lines
. Whereto_eval_qa_json_lines
had:
{"question": <user_message>, "answer": <assistant_message>}
to_eval_qr_json_lines
now has:
{"query": <user_message>, "response": assistant_message}
Bugs Fixed
- Non adversarial simulator works with
gpt-4o
models using thejson_schema
response format - Fixed an issue where the
evaluate
API would fail with "[WinError 32] The process cannot access the file because it is being used by another process" when venv folder and target function file are in the same directory. - Fix evaluate API failure when
trace.destination
is set tonone
- Non adversarial simulator now accepts context from the callback
Other Changes
-
Improved error messages for the
evaluate
API by enhancing the validation of input parameters. This update provides more detailed and actionable error descriptions. -
GroundednessEvaluator
now supportsquery
as an optional input in single-turn evaluation. Ifquery
is provided, a different prompt template will be used for the evaluation. -
To align with our support of a diverse set of models, the following evaluators will now have a new key in their result output without the
gpt_
prefix. To maintain backwards compatibility, the old key with thegpt_
prefix will still be present in the output; however, it is recommended to use the new key moving forward as the old key will be deprecated in the future.CoherenceEvaluator
RelevanceEvaluator
FluencyEvaluator
GroundednessEvaluator
SimilarityEvaluator
RetrievalEvaluator
-
The following evaluators will now have a new key in their result output including LLM reasoning behind the score. The new key will follow the pattern "<metric_name>_reason". The reasoning is the result of a more detailed prompt template being used to generate the LLM response. Note that this requires the maximum number of tokens used to run these evaluators to be increased.
Evaluator New Token Limit CoherenceEvaluator
800 RelevanceEvaluator
800 FluencyEvaluator
800 GroundednessEvaluator
800 RetrievalEvaluator
1600 -
Improved the error message for storage access permission issues to provide clearer guidance for users.
azure-template_0.1.0b4274883
0.1.0b4274883 (2024-10-28)
Features Added
- Some feature
Breaking Changes
- Some breaking change
Bugs Fixed
- Some bug fix
Other Changes
- Some other change
azure-mgmt-appcontainers_3.2.0b1
3.2.0b1 (2024-10-28)
Features Added
- Client
ContainerAppsAPIClient
added operation groupapp_resiliency
- Client
ContainerAppsAPIClient
added operation groupbuilders
- Client
ContainerAppsAPIClient
added operation groupbuilds_by_builder_resource
- Client
ContainerAppsAPIClient
added operation groupbuilds
- Client
ContainerAppsAPIClient
added operation groupbuild_auth_token
- Client
ContainerAppsAPIClient
added operation groupcontainer_apps_builds_by_container_app
- Client
ContainerAppsAPIClient
added operation groupcontainer_apps_builds
- Client
ContainerAppsAPIClient
added operation groupcontainer_apps_patches
- Client
ContainerAppsAPIClient
added operation groupdot_net_components
- Client
ContainerAppsAPIClient
added operation groupfunctions_extension
- Client
ContainerAppsAPIClient
added operation groupjava_components
- Client
ContainerAppsAPIClient
added operation grouplogic_apps
- Client
ContainerAppsAPIClient
added operation groupmanaged_environment_private_endpoint_connections
- Client
ContainerAppsAPIClient
added operation groupmanaged_environment_private_link_resources
- Client
ContainerAppsAPIClient
added operation groupdapr_component_resiliency_policies
- Client
ContainerAppsAPIClient
added operation groupdapr_subscriptions
- Client
ContainerAppsAPIClient
added operation groupcontainer_apps_session_pools
- Model
BaseContainer
added propertyimage_type
- Model
BillingMeter
added propertyid
- Model
BillingMeter
added propertyname
- Model
BillingMeter
added propertytype
- Model
BillingMeter
added propertysystem_data
- Model
CertificateProperties
added propertycertificate_key_vault_properties
- Model
CertificateProperties
added propertycertificate_type
- Model
Configuration
added propertyruntime
- Model
Configuration
added propertyidentity_settings
- Model
ConnectedEnvironmentStorageProperties
added propertysmb
- Model
Container
added parameterimage_type
in method__init__
- Model
ContainerApp
added propertykind
- Model
ContainerApp
added propertydeployment_errors
- Model
ContainerApp
added propertypatching_configuration
- Model
CustomDomainConfiguration
added propertycertificate_key_vault_properties
- Model
CustomScaleRule
added propertyidentity
- Model
DaprComponent
added propertyservice_component_bind
- Model
GithubActionConfiguration
added propertydockerfile_path
- Model
GithubActionConfiguration
added propertybuild_environment_variables
- Model
HttpScaleRule
added propertyidentity
- Model
Ingress
added propertytarget_port_http_scheme
- Model
InitContainer
added propertyimage_type
- Model
Job
added propertyextended_location
- Model
Job
added propertyrunning_state
- Model
JobConfiguration
added propertyidentity_settings
- Model
JobExecution
added propertydetailed_status
- Model
JobPatchProperties
added propertyextended_location
- Model
JobScaleRule
added propertyidentity
- Model
LogAnalyticsConfiguration
added propertydynamic_json_columns
- Model
ManagedEnvironment
added propertyidentity
- Model
ManagedEnvironment
added propertyapp_insights_configuration
- Model
ManagedEnvironment
added propertyopen_telemetry_configuration
- Model
ManagedEnvironment
added propertyprivate_endpoint_connections
- Model
ManagedEnvironment
added propertypublic_network_access
- Model
ManagedEnvironmentStorageProperties
added propertynfs_azure_file
- Model
QueueScaleRule
added propertyaccount_name
- Model
QueueScaleRule
added propertyidentity
- Model
ReplicaContainer
added propertydebug_endpoint
- Model
Scale
added propertycooldown_period
- Model
Scale
added propertypolling_interval
- Model
ServiceBind
added propertyclient_type
- Model
ServiceBind
added propertycustomized_keys
- Enum
StorageType
added memberNFS_AZURE_FILE
- Enum
StorageType
added memberSMB
- Model
TcpScaleRule
added propertyidentity
- Model
WorkloadProfile
added propertyenable_fips
- Added model
AppInsightsConfiguration
- Added model
AppResiliency
- Added model
AppResiliencyCollection
- Added model
BuildCollection
- Added model
BuildConfiguration
- Added enum
BuildProvisioningState
- Added model
BuildResource
- Added enum
BuildStatus
- Added model
BuildToken
- Added model
BuilderCollection
- Added enum
BuilderProvisioningState
- Added model
BuilderResource
- Added model
BuilderResourceUpdate
- Added model
CertificateKeyVaultProperties
- Added enum
CertificateType
- Added model
CircuitBreakerPolicy
- Added model
ContainerAppPropertiesPatchingConfiguration
- Added model
ContainerAppsBuildCollection
- Added model
ContainerAppsBuildConfiguration
- Added model
ContainerAppsBuildResource
- Added model
ContainerAppsPatchResource
- Added model
ContainerExecutionStatus
- Added model
ContainerRegistry
- Added model
ContainerRegistryWithCustomImage
- Added enum
ContainerType
- Added model
CustomContainerTemplate
- Added model
DaprComponentResiliencyPoliciesCollection
- Added model
DaprComponentResiliencyPolicy
- Added model
DaprComponentResiliencyPolicyCircuitBreakerPolicyConfiguration
- Added model
DaprComponentResiliencyPolicyConfiguration
- Added model
DaprComponentResiliencyPolicyHttpRetryBackOffConfiguration
- Added model
DaprComponentResiliencyPolicyHttpRetryPolicyConfiguration
- Added model
DaprComponentResiliencyPolicyTimeoutPolicyConfiguration
- Added model
DaprComponentServiceBinding
- Added model
DaprServiceBindMetadata
- Added model
DaprSubscription
- Added model
DaprSubscriptionBulkSubscribeOptions
- Added model
DaprSubscriptionRouteRule
- Added model
DaprSubscriptionRoutes
- Added model
DaprSubscriptionsCollection
- Added model
DataDogConfiguration
- Added model
DestinationsConfiguration
- Added enum
DetectionStatus
- Added model
DotNetComponent
- Added model
DotNetComponentConfigurationProperty
- Added enum
DotNetComponentProvisioningState
- Added model
DotNetComponentServiceBind
- Added enum
DotNetComponentType
- Added model
DotNetComponentsCollection
- Added model
DynamicPoolConfiguration
- Added model
EnvironmentVariable
- Added model
ErrorEntity
- Added model
ExecutionStatus
- Added enum
ExecutionType
- Added model
Header
- Added model
HeaderMatch
- Added model
HttpConnectionPool
- Added model
HttpGet
- Added model
HttpRetryPolicy
- Added model
IdentitySettings
- Added enum
IdentitySettingsLifeCycle
- Added enum
ImageType
- Added enum
IngressTargetPortHttpScheme
- Added model
JavaComponent
- Added model
JavaComponentConfigurationProperty
- Added model
JavaComponentIngress
- Added model
JavaComponentProperties
- Added model
JavaComponentPropertiesScale
- Added enum
JavaComponentProvisioningState
- Added model
JavaComponentServiceBind
- Added enum
JavaComponentType
- Added model
JavaComponentsCollection
- Added enum
JobRunningState
- Added enum
Kind
- Added enum
Level
- Added model
LoggerSetting
- Added model
LogicApp
- Added enum
LogicAppsProxyMethod
- Added model
LogsConfiguration
- Added model
MetricsConfiguration
- Added model
NacosComponent
- Added model
NfsAzureFileProperties
- Added model
OpenTelemetryConfiguration
- Added model
OtlpConfiguration
- Added enum
PatchApplyStatus
- Added model
PatchCollection
- Added model
PatchDetails
- Added model
PatchDetailsNewLayer
- Added model
PatchDetailsOldLayer
- Added model
PatchProperties
- Added model
PatchSkipConfig
- Added enum
PatchType
- Added enum
PatchingMode
- Added enum
PoolManagementType
- Added model
PreBuildStep
- Added model
PrivateEndpoint
- Added model
PrivateEndpointConnection
- Added model
PrivateEndpointConnectionListResult
- Added enum
PrivateEndpointConnectionProvisioningState
- Added enum
PrivateEndpointServiceConnectionStatus
- Added model
PrivateLinkResource
- Added model
PrivateLinkResourceListResult
- Added model
PrivateLinkServiceConnectionState
- Added enum
PublicNetworkAccess
- Added model
ReplicaExecutionStatus
- Added model
Runtime
- Added model
RuntimeDotnet
- Added model
RuntimeJava
- Added model
RuntimeJavaAgent
- Added model
RuntimeJavaAgentLogging
- Added model
ScaleConfiguration
- Added model
ScgRoute
- Added model
SessionContainer
- Added model
SessionContainerResources
- Added model
SessionIngress
- Added model
SessionNetworkConfiguration
- Added enum
SessionNetworkStatus
- Added model
SessionPool
- Added model
SessionPoolCollection
- Added enum
SessionPoolProvisioningState
- Added model
SessionPoolSecret
- Added model
SessionPoolUpdatableProperties
- Added model
SessionRegistryCredentials
- Added model
SmbStorage
- Added model
SpringBootAdminComponent
- Added model
SpringCloudConfigComponent
- Added model
SpringCloudEurekaComponent
- Added model
SpringCloudGatewayComponent
- Added model
TcpConnectionPool
- Added model
TcpRetryPolicy
- Added model
TimeoutPolicy
- Added model
TracesConfiguration
- Added model
WorkflowArtifacts
- Added model
WorkflowEnvelope
- Added model
WorkflowEnvelopeCollection
- Added model
WorkflowEnvelopeProperties
- Added model
WorkflowHealth
- Added enum
WorkflowHealthState
- Added enum
WorkflowState
- Operation group
JobsOperations
added methodbegin_resume
- Operation group
JobsOperations
added methodbegin_suspend
- Added operation gr...
azure-communication-callautomation_1.3.0b2
1.3.0b2 (2024-10-28)
Features Added
- Added CreateCallFailed event to signify when create call API fails to establish a call