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

Add support for ApplicationGateway #3176

Merged
merged 30 commits into from
Oct 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
723285a
first commit app gateway
vimorra Aug 2, 2023
dada4b5
more code in the sample
vimorra Aug 2, 2023
5501e67
complete sample and fix lint issues
vimorra Aug 3, 2023
0a94048
fix pr comments
vimorra Aug 23, 2023
5211fd4
add removed files in first commit
vimorra Aug 23, 2023
e7b0de9
fix pr comments and add test recording
vimorra Sep 1, 2023
35f0209
update supported from field
vimorra Sep 1, 2023
b7de1db
adding the self sig. cert for the app gateway test
vimorra Sep 1, 2023
17a3a13
fix getFrontendPortsARMID comment on PR
vimorra Oct 3, 2023
1c64359
add isSecrets to appgateway subresources
vimorra Oct 4, 2023
fac16bb
Fixups for controller test and add recording
super-harsh Oct 20, 2023
67f5781
Fix sample; Add sample refs; Record samples test
super-harsh Oct 20, 2023
97d5297
Add extra line
super-harsh Oct 20, 2023
d271553
Merge pull request #1 from super-harsh/minor-fixups
vimorra Oct 24, 2023
5848d2c
Merge branch 'main' of https://github.com/vimorra/azure-service-opera…
vimorra Oct 24, 2023
920dc40
merge main
vimorra Oct 24, 2023
efa6838
fix lint error
vimorra Oct 24, 2023
3051a85
fix lint error only app-gtw
vimorra Oct 25, 2023
d97e5f3
Merge branch 'feature-app-gateway' of https://github.com/vimorra/azur…
vimorra Oct 25, 2023
2ead903
Merge branch 'main' of https://github.com/Azure/azure-service-operato…
vimorra Oct 25, 2023
dcc8264
test restore genruntime
vimorra Oct 25, 2023
33d1df1
rever genruntime
vimorra Oct 25, 2023
d680168
revert genruntime
vimorra Oct 25, 2023
41e4171
fixcdn and compute
vimorra Oct 25, 2023
2cbfbb2
fix container instance
vimorra Oct 25, 2023
256ccc1
fix all genruntime
vimorra Oct 25, 2023
c5534fc
fix remaining genruntime
vimorra Oct 25, 2023
a0650ba
test fix deepcopy appgateway
vimorra Oct 25, 2023
ac14012
fix genruntime appp gateway
vimorra Oct 25, 2023
d1ebad0
fix genruntime app gateway
vimorra Oct 25, 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 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
Loading