Skip to content

Commit b6ffaa4

Browse files
soeommsJinLei
authored andcommitted
fix typo
1 parent bf14059 commit b6ffaa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CosmosDB/CosmosDB/CosmosDBAccount/UpdateAzCosmosDBAccount.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ public override void ExecuteCmdlet()
127127
{
128128
databaseAccountUpdateParameters.DisableKeyBasedMetadataWriteAccess = DisableKeyBasedMetadataWriteAccess;
129129
}
130-
if (DisableKeyBasedMetadataWriteAccess != null)
130+
if (PublicNetworkAccess != null)
131131
{
132132
databaseAccountUpdateParameters.PublicNetworkAccess = PublicNetworkAccess;
133133
}

0 commit comments

Comments
 (0)