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/prjayasw/agrifoodrp #20363

Merged
merged 30 commits into from
Nov 14, 2022
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
78f326f
Adds base for updating Microsoft.AgFoodPlatform from version preview/…
prabhavgupta Dec 7, 2021
f416f46
Adds base for updating Microsoft.AgFoodPlatform from version preview/…
prabhavgupta Dec 7, 2021
5e6ea40
Updates readme
prabhavgupta Dec 7, 2021
cffd3d3
Updates API version in new specs and examples
prabhavgupta Dec 7, 2021
4f10511
Private endpoint changes
prabgupta Dec 8, 2021
0a044cd
updated examples
prabgupta Dec 8, 2021
30227cb
updated db update example
prabgupta Dec 8, 2021
9cdda48
build fixes
prabgupta Dec 12, 2021
09bec1d
changed common-types version
prabgupta Jan 3, 2022
d2c525a
pr comments
prabgupta Jan 6, 2022
27d904a
minor update
prabgupta Jan 6, 2022
d2e0ada
Removed 202 response code from Put call
prabgupta Jan 12, 2022
73ee188
update examples
prabgupta Jan 13, 2022
8a8576a
prettier fix
prabgupta Jan 13, 2022
11213cb
enum example fix
prabgupta Jan 13, 2022
a81e6ed
Incremental change of sensor feature
priyankajayaswal1 Jan 20, 2022
164a017
Adding support for operationResults api for farmbeats resource.
priyankajayaswal1 Feb 7, 2022
daca40f
Making cosmetic changes to fix checks
priyankajayaswal1 Aug 16, 2022
4770802
Update readme.python.md
msyyc Aug 17, 2022
bde69a6
Fixing one change
priyankajayaswal1 Aug 19, 2022
d5368e1
Merge branch 'users/prjayasw/agrifoodrp' of https://github.com/priyan…
priyankajayaswal1 Aug 19, 2022
a151a44
Rsolving comments
priyankajayaswal1 Aug 19, 2022
cc504a0
Updating Extension Create api and removing extension update api
JatinKhatri03 Aug 24, 2022
fc9c850
Merge branch 'main' into users/prjayasw/agrifoodrp
JatinKhatri03 Aug 25, 2022
4243437
Removing ApiProperties from required list and adding Extension_Create…
JatinKhatri03 Sep 1, 2022
6c6b2f7
Adding examples/Extensions_Delete.json and removing examples/Extensio…
JatinKhatri03 Sep 29, 2022
9fe6755
Fixing a small typo
JatinKhatri03 Sep 29, 2022
b684abc
Fixing failing checks
JatinKhatri03 Oct 3, 2022
ca92665
Fixing example for extension create or update
JatinKhatri03 Oct 3, 2022
64123ad
Fixing prettier error
JatinKhatri03 Oct 3, 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
Prev Previous commit
Next Next commit
pr comments
  • Loading branch information
prabgupta authored and priyankajayaswal1 committed Aug 15, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit d2c525a1b0af1d1c12927e17cac843b71e1b8b0a
Original file line number Diff line number Diff line change
@@ -557,10 +557,7 @@
}
},
"202": {
"description": "Success",
"schema": {
"$ref": "#/definitions/FarmBeats"
}
"description": "accepted"
},
"default": {
"description": "Error",
@@ -886,14 +883,7 @@
}
},
"202": {
"description": "Success"
},
"400": {
"description": "Bad Request",
"schema": {
"$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse"
},
"x-ms-error-response": true
"description": "accepted"
},
"default": {
"description": "Error",
@@ -1004,7 +994,7 @@
"description": "Success"
},
"202": {
"description": "Success"
"description": "accepted"
},
"204": {
"description": "Success"
@@ -1071,7 +1061,7 @@
}
},
"x-ms-pageable": {
"nextLinkName": null
"nextLinkName": "nextLink"
}
}
},
@@ -1119,7 +1109,7 @@
}
},
"x-ms-pageable": {
"nextLinkName": null
"nextLinkName": "nextLink"
}
}
},