You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,23 @@
3
3
Please refer to [releases](https://github.com/hashicorp/packer-plugin-azure/releases) for the latest CHANGELOG information.
4
4
5
5
---
6
+
## 2.5.2 (February 4, 2026)
7
+
8
+
## What's Changed
9
+
### Exciting New Features
10
+
11
+
### Bug Fixes
12
+
* BUG: Updates tests for permissions and polling [GH-572](https://github.com/hashicorp/packer-plugin-azure/pull/572)
13
+
14
+
### Other Changes
15
+
* Adds dynamic resource name suffixing for isolation of Acceptance tests [GH-575](https://github.com/hashicorp/packer-plugin-azure/pull/575)
16
+
* Updates Go version to 1.24.12 in module file [GH-573](https://github.com/hashicorp/packer-plugin-azure/pull/573)
17
+
* Fix various lint warnings. [GH-566](https://github.com/hashicorp/packer-plugin-azure/pull/566)
18
+
* Staticcheck/QF1003: Replace if-else with switch-case for OSType checks. [GH-565](https://github.com/hashicorp/packer-plugin-azure/pull/565)
19
+
* Replace deprecated ui.Message with ui.Say [GH-564](https://github.com/hashicorp/packer-plugin-azure/pull/564)
ui.Message("You have provided Object_ID which is no longer needed, Azure Packer ARM builder determines this automatically using the Azure Access Token")
148
+
ui.Say("You have provided Object_ID which is no longer needed, Azure Packer ARM builder determines this automatically using the Azure Access Token")
// If the user is bringing their own vnet, don't warn, if its an invalid SKU it will get disabled at a different date and Microsoft will send out warings
Copy file name to clipboardExpand all lines: builder/azure/arm/builder_acc_test.go
+14-8Lines changed: 14 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,8 @@ package arm
19
19
// ** ARM_RESOURCE_GROUP_NAME - Resource group
20
20
// ** ARM_STORAGE_ACCOUNT - a storage account located in above resource group
21
21
// ** ARM_RESOURCE_PREFIX - String prefix for resources unique name constraints
22
+
// ** ARM_STORAGE_CONTAINER_NAME - storage container name for blob-based tests
23
+
// ** ARM_TEMP_RESOURCE_GROUP_NAME - temp resource group name for CLI-based tests
22
24
// ** For example SIG gallery names must be unique not just within the resource group, but within a subscription, and a user may not have access to all SIGs in a subscription.
23
25
// * As well as the following misc env variables
24
26
// ** ARM_SSH_PRIVATE_KEY_FILE - the file location of a PEM encoded RSA SSH Private Key (ed25519 is not supported by Azure),
errs=packersdk.MultiErrorAppend(errs, fmt.Errorf("The license_type %q is invalid for Linux, only RHEL_BYOS or SLES_BYOS are supported", c.LicenseType))
0 commit comments