-
Notifications
You must be signed in to change notification settings - Fork 4k
Azure RM Dns Bug Fixes and Update to Help File #2835
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
Merged
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
199e44b
Add updates to Dns help file xml
95f9f91
Remove force as paramaeter and set confirm impact to high
026f49f
Iterate through result before Write Object
d154287
Add test to verify can add record without naming RecordSet
8f1547f
Fix bug to expose NumRecord Sets and MaxNumRecordSets
24c4b9e
Added comments to DnsZone
5a859d0
add test to add and remove records from zone
f85bb6b
successfully add a record to zone and check recordsets
42342e5
Modify test to both add and remove record set and test NumberOfRecord…
55a9438
Create new error message for if SOA record is created
e71a7d0
Add error handling for if record type is SOA
d950c33
Add New-AzureRmDnsRecordSet test to Test-RecordSetSOA when record typ…
8603347
Add new error for zone name in suffix issue
1f91de7
Add test case to verify if Record Name ends with Zone Name
aad7cce
Add test case to ensure warning appears/does not interrupt workflow
e65a073
Merge branch 'helpfileUpdate' into AugustCojaco
4f5d9f5
Merge branch 'ConfirmBug' into AugustCojaco
80ec1b6
Merge branch 'NumRecordSetsBugFix6059441' into AugustCojaco
1c0920c
Merge branch 'SOABugFix5600833' into AugustCojaco
50e7306
Merge branch 'suffixZoneNameBugFix3172031' into AugustCojaco
a510eb5
Fixes error & adds tests when Piping RecordSet is not explicitly named
1e7ccb1
Change -Force to -Confirm:$false in all tests
e03a6fe
Merge change to -Force/-Confirm and fix conflicts
1751a3c
Minor fix to new tests from -Force to -Confirm:$false
2606e68
Modify DNS cmdlets to remove Should Continue and add Should Process a…
70d0564
Resolve Merge conflicts so all RecordsTests use -Confirm:$false inste…
624c813
Add new prompts to resources
34a3d0d
Add ConfirmAction to cmdlets
f2ef2eb
Add Bug ID for future reference
f0b3a4d
Fix spacing
6df090a
Adds minor fix where tests have all passed on production endpoint
c7b894f
Merge branch 'dev' into SeptemberCojaco
395437b
Fix PR to change ConfirmAction Overload and add JSON files for tests
f5d7c03
Add Force params back in and add obsolete because of breaking change
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 hidden or 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 hidden or 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
182 changes: 118 additions & 64 deletions
182
src/ResourceManager/Dns/Commands.Dns.Test/ScenarioTests/RecordsTests.ps1
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.
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.
It doesn't look like the new test recordings are added here. You will need new test recordings for the added testats and you'll need to add these explicitly, with 'Copy If Newer' or 'Copy Always' property