You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Synapse] New-AzSynapseFirewallRule correct IP ranges for -AllowAllAzureIp and -AllowAllIp (#14601)
* Add -AllowAllIp for New-AzSynapseFirewallRule
* Update changelog
* Add exceptions and change tab to spaces
* Update session records
Co-authored-by: Dongwei Wang <[email protected]>
Copy file name to clipboardExpand all lines: src/Synapse/Synapse.Test/SessionRecords/Microsoft.Azure.Commands.Synapse.Test.ScenarioTests.FirewallTests/TestSynapseFirewall.json
Copy file name to clipboardExpand all lines: src/Synapse/Synapse/Common/HelpMessages.cs
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -259,7 +259,9 @@ SELECT on dbo.myTable by public
259
259
260
260
publicconststringEndIpAddress="The end IP address of the firewall rule. Must be IPv4 format. Must be greater than or equal to startIpAddress.";
261
261
262
-
publicconststringAzureIpRule="Creates a special firewall rule that permits all Azure IPs to have access.";
262
+
publicconststringAllowAllAzureIpRule="Creates a special firewall rule that permits all Azure IPs to have access. The Start IP is 0.0.0.0. The End IP is 0.0.0.0.";
263
+
264
+
publicconststringAllowAllIpRule="Creates a special firewall rule that allows connections from all IP addresses. The Start IP is 0.0.0.0. The End IP is 255.255.255.255.";
263
265
264
266
publicconststringRoleAssignmentId="The ID of the role assignment.";
Copy file name to clipboardExpand all lines: tools/StaticAnalysis/Exceptions/Az.Synapse/BreakingChangeIssues.csv
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -45,3 +45,6 @@
45
45
"Microsoft.Azure.PowerShell.Cmdlets.Synapse.dll","Microsoft.Azure.Commands.Synapse.RestoreAzureSynapseSqlPool","Restore-AzSynapseSqlPool","0","1050","The parameter set '__AllParameterSets' for cmdlet 'Restore-AzSynapseSqlPool' has been removed.","Add parameter set '__AllParameterSets' back to cmdlet 'Restore-AzSynapseSqlPool'."
46
46
"Microsoft.Azure.PowerShell.Cmdlets.Synapse.dll","Microsoft.Azure.Commands.Synapse.UpdateAzureSynapseWorkspace","Update-AzSynapseWorkspace","0","1050","The parameter set 'SetByNameParameterSet' for cmdlet 'Update-AzSynapseWorkspace' has been removed.","Add parameter set 'SetByNameParameterSet' back to cmdlet 'Update-AzSynapseWorkspace'."
47
47
"Microsoft.Azure.PowerShell.Cmdlets.Synapse.dll","Microsoft.Azure.Commands.Synaspe.NewAzureSynapseWorkspace","New-AzSynapseWorkspace","0","2020","The cmdlet 'New-AzSynapseWorkspace' no longer supports the type 'System.String' for parameter 'ManagedVirtualNetwork'.","Change the type for parameter 'ManagedVirtualNetwork' back to 'System.String'."
48
+
"Microsoft.Azure.PowerShell.Cmdlets.Synapse.dll","Microsoft.Azure.Commands.Synapse.NewAzureSynapseFirewallRule","New-AzSynapseFirewallRule","0","2000","The cmdlet 'New-AzSynapseFirewallRule' no longer supports the parameter 'AllowAllAzureIP' and no alias was found for the original parameter name.","Add the parameter 'AllowAllAzureIP' back to the cmdlet 'New-AzSynapseFirewallRule', or add an alias to the original parameter name."
49
+
"Microsoft.Azure.PowerShell.Cmdlets.Synapse.dll","Microsoft.Azure.Commands.Synapse.NewAzureSynapseFirewallRule","New-AzSynapseFirewallRule","0","1050","The parameter set 'CreateByNameAllowAllIpParameterSet' for cmdlet 'New-AzSynapseFirewallRule' has been removed.","Add parameter set 'CreateByNameAllowAllIpParameterSet' back to cmdlet 'New-AzSynapseFirewallRule'."
50
+
"Microsoft.Azure.PowerShell.Cmdlets.Synapse.dll","Microsoft.Azure.Commands.Synapse.NewAzureSynapseFirewallRule","New-AzSynapseFirewallRule","0","1050","The parameter set 'CreateByParentObjectAllowAllIpParameterSet' for cmdlet 'New-AzSynapseFirewallRule' has been removed.","Add parameter set 'CreateByParentObjectAllowAllIpParameterSet' back to cmdlet 'New-AzSynapseFirewallRule'."
0 commit comments