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

add canFetchContext parameter to individual get request #17708

Merged
merged 28 commits into from
Mar 14, 2022
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
383e194
set default tag to package-2021-03-only
vutran01 Aug 5, 2021
cda75ed
new default tag and add only workbooks to release
vutran01 Aug 5, 2021
d6ee333
update package tag with same RP as last package
vutran01 Aug 12, 2021
2df0d3a
update tag name
vutran01 Aug 12, 2021
3dc8341
Update readme.python.md
msyyc Aug 12, 2021
d2009a7
change definition name
vutran01 Aug 24, 2021
c6a8aa1
Merge branch 'master' of https://github.com/vutran01/azure-rest-api-s…
vutran01 Aug 24, 2021
488f0d6
remove operations
vutran01 Aug 24, 2021
d94f8a3
fix missingtypeobject in workbooks
vutran01 Aug 27, 2021
4775f65
fix up model validation errors
vutran01 Sep 2, 2021
4de0d10
Merge remote-tracking branch 'upstream/master'
vutran01 Sep 20, 2021
b822b7b
Merge remote-tracking branch 'upstream/main'
vutran01 Sep 30, 2021
cc115ff
merge from upstream/main
vutran01 Feb 7, 2022
4234175
setup initial repo
vutran01 Feb 8, 2022
8dbc4aa
add missing canfetchcontent
vutran01 Feb 8, 2022
1be54c8
change kind to only support shared
vutran01 Feb 8, 2022
56d76b2
name needs to be different
vutran01 Feb 8, 2022
17e3fa9
fix invalide format examples
vutran01 Feb 10, 2022
bdbfa72
enum should not change till a new apiversion
vutran01 Feb 14, 2022
2ad2bc2
make new param last
vutran01 Feb 14, 2022
2ca36ec
change name back to kind
vutran01 Feb 17, 2022
abcfd7d
fix up descriptions and examples
vutran01 Feb 24, 2022
ec1affb
fix up examples
vutran01 Feb 24, 2022
258682a
ran prettier
vutran01 Mar 2, 2022
d536d3b
update description to remove appinsights
vutran01 Mar 8, 2022
bde9775
restore back text
vutran01 Mar 9, 2022
8d4a815
restore description
vutran01 Mar 9, 2022
dbfc99e
restore
vutran01 Mar 9, 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
change definition name
  • Loading branch information
vutran01 committed Aug 24, 2021
commit d2009a73f20cd2d81fc296cf5fe4afc398f856b0
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@
}
},
"definitions": {
"Resource": {
"WorkbooksResource": {
"properties": {
"identity": {
"description": "Identity used for BYOS",
Expand Down Expand Up @@ -491,7 +491,7 @@
"description": "An Application Insights workbook definition.",
"allOf": [
{
"$ref": "#/definitions/Resource"
"$ref": "#/definitions/WorkbooksResource"
}
],
"properties": {
Expand Down