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

azurerm_application_gateway - support for redirect rules #2908

Merged
merged 26 commits into from
Mar 21, 2019
Merged
Show file tree
Hide file tree
Changes from 14 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
0b2658a
WIP initial schema
RustyF Feb 6, 2019
188b3ac
Fleshed out implementation and adjusted schema to align with azure AP…
RustyF Feb 18, 2019
7f16cdc
Documentation draft
Feb 18, 2019
a74ff57
Test WIP
Feb 18, 2019
b299e85
Ensure we can name redirect from routing rule
RustyF Feb 18, 2019
2979ffa
First stab at test for target httpListener scenario
RustyF Feb 18, 2019
ddbf0f4
Missing computed ID properties (finally understand how they work)
RustyF Feb 20, 2019
1ff625c
Mis-spelt variable
RustyF Feb 20, 2019
a9ca44d
Use Go Azure SDK constants
RustyF Feb 24, 2019
91abb6e
Declare some mutual exclusions using ConflictsWith...
RustyF Feb 24, 2019
cbdd835
Ensure http_listener optional now (in case of redirection)
RustyF Feb 27, 2019
db7aef2
Correction - HTTPListener required on routing rule
RustyF Feb 27, 2019
2fc242e
tests for basic and path-based routing rules with redirection in plac…
RustyF Feb 27, 2019
5d18d1e
Validate for no empty strings
RustyF Feb 28, 2019
32cdb89
Introduce NilOrEmpty() validation to correctly check strings, i.e. Ta…
RustyF Mar 3, 2019
be131cf
Fixed bug where wrong local was referenced.
RustyF Mar 3, 2019
81b3acd
Re-word to be consistent with other docs
RustyF Mar 3, 2019
28ec527
Ensuring we properly check sub resources
RustyF Mar 4, 2019
2cf1176
Roll-out further use of resource reference check
RustyF Mar 4, 2019
6c6fd64
Fixed path-based rule with redirection test (Path Map test still fail…
RustyF Mar 4, 2019
6a79696
Ensure that optional redirect configuration properties are only set i…
RustyF Mar 6, 2019
57e73e7
Some missing parameters for redirect_configuration use. Plus some pre…
RustyF Mar 6, 2019
0d74b8f
Drop nilOrEmpty() on the basis that it's hardly providing much value/…
RustyF Mar 17, 2019
4598d22
goimports
RustyF Mar 17, 2019
0808922
Merge remote-tracking branch 'remotes/upstream/master' into redirect-…
RustyF Mar 17, 2019
dfa5ca6
Merge branch 'master' into redirect-rules
katbyte Mar 21, 2019
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
Loading