Skip to content

Commit 81b0be5

Browse files
chore: prepare 0.1.1 patch release for azure.appservice extension
Agent-Logs-Url: https://github.com/Azure/azure-dev/sessions/eb580738-e6f9-4cbc-8c5f-396a3e858c90 Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com>
1 parent 11ccbc6 commit 81b0be5

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.1.1
4+
5+
- [[#7630]](https://github.com/Azure/azure-dev/pull/7630) Fix: explicit slot targeting — `SLOT_NAME=production` now targets the main app. No slot name with `--no-prompt` fails with a clear error.
6+
37
## 0.1.0
48

59
- Initial release with `swap` command for swapping App Service deployment slots.

cli/azd/extensions/azure.appservice/extension.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ displayName: Azure App Service
55
description: Extension for managing Azure App Service resources.
66
usage: azd appservice <command> [options]
77
# NOTE: Make sure version.txt is in sync with this version.
8-
version: 0.1.0
8+
version: 0.1.1
99
language: go
1010
capabilities:
1111
- custom-commands

cli/azd/extensions/azure.appservice/internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package version
55

66
// Version is the current version of the extension.
77
// This is set at build time via ldflags.
8-
var Version = "0.1.0"
8+
var Version = "0.1.1"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0
1+
0.1.1

0 commit comments

Comments
 (0)