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

Adding MOVED-TO-AVM to network/trafficmanagerprofile #4341

Merged
merged 33 commits into from
Dec 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
94dde35
Updated settings
lsnoddy Oct 20, 2022
21c7a11
Merge branch 'main' of https://github.com/lsnoddy/ResourceModules
lsnoddy Nov 1, 2022
43f6692
Merge branch 'main' of https://github.com/lsnoddy/ResourceModules
lsnoddy Nov 21, 2022
08be992
Merge branch 'main' of https://github.com/lsnoddy/ResourceModules
lsnoddy Dec 21, 2022
68c86c3
Merge branch 'Azure:main' into main
lsnoddy Jan 26, 2023
88f9012
Updated settings
lsnoddy Jan 26, 2023
5425afb
Merge branch 'Azure:main' into main
lsnoddy Feb 22, 2023
86f744f
Updated settings
lsnoddy Feb 22, 2023
217d128
Updated version
lsnoddy Feb 23, 2023
edff24d
Merge branch 'Azure:main' into main
lsnoddy Mar 19, 2023
5052d1c
Merge branch 'Azure:main' into main
lsnoddy May 4, 2023
c9343a5
Merge branch 'main' of https://github.com/lsnoddy/ResourceModules
lsnoddy May 26, 2023
773ad1a
Merge branch 'main' of https://github.com/lsnoddy/ResourceModules
lsnoddy Jun 19, 2023
38cd862
Merge branch 'Azure:main' into main
lsnoddy Jun 29, 2023
83cca4f
Merge branch 'Azure:main' into main
lsnoddy Jul 3, 2023
27fecf2
Merge branch 'Azure:main' into main
lsnoddy Jul 10, 2023
f771248
Merge branch 'main' of https://github.com/lsnoddy/ResourceModules
lsnoddy Sep 1, 2023
bfb4bf3
Merge branch 'Azure:main' into main
lsnoddy Sep 6, 2023
4f931b1
test
lsnoddy Sep 6, 2023
b82d7f8
test
lsnoddy Sep 6, 2023
19cf413
test
lsnoddy Sep 6, 2023
54a6af7
Merge branch 'Azure:main' into main
lsnoddy Sep 6, 2023
fd21729
Merge branch 'Azure:main' into main
lsnoddy Sep 22, 2023
ba5cb40
Updated settings file
lsnoddy Sep 22, 2023
77c132e
Merge branch 'Azure:main' into main
lsnoddy Sep 27, 2023
51fbbf4
Merge branch 'Azure:main' into main
lsnoddy Oct 30, 2023
41ec7ad
Merge branch 'Azure:main' into main
lsnoddy Nov 2, 2023
5cd4c6b
Merge branch 'Azure:main' into main
lsnoddy Nov 11, 2023
8325330
Merge branch 'Azure:main' into main
lsnoddy Dec 1, 2023
1cb9e93
Merge branch 'Azure:main' into main
lsnoddy Dec 4, 2023
719fdee
Migrate module to AVM
lsnoddy Dec 4, 2023
73d57da
Updated readme and json
lsnoddy Dec 4, 2023
0ce8adc
revert settings.yml
lsnoddy Dec 4, 2023
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: 1 addition & 0 deletions modules/network/trafficmanagerprofile/MOVED-TO-AVM.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This module has already been migrated to [AVM](https://github.com/Azure/bicep-registry-modules/tree/main/avm/res). Only the AVM version is expected to receive updates / new features. Please do not work on improving this module in [CARML](https://aka.ms/carml).
2 changes: 2 additions & 0 deletions modules/network/trafficmanagerprofile/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Traffic Manager Profiles `[Microsoft.Network/trafficmanagerprofiles]`

> This module has already been migrated to [AVM](https://github.com/Azure/bicep-registry-modules/tree/main/avm/res). Only the AVM version is expected to receive updates / new features. Please do not work on improving this module in [CARML](https://aka.ms/carml).

This module deploys a Traffic Manager Profile.

## Navigation
Expand Down
4 changes: 2 additions & 2 deletions modules/network/trafficmanagerprofile/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.23.1.45101",
"templateHash": "16146918790976496656"
"version": "0.21.1.54444",
"templateHash": "16012907393887579903"
},
"name": "Traffic Manager Profiles",
"description": "This module deploys a Traffic Manager Profile.",
Expand Down
Loading