-
Notifications
You must be signed in to change notification settings - Fork 4k
Updated SDK (localfeed) and recordings #8979
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
Updated SDK (localfeed) and recordings #8979
Conversation
@EvgenyAgafonchikov Please let me know when you are ready for one of us to take a look at this. |
@MiYanni can you please escalate this PR merging? it contains recordings really needed for contribution process |
@maddieclayton, please review. Currently I have to skip one test as we have no related feature activated however I hope we could activate and re-record it soon |
@@ -49,7 +49,6 @@ public class NewAzureFirewallApplicationRuleCollectionCommand : NetworkBaseCmdle | |||
[ValidateSet( | |||
MNM.AzureFirewallRCActionType.Allow, | |||
MNM.AzureFirewallRCActionType.Deny, | |||
MNM.AzureFirewallRCActionType.Alert, |
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.
This is a breaking change. Alert
was added in Network 1.6.0, and cannot be removed outside of a breaking change release. Please revert.
@@ -50,7 +50,6 @@ public class NewAzureFirewallNetworkRuleCollectionCommand : NetworkBaseCmdlet | |||
[ValidateSet( | |||
MNM.AzureFirewallRCActionType.Allow, | |||
MNM.AzureFirewallRCActionType.Deny, | |||
MNM.AzureFirewallRCActionType.Alert, |
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.
This is a breaking change. Alert
was added in Network 1.6.0, and cannot be removed outside of a breaking change release. Please revert.
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.
@fanymanea please review comment from PS team. please discuss you change and revert if it's needed
@@ -441,3 +441,5 @@ | |||
"Microsoft.Azure.PowerShell.Cmdlets.Network.dll","Microsoft.Azure.Commands.Network.NewAzureApplicationGatewayUrlPathMapConfigCommand","New-AzApplicationGatewayUrlPathMapConfig","0","1050","The parameter set 'SetByResource' for cmdlet 'New-AzApplicationGatewayUrlPathMapConfig' has been removed.","Add parameter set 'SetByResource' back to cmdlet 'New-AzApplicationGatewayUrlPathMapConfig'." | |||
"Microsoft.Azure.PowerShell.Cmdlets.Network.dll","Microsoft.Azure.Commands.Network.SetAzureApplicationGatewayUrlPathMapConfigCommand","Set-AzApplicationGatewayUrlPathMapConfig","0","1050","The parameter set 'SetByResourceId' for cmdlet 'Set-AzApplicationGatewayUrlPathMapConfig' has been removed.","Add parameter set 'SetByResourceId' back to cmdlet 'Set-AzApplicationGatewayUrlPathMapConfig'." | |||
"Microsoft.Azure.PowerShell.Cmdlets.Network.dll","Microsoft.Azure.Commands.Network.SetAzureApplicationGatewayUrlPathMapConfigCommand","Set-AzApplicationGatewayUrlPathMapConfig","0","1050","The parameter set 'SetByResource' for cmdlet 'Set-AzApplicationGatewayUrlPathMapConfig' has been removed.","Add parameter set 'SetByResource' back to cmdlet 'Set-AzApplicationGatewayUrlPathMapConfig'." | |||
"Microsoft.Azure.PowerShell.Cmdlets.Network.dll","Microsoft.Azure.Commands.Network.NewAzureFirewallApplicationRuleCollectionCommand","New-AzFirewallApplicationRuleCollection","0","2040","The validation set for parameter 'ActionType' for cmdlet 'New-AzFirewallApplicationRuleCollection' no longer contains the value 'Alert'.","Add 'Alert' back to the validation set for 'ActionType'." | |||
"Microsoft.Azure.PowerShell.Cmdlets.Network.dll","Microsoft.Azure.Commands.Network.NewAzureFirewallNetworkRuleCollectionCommand","New-AzFirewallNetworkRuleCollection","0","2040","The validation set for parameter 'ActionType' for cmdlet 'New-AzFirewallNetworkRuleCollection' no longer contains the value 'Alert'.","Add 'Alert' back to the validation set for 'ActionType'." |
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.
After Alert
is readded, please revert these suppressions.
Description
Checklist
CONTRIBUTING.md
platyPS
module