Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
3c7555c
Remove requirement on subscriptionId
Mar 24, 2016
96c05a1
Need to make contents required since this is a PUT.
Mar 24, 2016
6b2d1e2
update documentation to reflect param required
Mar 24, 2016
d14dadc
undo this temp change
Mar 25, 2016
bb2178d
Change this name to be more descriptive.
Mar 25, 2016
e4a2b8c
does not need to be modeled as a string.
Mar 25, 2016
7bf762d
fix all enums to be enums.
Mar 25, 2016
b1563a5
Merge branch 'master' of https://github.com/Azure/azure-rest-api-specs
Mar 30, 2016
bd335c4
Add new API version for job
Mar 31, 2016
eafe1b0
missed version change here as well.
Mar 31, 2016
5f32e3f
Merge branch 'master' of https://github.com/Azure/azure-rest-api-specs
Apr 1, 2016
be8b7bf
temp commit to remove the required flag
Apr 1, 2016
7074192
Revert "temp commit to remove the required flag"
Apr 1, 2016
e121987
Add missing enum value
Apr 6, 2016
ed32520
Missed one.
Apr 6, 2016
799fedf
Add in new functionality
Apr 6, 2016
e99b99a
Work around for issue: 903
Apr 8, 2016
4cc7648
Merge branch 'master' of https://github.com/Azure/azure-rest-api-specs
Apr 11, 2016
1026b14
Merge branch 'master' of https://github.com/Azure/azure-rest-api-specs
Apr 12, 2016
c985596
Merge branch 'master' of https://github.com/Azure/azure-rest-api-specs
Apr 13, 2016
cabf298
Merge branch 'master' of https://github.com/Azure/azure-rest-api-specs
Apr 14, 2016
3086b7c
Merge branch 'master' of https://github.com/Azure/azure-rest-api-specs
Apr 19, 2016
04f0052
addressed comments from Amar.
Apr 20, 2016
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
fix all enums to be enums.
  • Loading branch information
begoldsm committed Mar 25, 2016
commit 7bf762d49d3dc77a5b338184bcabfd1ae76f1ed4
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@
],
"x-ms-enum": {
"name": "CompileMode",
"modelAsString": true
"modelAsString": false
}
}
}
Expand Down Expand Up @@ -768,7 +768,7 @@
],
"x-ms-enum": {
"name": "SeverityTypes",
"modelAsString": true
"modelAsString": false
}
},
"source": {
Expand Down Expand Up @@ -803,7 +803,7 @@
],
"x-ms-enum": {
"name": "SeverityTypes",
"modelAsString": true
"modelAsString": false
}
},
"details": {
Expand Down