Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
(v0.237.001)
New Features
Retention Policy Defaults
activity_logscontainer for audit purposes with admin info, affected scopes, and results summary./api/retention-policy/defaults/<workspace_type>(GET) and/api/admin/retention-policy/force-push(POST) endpoints.functions_settings.py,admin_settings.html,route_frontend_admin_settings.py,route_backend_retention_policy.py,functions_retention_policy.py,functions_activity_logging.py,profile.html,control_center.html,workspace-manager.js.Private Networking Support
azd upwithENABLE_PRIVATE_NETWORKING=trueenvironment variable.postuphook automatically disables public network access when private networking is enabled.azure.yamlwith stepwise logging, explicit error handling, and clearer output for troubleshooting.deployers/azure.yaml,deployers/bicep/, private endpoint configuration, VNet integration)User Agreement for File Uploads
user-agreement.js(frontend module),route_backend_user_agreement.py(API endpoints).admin_settings.html,route_frontend_admin_settings.py,base.html,_sidebar_nav.html,functions_activity_logging.py,workspace-documents.js,group_workspaces.html,public_workspace.js,chat-input-actions.js.Web Search via Azure AI Foundry Agents
enable_web_searchtoggle,web_search_consent_acceptedtracking,enable_web_search_user_noticetoggle, andweb_search_user_notice_textcustomization in admin settings._web_search_foundry_info.html(setup guide modal).route_frontend_admin_settings.py,route_backend_chats.py,functions_activity_logging.py,admin_settings.html,chats.html,chat-input-actions.js,functions_settings.py.Conversation Deep Linking
conversationIdandconversation_idquery parameters.history.replaceState()for seamless URL updates without new history entries.chat-onload.js,chat-conversations.js.Plugin Authentication Type Constraints
AuthTypeenum fromplugin.schema.json..definition.jsonfiles can restrict available auth types./api/plugins/<plugin_type>/auth-typesendpoint returns allowed auth types and source.route_backend_plugins.py.Bug Fixes
Control Center Chart Date Labels Fix
new Date()was parsing date strings as UTC, causing labels to display previous day in western timezones.control_center.html(Chart.js date parsing logic).Sovereign Cloud Cognitive Services Scope Fix
chat_stream_apiandsmart_http_pluginused hardcoded commercial cognitive services scope URL instead of configurable value fromconfig.py.AZURE_OPENAI_TOKEN_SCOPEenvironment variable, dynamically resolved based on cloud environment.chat_stream_api,smart_http_plugin, sovereign cloud authentication, MAG support)User Search Toast and Inline Messages Fix
searchUsers()function to use inline and toast messages instead of browser alert pop-ups.