-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed mgmt, support convenience API for publicNetworkAccess #39357
Conversation
...ervice/src/main/java/com/azure/resourcemanager/appservice/implementation/WebAppBaseImpl.java
Outdated
Show resolved
Hide resolved
...rvice/src/main/java/com/azure/resourcemanager/containerservice/models/KubernetesCluster.java
Outdated
Show resolved
Hide resolved
...manager-appservice/src/main/java/com/azure/resourcemanager/appservice/models/WebAppBase.java
Outdated
Show resolved
Hide resolved
...ourcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/WebAppsTests.java
Outdated
Show resolved
Hide resolved
...ervice/src/main/java/com/azure/resourcemanager/appservice/implementation/WebAppBaseImpl.java
Outdated
Show resolved
Hide resolved
...manager-appservice/src/main/java/com/azure/resourcemanager/appservice/models/WebAppBase.java
Outdated
Show resolved
Hide resolved
...ervice/src/main/java/com/azure/resourcemanager/appservice/implementation/WebAppBaseImpl.java
Outdated
Show resolved
Hide resolved
...in/java/com/azure/resourcemanager/containerservice/implementation/KubernetesClusterImpl.java
Outdated
Show resolved
Hide resolved
...rcemanager-cosmos/src/main/java/com/azure/resourcemanager/cosmos/models/CosmosDBAccount.java
Outdated
Show resolved
Hide resolved
...r-storage/src/test/java/com/azure/resourcemanager/storage/StorageAccountOperationsTests.java
Outdated
Show resolved
Hide resolved
...cemanager-storage/src/main/java/com/azure/resourcemanager/storage/models/StorageAccount.java
Outdated
Show resolved
Hide resolved
...cemanager-storage/src/main/java/com/azure/resourcemanager/storage/models/StorageAccount.java
Outdated
Show resolved
Hide resolved
b4759bd
to
5048b67
Compare
...ervice/src/test/java/com/azure/resourcemanager/containerservice/KubernetesClustersTests.java
Show resolved
Hide resolved
...ppservice/src/main/java/com/azure/resourcemanager/appservice/models/PublicNetworkAccess.java
Outdated
Show resolved
Hide resolved
...ervice/src/main/java/com/azure/resourcemanager/appservice/implementation/WebAppBaseImpl.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Please add the changelog.
For WebApp, please do a double check, that after you disable public network via SDK, the Portal UI (not JSON template) or CLI would show this as "disabled". Confirm by a screenshot please.
Reason is that WebApp (Site) has 2 model that have similar structure, but only one of them takes effect.
relate to issue#39310
Description
Please add an informative description that covers that changes made by the pull request and link all relevant issues.
If an SDK is being regenerated based on a new swagger spec, a link to the pull request containing these swagger spec changes has been included above.
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines