-
Notifications
You must be signed in to change notification settings - Fork 5.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
Added disableLocalAuth
property to Microsoft.AppConfiguration/configurationStores
#13407
Added disableLocalAuth
property to Microsoft.AppConfiguration/configurationStores
#13407
Conversation
Hi, @jimmyca15 Thanks for your PR. I am workflow bot for review process. Here are some small tips. Any feedback about review process or workflow bot, pls contact swagger and tools team. [email protected] |
Swagger Validation Report
|
Rule | Message |
---|---|
1041 - AddedPropertyInResponse |
The new version has a new property 'disableLocalAuth' in response that was not found in the old version. New: Microsoft.AppConfiguration/preview/2020-07-01-preview/appconfiguration.json#L1067:7 Old: Microsoft.AppConfiguration/preview/2020-07-01-preview/appconfiguration.json#L1067:7 |
1045 - AddedOptionalProperty |
The new version has a new optional property 'disableLocalAuth' that was not found in the old version. New: Microsoft.AppConfiguration/preview/2020-07-01-preview/appconfiguration.json#L1067:7 Old: Microsoft.AppConfiguration/preview/2020-07-01-preview/appconfiguration.json#L1067:7 |
1045 - AddedOptionalProperty |
The new version has a new optional property 'disableLocalAuth' that was not found in the old version. New: Microsoft.AppConfiguration/preview/2020-07-01-preview/appconfiguration.json#L1205:7 Old: Microsoft.AppConfiguration/preview/2020-07-01-preview/appconfiguration.json#L1201:7 |
️⚠️
LintDiff: 2 Warnings warning [Detail]
- Linted configuring files (Based on source branch, openapi-validator v1.9.0 , classic-openapi-validator v1.1.6 )
- Linted configuring files (Based on target branch, openapi-validator v1.9.0 , classic-openapi-validator v1.1.6 )
Rule | Message |
---|---|
Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: disableLocalAuth Location: Microsoft.AppConfiguration/preview/2020-07-01-preview/appconfiguration.json#L1120 |
|
Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: disableLocalAuth Location: Microsoft.AppConfiguration/preview/2020-07-01-preview/appconfiguration.json#L1210 |
️️✔️
Avocado succeeded [Detail] [Expand]
Validation passes for Avocado.
️️✔️
ModelValidation succeeded [Detail] [Expand]
Validation passes for ModelValidation.
️️✔️
SemanticValidation succeeded [Detail] [Expand]
Validation passes for SemanticValidation.
️️✔️
[Staging] Cross Version BreakingChange (Base on preview version) succeeded [Detail] [Expand]
There are no breaking changes.
️️✔️
[Staging] Cross Version BreakingChange (Base on stable version) succeeded [Detail] [Expand]
There are no breaking changes.
️️✔️
CredScan succeeded [Detail] [Expand]
There is no credential detected.
️⚠️
[Staging] SDK Track2 Validation: 4 Warnings warning [Detail]
- The following tags are being changed in this PR
Rule | Message |
---|---|
"readme":"appconfiguration/resource-manager/readme.md", "tag":"package-2020-07-01-preview", "details":"The schema 'ErrorDetails' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'" |
|
"readme":"appconfiguration/resource-manager/readme.md", "tag":"package-2020-07-01-preview", "details":"The schema 'ErrorAdditionalInfo' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'" |
|
"readme":"appconfiguration/resource-manager/readme.md", "tag":"package-2020-07-01-preview", "details":"The schema 'Resource' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'" |
|
"readme":"appconfiguration/resource-manager/readme.md", "tag":"package-2020-07-01-preview", "details":"Checking for duplicate schemas, this could take a (long) while. Run with --verbose for more detail." |
️️✔️
[Staging] PrettierCheck succeeded [Detail] [Expand]
Validation passes for PrettierCheck.
️️✔️
[Staging] SpellCheck succeeded [Detail] [Expand]
Validation passes for SpellCheck.
Swagger Generation Artifacts
|
NewApiVersionRequired reason: |
@jimmyca15 , please follow comment posted by @openapi-workflow-bot |
@erich-wang can you point me to the breaking change guidelines? Are we expected to introduce a new api version for any tweak or new property in a preview API version? What if the version is only a week old? |
https://aka.ms/AzBreakingChangesPolicy, basically you need to get exceptional approval by following up policy if you don't want to introduce new api version. |
@jimmyca15, is this PR still valid? Have you gone thru breaking change process? |
@erich-wang this was replaced with the pr #13490 to avoid breaking changes. I'll go ahead and close it. |
Added the
disableLocalAuth
property to the latest preview version ofMicrosoft.AppConfiguration/configurationStores
.The
disableLocalAuth
property will be required for all Azure Resources that support AAD Authentication and local authentication schemes. WhendisableLocalAuth
is set totrue
only AAD authentication can be used to access the respective configurationStore.