Skip to content

Commit 81a2000

Browse files
authored
Bump version to v3.11.0 (#2101)
* Bump version to v3.10.2 * Fix typo in CHANGELOG.md * Update branch, Edit CHANGELOG, Update version * Update version in CHANGELOG * Modify location to test * Modify location to test * Update CHANGELOG.md, Update region * Revert "Update CHANGELOG.md, Update region" This reverts commit 70d97e1. * Revert "Modify location to test" This reverts commit 6214fdc. * Revert "Modify location to test" This reverts commit 52220b9. * Update CHANGELOG
1 parent 5283cfc commit 81a2000

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
# Change Log
2+
## v3.11.0 (2025-11-07)
3+
4+
### NEW MODULES
5+
- azure_rm_monitorscheduledqueryrules.py:([#2090](https://github.com/ansible-collections/azure/pull/2090))
6+
- azure_rm_monitorscheduledqueryrules_info.py:([#2090](https://github.com/ansible-collections/azure/pull/2090))
7+
8+
### BUG FIXING
9+
- azure_rm_keyvault_info.py: Correct method call ([#2098](https://github.com/ansible-collections/azure/pull/2098))
10+
- plugins/lookup/azure_keyvault_secret.py: Fix regression when using MSI ([#2096](https://github.com/ansible-collections/azure/pull/2096))
11+
- requirements.txt: Remove pin of third party packages ([#2092](https://github.com/ansible-collections/azure/pull/2092))
12+
- plugins/lookup/azure_service_principal_attribute.py: Fix typo ([#2091](https://github.com/ansible-collections/azure/pull/2091))
13+
14+
215
## v3.10.0 (2025-10-30)
316

417
### NEW MODULES

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace: azure
99
name: azcollection
1010

1111
# The version of the collection. Must be compatible with semantic versioning
12-
version: 3.10.1
12+
version: 3.11.0
1313

1414
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
1515
readme: README.md

0 commit comments

Comments
 (0)