-
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
Fix update scenario for network interface #6624
Merged
Merged
Changes from 21 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
a16d4db
Fix update scenario for network interface
03c8e92
Merge remote-tracking branch 'upstream/master' into fix_nic
0076714
provider: update terrafmt checks with make terrafmt command (#6567)
katbyte fbb8ed0
provider: pin golangci to 1.24 (#6577)
katbyte 7a306d2
provider tests: removes the requires import feature flag [L-W] (#6573)
tracypholmes df1abaf
`azurerm_function_app` - Added `storage_account_id` and `storage_acco…
mbfrahry 418c381
update for #6304
mbfrahry 134823a
`azurerm_iothub_dps` - fix crash when path isn't cased correctly #6570
mbfrahry 06ed60a
Update for #6570
mbfrahry 1b52ecf
`azurerm_linux_virtual_machine_scale_set` - fixes crash with `boot_di…
mbfrahry 60f23e0
Update for #6569
mbfrahry 8786915
provider: upgrade API Management to 2019-12-01 (#6479)
katbyte 1da7541
update CHANGELOG.md to include #6479
katbyte b0d2780
`azurerm_private_endpoint`: Add support for tags (#6574)
1e55c70
`azurerm_public_ip_prefix`: Update `prefix_length` validation to acce…
WodansSon 44b223e
updating to include #6574 and #6589
WodansSon 4223b99
Updating instead of foo to example (#6591)
Rituraj12345 66f67d4
Revert "CDN Endpoint: make origin_host_header required " (#6583)
mbfrahry 538f7b1
...
ac23ac7
...
80b656e
Merge branch 'fix_nic' of https://github.com/microsoft/terraform-prov…
dfd926d
Update code
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
The linked issue refers to changing DNS servers, but these stay the same through the update test, should we be testing/validating this in the update?
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.
updated