-
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
Update properties description according to current doc #43447
base: main
Are you sure you want to change the base?
Conversation
Thank you for your contribution @v-minh1! We will review the pull request and get back to you soon. |
...esourcemanager/applicationinsights/fluent/models/ApplicationInsightsComponentProperties.java
Outdated
Show resolved
Hide resolved
API change check API changes are not detected in this pull request. |
...esourcemanager/applicationinsights/fluent/models/ApplicationInsightsComponentProperties.java
Outdated
Show resolved
Hide resolved
sdk/core/azure-core/src/main/java/com/azure/core/util/Configuration.java
Outdated
Show resolved
Hide resolved
...xtensions/src/main/java/com/azure/identity/extensions/implementation/enums/AuthProperty.java
Outdated
Show resolved
Hide resolved
@@ -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. |
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.
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`. |
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.
Can we implement this in the doc plugin, so we can replace any '' in the comment, to ``
@microsoft-github-policy-service agree company="Microsoft" |
Description
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines