Skip to content

Commit

Permalink
Add support for DNSForwardingRuleSet VirutalNetworkLinks (#4345)
Browse files Browse the repository at this point in the history
Fixes #4239.
  • Loading branch information
matthchr authored Oct 16, 2024
1 parent efa19bc commit f5ec28a
Show file tree
Hide file tree
Showing 27 changed files with 12,628 additions and 6,972 deletions.
7 changes: 4 additions & 3 deletions docs/hugo/content/reference/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -524,9 +524,10 @@ To install the CRDs for these resources, your ASO configuration must include `ne

Development of these new resources is complete and they will be available in the next release of ASO.

| Resource | ARM Version | CRD Version | Supported From | Sample |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------|---------------|----------------|----------------------------------------------------------------------------------------------------------------------------------------------------|
| [WebApplicationFirewallPolicy](https://azure.github.io/azure-service-operator/reference/network/v1api20240101/#network.azure.com/v1api20240101.WebApplicationFirewallPolicy) | 2024-01-01 | v1api20240101 | v2.10.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/network/v1api20220701/v1api20240101_webapplicationfirewallpolicy.yaml) |
| Resource | ARM Version | CRD Version | Supported From | Sample |
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------|---------------|----------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [DnsForwardingRuleSetsVirtualNetworkLink](https://azure.github.io/azure-service-operator/reference/network/v1api20220701/#network.azure.com/v1api20220701.DnsForwardingRuleSetsVirtualNetworkLink) | 2022-07-01 | v1api20220701 | v2.10.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/network/v1api20220701/v1api20220701_dnsforwardingrulesetsvirtualnetworklink.yaml) |
| [WebApplicationFirewallPolicy](https://azure.github.io/azure-service-operator/reference/network/v1api20240101/#network.azure.com/v1api20240101.WebApplicationFirewallPolicy) | 2024-01-01 | v1api20240101 | v2.10.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/network/v1api20220701/v1api20240101_webapplicationfirewallpolicy.yaml) |

### Released

Expand Down
7 changes: 4 additions & 3 deletions docs/hugo/content/reference/network/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ To install the CRDs for these resources, your ASO configuration must include `ne

Development of these new resources is complete and they will be available in the next release of ASO.

| Resource | ARM Version | CRD Version | Supported From | Sample |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------|---------------|----------------|----------------------------------------------------------------------------------------------------------------------------------------------------|
| [WebApplicationFirewallPolicy](https://azure.github.io/azure-service-operator/reference/network/v1api20240101/#network.azure.com/v1api20240101.WebApplicationFirewallPolicy) | 2024-01-01 | v1api20240101 | v2.10.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/network/v1api20220701/v1api20240101_webapplicationfirewallpolicy.yaml) |
| Resource | ARM Version | CRD Version | Supported From | Sample |
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------|---------------|----------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [DnsForwardingRuleSetsVirtualNetworkLink](https://azure.github.io/azure-service-operator/reference/network/v1api20220701/#network.azure.com/v1api20220701.DnsForwardingRuleSetsVirtualNetworkLink) | 2022-07-01 | v1api20220701 | v2.10.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/network/v1api20220701/v1api20220701_dnsforwardingrulesetsvirtualnetworklink.yaml) |
| [WebApplicationFirewallPolicy](https://azure.github.io/azure-service-operator/reference/network/v1api20240101/#network.azure.com/v1api20240101.WebApplicationFirewallPolicy) | 2024-01-01 | v1api20240101 | v2.10.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/network/v1api20220701/v1api20240101_webapplicationfirewallpolicy.yaml) |

### Released

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions v2/api/network/customizations/structure.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ github.com/Azure/azure-service-operator/v2/api/network/customizations
ApplicationGatewayExtension: Object (0 properties)
BastionHostExtension: Object (0 properties)
DnsForwardingRuleSetsForwardingRuleExtension: Object (0 properties)
DnsForwardingRuleSetsVirtualNetworkLinkExtension: Object (0 properties)
DnsForwardingRulesetExtension: Object (0 properties)
DnsResolverExtension: Object (0 properties)
DnsResolversInboundEndpointExtension: Object (0 properties)
Expand Down
Loading

0 comments on commit f5ec28a

Please sign in to comment.