Skip to content

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

Merged
merged 7 commits into from
Apr 11, 2019

Conversation

EvgenyAgafonchikov
Copy link
Contributor

Description

Checklist

@maddieclayton
Copy link
Contributor

@EvgenyAgafonchikov Please let me know when you are ready for one of us to take a look at this.

@EvgenyAgafonchikov EvgenyAgafonchikov changed the title [WIP] Updated SDK (localfeed) and recordings Updated SDK (localfeed) and recordings Apr 10, 2019
@MikhailTryakhov
Copy link
Contributor

@MiYanni can you please escalate this PR merging? it contains recordings really needed for contribution process

@EvgenyAgafonchikov
Copy link
Contributor Author

@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,
Copy link
Contributor

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,
Copy link
Contributor

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.

Copy link
Contributor

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'."
Copy link
Contributor

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.

@MiYanni MiYanni merged commit 41f37e7 into Azure:network-march Apr 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants