Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 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 .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@
/avm/res/network/express-route-gateway/ @Azure/avm-res-network-expressroutegateway-module-owners-bicep @Azure/avm-module-reviewers-bicep
/avm/res/network/express-route-port/ @Azure/avm-res-network-expressrouteport-module-owners-bicep @Azure/avm-module-reviewers-bicep
/avm/res/network/firewall-policy/ @Azure/avm-res-network-firewallpolicy-module-owners-bicep @Azure/avm-module-reviewers-bicep
/avm/res/network/front-door/ @Azure/avm-res-network-frontdoor-module-owners-bicep @Azure/avm-module-reviewers-bicep
/avm/res/network/front-door-web-application-firewall-policy/ @Azure/avm-res-network-frontdoorwebapplicationfirewallpolicy-module-owners-bicep @Azure/avm-module-reviewers-bicep
/avm/res/network/ip-group/ @Azure/avm-res-network-ipgroup-module-owners-bicep @Azure/avm-module-reviewers-bicep
/avm/res/network/load-balancer/ @Azure/avm-res-network-loadbalancer-module-owners-bicep @Azure/avm-module-reviewers-bicep
Expand Down
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/avm_module_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ body:
- "avm/res/network/express-route-gateway"
- "avm/res/network/express-route-port"
- "avm/res/network/firewall-policy"
- "avm/res/network/front-door"
- "avm/res/network/front-door-web-application-firewall-policy"
- "avm/res/network/ip-group"
- "avm/res/network/load-balancer"
Expand Down
88 changes: 0 additions & 88 deletions .github/workflows/avm.res.network.front-door.yml

This file was deleted.

2 changes: 2 additions & 0 deletions avm/res/network/front-door/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The latest version of the changelog can be found [here](https://github.com/Azure

### Changes

NOTE: This is the last published version and the module has since been deprecated.

- Initial version

### Breaking Changes
Expand Down
5 changes: 5 additions & 0 deletions avm/res/network/front-door/DEPRECATED.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
⚠️THIS MODULE IS DEPRECATED.⚠️

- It will no longer receive any updates.
- The module can still be used as is (references to any existing versions will keep working), but it is not recommended for new deployments.
- It is recommended to migrate to a replacement/alternative version of the module, if available.
8 changes: 7 additions & 1 deletion avm/res/network/front-door/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Azure Front Doors `[Microsoft.Network/frontDoors]`

This module deploys an Azure Front Door.
> ⚠️THIS MODULE IS DEPRECATED.⚠️
>
> - It will no longer receive any updates.
> - The module can still be used as is (references to any existing versions will keep working), but it is not recommended for new deployments.
> - It is recommended to migrate to a replacement/alternative version of the module, if available.

DEPRECATED - This module deploys an Azure Front Door.

## Navigation

Expand Down
2 changes: 1 addition & 1 deletion avm/res/network/front-door/main.bicep
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
metadata name = 'Azure Front Doors'
metadata description = 'This module deploys an Azure Front Door.'
metadata description = 'DEPRECATED - This module deploys an Azure Front Door.'

@description('Required. The name of the frontDoor.')
@minLength(5)
Expand Down
6 changes: 3 additions & 3 deletions avm/res/network/front-door/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.34.44.8038",
"templateHash": "2905036788725164172"
"version": "0.36.177.2456",
"templateHash": "2457441399497776509"
},
"name": "Azure Front Doors",
"description": "This module deploys an Azure Front Door."
"description": "DEPRECATED - This module deploys an Azure Front Door."
},
"definitions": {
"diagnosticSettingFullType": {
Expand Down
2 changes: 1 addition & 1 deletion avm/res/network/front-door/version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"$schema": "https://aka.ms/bicep-registry-module-version-file-schema#",
"version": "0.3"
}
}