Skip to content

Commit

Permalink
fix 554 (#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmoore-msft authored Jan 21, 2022
1 parent be4e8bf commit e3b608e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ foreach ($id in $ids) {
"metricId", # Microsoft.ServiceBus/namespaces
"requestedServiceObjectiveId", # Microsoft.Sql/servers/databases
"groupId", # Microsoft.DataFactory/factories/managedVirtualNetworks/managedPrivateEndpoints
"sid" # Microsoft.Sql/servers/administrators/activeDirectory
"sid", # Microsoft.Sql/servers/administrators/activeDirectory
"ruleId" # Microsoft.Network/applicationGatewayWebApplicationFirewallPolicies
)

if ($exceptions -contains $myIdFieldName) {
Expand Down

0 comments on commit e3b608e

Please sign in to comment.