-
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
mgmt appservice, upgrade api-version 2022-03 #29796
Conversation
API change check APIView has identified API level changes in this PR and created following API reviews. |
...rcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/OneDeployTests.java
Show resolved
Hide resolved
They have a breaking change in |
Current |
...rcemanager-appservice/src/test/java/com/azure/resourcemanager/appservice/OneDeployTests.java
Outdated
Show resolved
Hide resolved
...-appservice/src/main/java/com/azure/resourcemanager/appservice/models/SupportsOneDeploy.java
Outdated
Show resolved
Hide resolved
...appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/WebAppImpl.java
Outdated
Show resolved
Hide resolved
...appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/WebAppImpl.java
Outdated
Show resolved
Hide resolved
...appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/WebAppImpl.java
Outdated
Show resolved
Hide resolved
...appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/WebAppImpl.java
Outdated
Show resolved
Hide resolved
PS: a pending PR on enum name Azure/azure-rest-api-specs#19654 |
...ce/src/main/java/com/azure/resourcemanager/appservice/implementation/DeploymentSlotImpl.java
Outdated
Show resolved
Hide resolved
...ce/src/main/java/com/azure/resourcemanager/appservice/implementation/DeploymentSlotImpl.java
Outdated
Show resolved
Hide resolved
Service has deployed Added |
great, you are good to go. |
Description
Manual code for supporting deploymentStatus: 56622d1.
Live Tests in
azure-resourcemanager-appservice
passed.Live Tests in samples with
topLevelDomains
failed.fix https://github.com/Azure/sdk-release-request/issues/2960
relate #29677
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