Skip to content

Commit a6fc515

Browse files
changes to trigger the build
1 parent 2f7ddc0 commit a6fc515

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Network/Network/AzureFirewallPolicy/NewAzureFirewallPolicyCommand.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ private PSAzureFirewallPolicy CreateAzureFirewallPolicy()
119119

120120
// Execute the Create AzureFirewall call
121121
this.AzureFirewallPolicyClient.CreateOrUpdate(this.ResourceGroupName, this.Name, azureFirewallPolicyModel);
122+
122123
return this.GetAzureFirewallPolicy(this.ResourceGroupName, this.Name);
123124
}
124125
}

0 commit comments

Comments
 (0)