Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove community.azure from Ansible 10 #335

Merged
merged 2 commits into from
Nov 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion 10/ansible.in
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ cisco.ucs
cloud.common
cloudscale_ch.cloud
community.aws
community.azure
community.ciscosmb
community.crypto
community.digitalocean
Expand Down
7 changes: 6 additions & 1 deletion 10/changelog.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
ancestor: 9.0.0
releases: {}
releases:
10.0.0a1:
changes:
removed_features:
- The deprecated ``community.azure`` collection has been removed.
There is a successor collection ``azure.azcollection`` in the community package which should cover the same functionality.
2 changes: 0 additions & 2 deletions 10/collection-meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,6 @@ collections:
repository: https://github.com/cloudscale-ch/ansible-collection-cloudscale
community.aws:
repository: https://github.com/ansible-collections/community.aws
community.azure:
repository: https://github.com/ansible-collections/community.azure
community.crypto:
repository: https://github.com/ansible-collections/community.crypto
community.digitalocean:
Expand Down