Skip to content

mgmt, update appplatform to 2022-12-01#35553

Merged
XiaofeiCao merged 7 commits intoAzure:mainfrom
XiaofeiCao:mgmt_appplatform_2022-12-01
Jun 25, 2023
Merged

mgmt, update appplatform to 2022-12-01#35553
XiaofeiCao merged 7 commits intoAzure:mainfrom
XiaofeiCao:mgmt_appplatform_2022-12-01

Conversation

@XiaofeiCao
Copy link
Contributor

@XiaofeiCao XiaofeiCao commented Jun 21, 2023

Description

No manual code, live tests pass.

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:

  • The pull request does not introduce [breaking changes]
  • CHANGELOG is updated for new features, bug fixes or other significant changes.
  • I have read the contribution guidelines.

General Guidelines and Best Practices

  • Title of the pull request is clear and informative.
  • There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, see this page.

Testing Guidelines

  • Pull request includes test coverage for the included changes.

Comment on lines 161 to 162

/**
* Set the fqdn property: Fully qualified dns Name.
*
* @param fqdn the fqdn value to set.
* @return the AppResourceProperties object itself.
*/
public AppResourceProperties withFqdn(String fqdn) {
this.fqdn = fqdn;
return this;
}

/**
Copy link
Contributor Author

Choose a reason for hiding this comment

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

revapi.skip here. fqdn has changed to readOnly. We haven't expose this model from our public interface except innerModel().

Copy link
Contributor Author

Choose a reason for hiding this comment

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

According to service, it's a swagger fix. This property is never allowed to change by user.
https://github.com/Azure/sdk-release-request/issues/4225#issuecomment-1605867112

@azure-sdk
Copy link
Collaborator

azure-sdk commented Jun 21, 2023

API change check

APIView has identified API level changes in this PR and created following API reviews.

azure-resourcemanager-appplatform

@XiaofeiCao XiaofeiCao marked this pull request as ready for review June 21, 2023 05:35
@XiaofeiCao XiaofeiCao merged commit a701868 into Azure:main Jun 25, 2023
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