From 11cdd6278697957ed8d9c853cf0607321d7c96d6 Mon Sep 17 00:00:00 2001 From: Zhiyuan Liang Date: Thu, 31 Jul 2025 16:02:27 +0800 Subject: [PATCH 1/2] release note 1.0.0-preview --- releaseNotes/AppConfigurationEmulator.md | 27 ++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 releaseNotes/AppConfigurationEmulator.md diff --git a/releaseNotes/AppConfigurationEmulator.md b/releaseNotes/AppConfigurationEmulator.md new file mode 100644 index 00000000..e1c744d2 --- /dev/null +++ b/releaseNotes/AppConfigurationEmulator.md @@ -0,0 +1,27 @@ +# Azure App Configuration Emulator + +[Image][image] | [Source code][source_code] | [Samples][samples] + +## 1.0.0-preview - July 31, 2025 + +Initial preview release of the Azure App Configuration emulator. + +The Azure App Configuration Emulator is a local development tool that provides a lightweight implementation of the Azure App Configuration service. This emulator allows developers to test and develop applications locally without requiring an active Azure subscription or connection to the cloud service. + +### Supported Features + +* Authentication Methods + * Anonymous authentication + * HMAC authentication +* REST APIs + * `/keys` + * `/kv` + * `/labels` + * `/locks` + * `/revisions` +* Web UI + + +[image]: https://mcr.microsoft.com/artifact/mar/azure-app-configuration/app-configuration-emulator/about +[source_code]: https://github.com/Azure/AppConfiguration-Emulator +[samples]: https://github.com/Azure/AppConfiguration-Emulator/tree/main/examples \ No newline at end of file From e0ef5bce36f269f517b12a00dbbd2dd07c60db0d Mon Sep 17 00:00:00 2001 From: Zhiyuan Liang <141655842+zhiyuanliang-ms@users.noreply.github.com> Date: Mon, 4 Aug 2025 11:09:13 +0800 Subject: [PATCH 2/2] Update releaseNotes/AppConfigurationEmulator.md Co-authored-by: Jimmy Campbell --- releaseNotes/AppConfigurationEmulator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releaseNotes/AppConfigurationEmulator.md b/releaseNotes/AppConfigurationEmulator.md index e1c744d2..fdcb716c 100644 --- a/releaseNotes/AppConfigurationEmulator.md +++ b/releaseNotes/AppConfigurationEmulator.md @@ -13,7 +13,7 @@ The Azure App Configuration Emulator is a local development tool that provides a * Authentication Methods * Anonymous authentication * HMAC authentication -* REST APIs +* Resources * `/keys` * `/kv` * `/labels`