-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[Enhancement:] azurerm_cdn_frontdoor_profile
- add support for the identity
property
#28281
Conversation
azurerm_cdn_frontdoor_profile
- add support for the identity
property
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @WodansSon - just a couple minor comments on the tests, but otherwise LGTM. I'll get the tests run as soon as the changes below are in and then we should be good to go.
data.ImportStep(), | ||
{ | ||
Config: r.complete(data), | ||
Check: acceptance.ComposeTestCheckFunc( | ||
check.That(data.ResourceName).ExistsInAzure(r), | ||
check.That(data.ResourceName).Key("response_timeout_seconds").HasValue("240"), | ||
), | ||
}, | ||
}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missed import step here?
data.ImportStep(), | |
{ | |
Config: r.complete(data), | |
Check: acceptance.ComposeTestCheckFunc( | |
check.That(data.ResourceName).ExistsInAzure(r), | |
check.That(data.ResourceName).Key("response_timeout_seconds").HasValue("240"), | |
), | |
}, | |
}) | |
data.ImportStep(), | |
{ | |
Config: r.complete(data), | |
Check: acceptance.ComposeTestCheckFunc( | |
check.That(data.ResourceName).ExistsInAzure(r), | |
check.That(data.ResourceName).Key("response_timeout_seconds").HasValue("240"), | |
), | |
}, | |
data.ImportStep(), | |
}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed.
data.ImportStep(), | ||
{ | ||
Config: r.complete(data), | ||
Check: acceptance.ComposeTestCheckFunc( | ||
check.That(data.ResourceName).ExistsInAzure(r), | ||
check.That(data.ResourceName).Key("response_timeout_seconds").HasValue("240"), | ||
), | ||
}, | ||
}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data.ImportStep(), | |
{ | |
Config: r.complete(data), | |
Check: acceptance.ComposeTestCheckFunc( | |
check.That(data.ResourceName).ExistsInAzure(r), | |
check.That(data.ResourceName).Key("response_timeout_seconds").HasValue("240"), | |
), | |
}, | |
}) | |
data.ImportStep(), | |
{ | |
Config: r.complete(data), | |
Check: acceptance.ComposeTestCheckFunc( | |
check.That(data.ResourceName).ExistsInAzure(r), | |
check.That(data.ResourceName).Key("response_timeout_seconds").HasValue("240"), | |
), | |
}, | |
data.ImportStep(), | |
}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed.
@WodansSon looking forward to seeing this merged ;) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @WodansSon - LGTM now 👍
Community Note
Description
The purpose for this PR are as follows:
identity
field in the the AFD Profile resourcePR Checklist
For example: “
resource_name_here
- description of change e.g. adding propertynew_property_name_here
”Changes to existing Resource / Data Source
Testing
Change Log
Below please provide what should go into the changelog (if anything) conforming to the Changelog Format documented here.
azurerm_cdn_frontdoor_profile
- add support for theidentity
property [GH-00000]This is a (please select all that apply):
Related Issue(s)
Fixes #20289
Related PR(s)
Supersedes #28068
Note
If this PR changes meaningfully during the course of review please update the title and description as required.