Remove experimentation middleware from global middleware list#4416
Remove experimentation middleware from global middleware list#4416wbreza merged 2 commits intoAzure:mainfrom
Conversation
weikanglim
left a comment
There was a problem hiding this comment.
LGTM. Since experimentation only sets an in-memory alpha feature flag, and we don't have any experimentation on-going right now, this change is very safe and shouldn't cause any unexpected things.
Azure Dev CLI Install InstructionsInstall scriptsMacOS/Linux
bash: pwsh: WindowsPowerShell install MSI install Standalone Binary
MSI
Documentationlearn.microsoft.com documentationtitle: Azure Developer CLI reference
|
While we troubleshoot blocking issues when communicating with our backend experimentation we will remove the experimentation middleware from the global middleware list since we are not running any active experiments.
fix: #4410