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

fix(adt): Add client side validations for service API calls #14992

Merged
merged 1 commit into from
Sep 9, 2020

Conversation

abhipsaMisra
Copy link
Member

Our PL layer was missing client side null checks. These can be enabled by using the following flag with autorest: client-side-validations: true

@@ -33,6 +33,7 @@ java:
namespace: com.azure.digitaltwins.core
add-credentials: true
sync-methods: none
client-side-validations: true
Copy link
Contributor

Choose a reason for hiding this comment

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

good to know!

@abhipsaMisra abhipsaMisra merged commit 82f97f9 into Azure:master Sep 9, 2020
@abhipsaMisra abhipsaMisra deleted the clientValidations branch September 9, 2020 22:14
openapi-sdkautomation bot pushed a commit to AzureSDKAutomation/azure-sdk-for-java that referenced this pull request Jun 30, 2021
moving swagger to stable (Azure#14992)

* Base Swagger version as per guideline

* Removing preview from directory version

* changing version name in all files

* updating readme and go read me

* supressing ingestion keyin read me
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