Skip to content
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

Update properties description according to current doc #43447

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

v-minh1
Copy link

@v-minh1 v-minh1 commented Dec 17, 2024

Description

  1. Update properties description according to current doc.
  2. Fix String duplication issue.
    image
    image

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.

@github-actions github-actions bot added azure-spring All azure-spring related issues Azure.Core azure-core Community Contribution Community members are working on the issue customer-reported Issues that are reported by GitHub users external to the Azure organization. Mgmt This issue is related to a management-plane library. labels Dec 17, 2024
Copy link

Thank you for your contribution @v-minh1! We will review the pull request and get back to you soon.

@azure-sdk
Copy link
Collaborator

API change check

API changes are not detected in this pull request.

@@ -111,41 +111,41 @@ public class AadAuthenticationProperties implements InitializingBean {
private int jwtSizeLimit = RemoteJWKSet.DEFAULT_HTTP_SIZE_LIMIT; /* bytes */

/**
* The lifespan(duration) of the cached JWK set before it expires. The default value is `5m`.
* The lifespan(duration) of the cached JWK set before it expires.
Copy link
Member

Choose a reason for hiding this comment

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

Could you help check how the The default value is 5m`` is auto-generated by the doc plugin?

* authorization-clients.webapi.scopes[0]={WEB_API_APP_ID_URL}/WebApi.ExampleScope1,
* authorization-clients.webapi.scopes[0]={WEB_API_APP_ID_URL}/WebApi.ExampleScope2
* '.
* The clients will be converted to OAuth2 `ClientRegistration`, the other `ClientRegistration` information(such as client id, client secret) inherits from the delegated OAuth2 login client `azure`.
Copy link
Member

Choose a reason for hiding this comment

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

Can we implement this in the doc plugin, so we can replace any '' in the comment, to ``

@v-minh1
Copy link
Author

v-minh1 commented Dec 17, 2024

@microsoft-github-policy-service agree company="Microsoft"

@alzimmermsft alzimmermsft removed Azure.Core azure-core Mgmt This issue is related to a management-plane library. labels Dec 17, 2024
@saragluna saragluna changed the title Ipdate properties description according to current doc Update properties description according to current doc Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
azure-spring All azure-spring related issues Community Contribution Community members are working on the issue customer-reported Issues that are reported by GitHub users external to the Azure organization.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants