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

Users/v sparatala/merge all v2 to v1 #20748

Merged
merged 39 commits into from
Oct 6, 2022
Merged
Show file tree
Hide file tree
Changes from 30 commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
ac208f7
Updated SqlPoolTransparentDataEncryptions_CreateOrUpdate ErrorRespons…
sparatala Sep 2, 2022
e865b07
Updated IntegrationRuntimes_ListByWorkspace ErrorResponse from V2 to …
sparatala Sep 5, 2022
b9347b0
Updated SqlPoolsDatawareHouseQueries_Get path V2 to V1
sparatala Sep 6, 2022
357df4f
Updated SqlPoolTransparentDataEncryptions_Get ErrorResponse from V2 t…
sparatala Sep 6, 2022
37ccd4f
Updated IntegrationRuntimes_Stop ErrorResponse path V2 to V1
sparatala Sep 6, 2022
52c83fa
Updated IntegrationRuntimeConnectionInfos_Get ErrorResponse V2 to V1
sparatala Sep 6, 2022
4b65d96
Updated Keys_Delete ErrorResponse V2 to V1 types json
sparatala Sep 6, 2022
8f51a65
Update Keys_CreateOrUpdate ErrorResponse V2 to V1 types json
sparatala Sep 6, 2022
5c6308b
Fix Lint Error
sparatala Sep 14, 2022
ded73b1
Fix lint error
sparatala Sep 14, 2022
2f93e8a
Fix lint, model validation error
sparatala Sep 14, 2022
2752cd7
Fix lint error
sparatala Sep 14, 2022
5513349
Fix Model validation error
sparatala Sep 14, 2022
e49b936
Revert "Fix Model validation error"
sparatala Sep 14, 2022
dcc8c98
Fix Model validation
sparatala Sep 14, 2022
b4d17f5
Fix Lint errors
sparatala Sep 14, 2022
760a005
Fix Model Validation Error
sparatala Sep 14, 2022
cf0ce09
Fix Lint error
sparatala Sep 14, 2022
f5f93c8
Fix Lint error
sparatala Sep 14, 2022
13bd2f5
Fix lint error
sparatala Sep 14, 2022
f29e234
Merge branch 'main' into users/v-sparatala/SqlPoolTransparentDataEncr…
sparatala Sep 16, 2022
c10a963
Merge branch 'users/v-sparatala/Keys_CreateOrUpdate' into users/v-spa…
sparatala Sep 16, 2022
0f7f789
Merge branch 'users/v-sparatala/IntegrationRuntimeConnectionInfos_Get…
sparatala Sep 16, 2022
b469bed
Merge branch 'users/v-sparatala/Keys_Delete' into users/v-sparatala/M…
sparatala Sep 16, 2022
dc59fc1
Merge branch 'users/v-sparatala/IntegrationRuntimes_Stop' into users/…
sparatala Sep 16, 2022
799ac4a
Merge branch 'users/v-sparatala/SqlPoolTransparentDataEncryptions_Get…
sparatala Sep 16, 2022
a8cfe2f
Merge branch 'users/v-sparatala/SqlPoolsDatawareHouseQueries_Get' int…
sparatala Sep 16, 2022
b60ae39
Merge branch 'users/v-sparatala/IntegrationRuntimes_ListByWorkspace' …
sparatala Sep 16, 2022
451ef1d
Merge branch 'users/v-sparatala/SqlPoolTransparentDataEncryptions_Cre…
sparatala Sep 16, 2022
3eb2767
Merge branch 'main' into users/v-sparatala/MergeAllV2ToV1
sparatala Sep 19, 2022
c574e22
Resolve Model validation error
sparatala Sep 22, 2022
5c1ae9e
Merge branch 'main' into users/v-sparatala/MergeAllV2ToV1
sparatala Oct 4, 2022
522e9e9
Merge branch 'main' into users/v-sparatala/MergeAllV2ToV1
sparatala Oct 6, 2022
2d36c0b
Fix OBJECT_ADDITIONAL_PROPERTIES error
sparatala Oct 6, 2022
829c0ce
Fix RESPONSE_SCHEMA_NOT_IN_SPEC error
sparatala Oct 6, 2022
8c55ea1
Revert "Fix Model validation"
sparatala Oct 6, 2022
5ac8033
Fix LRO_RESPONSE_HEADER error
sparatala Oct 6, 2022
bc85b24
Fix R4041 - XmsIdentifierValidation lint error
sparatala Oct 6, 2022
273ba59
Fix R4007 - DefaultErrorResponseSchema lint error
sparatala Oct 6, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,9 @@
"description": "OK"
},
"202": {
"schema": {
"type": "object"
},
"description": "Accepted"
},
"default": {
Expand Down Expand Up @@ -435,6 +438,9 @@
"description": "OK"
},
"202": {
"schema": {
"type": "object"
},
"description": "Accepted"
},
"default": {
Expand Down
Loading