Skip to content

Commit

Permalink
more references
Browse files Browse the repository at this point in the history
  • Loading branch information
guineveresaenger committed Feb 15, 2023
1 parent f441f25 commit b278289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/container-registries/azure/csharp/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Program
static Task<int> Main() => Deployment.RunAsync(async () => {
// Create a private ACR registry.
var rg = new ResourceGroup("myrg");
var registry = new Registry("myregistry", new Azure.RegistryArgs
var registry = new Azure.Registry("myregistry", new Azure.RegistryArgs
{
ResourceGroupName = rg.Name,
AdminEnabled = true,
Expand Down

0 comments on commit b278289

Please sign in to comment.