We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf14059 commit b6ffaa4Copy full SHA for b6ffaa4
src/CosmosDB/CosmosDB/CosmosDBAccount/UpdateAzCosmosDBAccount.cs
@@ -127,7 +127,7 @@ public override void ExecuteCmdlet()
127
{
128
databaseAccountUpdateParameters.DisableKeyBasedMetadataWriteAccess = DisableKeyBasedMetadataWriteAccess;
129
}
130
- if (DisableKeyBasedMetadataWriteAccess != null)
+ if (PublicNetworkAccess != null)
131
132
databaseAccountUpdateParameters.PublicNetworkAccess = PublicNetworkAccess;
133
0 commit comments