Skip to content

Commit

Permalink
Add support for ApplicationGateway (#3176)
Browse files Browse the repository at this point in the history
* first commit app gateway

* more code in the sample

* complete sample and fix lint issues

* fix pr comments

* add removed files in first commit

* fix pr comments and add test recording

* update supported from field

* adding the self sig. cert for the app gateway test

* fix getFrontendPortsARMID comment on PR

* add isSecrets to appgateway subresources

* Fixups for controller test and add recording

* Fix sample; Add sample refs; Record samples test

* Add extra line

* merge main

* fix lint error

* fix lint error only app-gtw

* test restore genruntime

* rever genruntime

* revert genruntime

* fixcdn and compute

* fix container  instance

* fix all genruntime

* fix remaining genruntime

* test fix deepcopy appgateway

* fix genruntime appp gateway

* fix genruntime app gateway

---------

Co-authored-by: Harshdeep Singh <38904804+super-harsh@users.noreply.github.com>
  • Loading branch information
vimorra and super-harsh committed Oct 27, 2023
1 parent db857cf commit 6daa0d3
Show file tree
Hide file tree
Showing 35 changed files with 59,526 additions and 2,638 deletions.
1 change: 1 addition & 0 deletions docs/hugo/content/reference/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,7 @@ Development of these new resources is complete and they will be available in the

| Resource | ARM Version | CRD Version | Supported From | Sample |
|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------|---------------|----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [ApplicationGateway](https://azure.github.io/azure-service-operator/reference/network/v1api20220701/#network.azure.com/v1api20220701.ApplicationGateway) | 2022-07-01 | v1api20220701 | v2.4.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/network/v1api20220701/v1api20220701_applicationgateway.yaml) |
| [TrafficManagerProfile](https://azure.github.io/azure-service-operator/reference/network/v1api20220401/#network.azure.com/v1api20220401.TrafficManagerProfile) | 2022-04-01 | v1api20220401 | v2.4.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/network/v1api20220401/v1api20220401_trafficmanagerprofile.yaml) |
| [TrafficManagerProfilesAzureEndpoint](https://azure.github.io/azure-service-operator/reference/network/v1api20220401/#network.azure.com/v1api20220401.TrafficManagerProfilesAzureEndpoint) | 2022-04-01 | v1api20220401 | v2.4.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/network/v1api20220401/v1api20220401_trafficmanagerprofilesazureendpoint.yaml) |
| [TrafficManagerProfilesExternalEndpoint](https://azure.github.io/azure-service-operator/reference/network/v1api20220401/#network.azure.com/v1api20220401.TrafficManagerProfilesExternalEndpoint) | 2022-04-01 | v1api20220401 | v2.4.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/network/v1api20220401/v1api20220401_trafficmanagerprofilesexternalendpoint.yaml) |
Expand Down
1 change: 1 addition & 0 deletions docs/hugo/content/reference/network/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Development of these new resources is complete and they will be available in the

| Resource | ARM Version | CRD Version | Supported From | Sample |
|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------|---------------|----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [ApplicationGateway](https://azure.github.io/azure-service-operator/reference/network/v1api20220701/#network.azure.com/v1api20220701.ApplicationGateway) | 2022-07-01 | v1api20220701 | v2.4.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/network/v1api20220701/v1api20220701_applicationgateway.yaml) |
| [TrafficManagerProfile](https://azure.github.io/azure-service-operator/reference/network/v1api20220401/#network.azure.com/v1api20220401.TrafficManagerProfile) | 2022-04-01 | v1api20220401 | v2.4.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/network/v1api20220401/v1api20220401_trafficmanagerprofile.yaml) |
| [TrafficManagerProfilesAzureEndpoint](https://azure.github.io/azure-service-operator/reference/network/v1api20220401/#network.azure.com/v1api20220401.TrafficManagerProfilesAzureEndpoint) | 2022-04-01 | v1api20220401 | v2.4.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/network/v1api20220401/v1api20220401_trafficmanagerprofilesazureendpoint.yaml) |
| [TrafficManagerProfilesExternalEndpoint](https://azure.github.io/azure-service-operator/reference/network/v1api20220401/#network.azure.com/v1api20220401.TrafficManagerProfilesExternalEndpoint) | 2022-04-01 | v1api20220401 | v2.4.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/network/v1api20220401/v1api20220401_trafficmanagerprofilesexternalendpoint.yaml) |
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
@@ -1,5 +1,6 @@
// Code generated by azure-service-operator-codegen. DO NOT EDIT.
github.com/Azure/azure-service-operator/v2/api/network/customizations
├── ApplicationGatewayExtension: Object (0 properties)
├── BastionHostExtension: Object (0 properties)
├── DnsForwardingRuleSetsForwardingRuleExtension: Object (0 properties)
├── DnsForwardingRulesetExtension: Object (0 properties)
Expand Down
Loading

0 comments on commit 6daa0d3

Please sign in to comment.