Add Opt-out for DSC Extension DataCollection#1749
Add Opt-out for DSC Extension DataCollection#1749hovsepm merged 4 commits intorelease-1.2.0from unknown repository
Conversation
|
Hi @TravisEz13, I'm your friendly neighborhood Azure Pull Request Bot (You can call me AZPRBOT). Thanks for your contribution!
TTYL, AZPRBOT; |
There was a problem hiding this comment.
Usually it should be using SwitchParameter.
There was a problem hiding this comment.
We need three states enable, disable and not specified. a switch parameter does not allow all three states, or possible future states.
|
Looks OK to me. |
There was a problem hiding this comment.
Usually it should be using SwitchParameter.
|
LGTM. Thanks. |
Add Opt-out for DSC Extension DataCollection
Attempting again PR #1234
Reviewed by @eshaparmar and I tested locally in our CI system and manually.
Existing regression automation:
https://github.com/Azure/azure-powershell/blob/dev/src/ServiceManagement/Compute/Commands.ServiceManagement.Test/UnitTests/Cmdlets/IaaS/Extensions/DSC/DscExtensionSettingsSerializerTests.cs
https://github.com/Azure/azure-powershell/blob/dev/src/ResourceManager/Compute/Commands.Compute.Test/ScenarioTests/DscExtensionTests.ps1
#1739