Skip to content

[AppConfig] Support enabling/disabling PublicNetworkAccess for existing stores#14966

Merged
bim-msft merged 2 commits intoAzure:devfrom
avanigupta:avanigupta/updatepublicnetworkaccess
Sep 4, 2020
Merged

[AppConfig] Support enabling/disabling PublicNetworkAccess for existing stores#14966
bim-msft merged 2 commits intoAzure:devfrom
avanigupta:avanigupta/updatepublicnetworkaccess

Conversation

@avanigupta
Copy link
Member

Description

  • Upgrading azure-mgmt-appconfiguration version to 0.6.0.

  • Adding support for enabling/disabling publicNetworkAccess with "az appconfig update" command.

Testing Guide

This will enable publicNetworkAccess in an existing store called MyStore:
az appconfig update -n MyStore -g ResourceGroupName --enable-public-network true

This will disable publicNetworkAccess in an existing store called MyStore:
az appconfig update -n MyStore -g ResourceGroupName --enable-public-network false

History Notes

[Component Name 1] BREAKING CHANGE: az command a: Make some customer-facing breaking change.
[Component Name 2] az command b: Add some customer-facing feature.


This checklist is used to make sure that common guidelines for a pull request are followed.

@avanigupta avanigupta requested a review from bim-msft as a code owner August 28, 2020 18:41
@yonzhan
Copy link
Collaborator

yonzhan commented Aug 29, 2020

AppConfig

Copy link
Contributor

@bim-msft bim-msft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@bim-msft bim-msft merged commit 9ff649c into Azure:dev Sep 4, 2020
@avanigupta avanigupta deleted the avanigupta/updatepublicnetworkaccess branch September 10, 2020 20:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants