Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
6b1ced7
Swagger coverage for Azure Migrate Hub operations
peet-lotla Oct 25, 2018
1244a35
Adding Operation_List.json to examples
peet-lotla Oct 26, 2018
b7bb635
adding operation result definitions to migrate.json
peet-lotla Oct 29, 2018
eb38afe
Update specification/migrateprojects/resource-manager/Microsoft.Migra…
peet-lotla Oct 29, 2018
ae58786
Update specification/migrateprojects/resource-manager/readme.md
peet-lotla Oct 29, 2018
883fa55
Update specification/migrateprojects/resource-manager/Microsoft.Migra…
peet-lotla Oct 29, 2018
002f6df
Update specification/migrateprojects/resource-manager/Microsoft.Migra…
peet-lotla Oct 29, 2018
7c87c69
Proving x-ms-exmaples for response/request payloads for operations.
peet-lotla Oct 30, 2018
0c80987
Fixing schema validation for azure-sdk-for-go.
peet-lotla Oct 30, 2018
3b7b463
Fixing schema validation for azure-sdk-for-go.
peet-lotla Oct 30, 2018
1faf797
Added missing patch and delete operations per the feedback.
peet-lotla Oct 31, 2018
07a3678
Swagger fixes for azure-sdk-for-go
peet-lotla Oct 31, 2018
f4b032d
Swagger fixes for azure-sdk-for-go
peet-lotla Oct 31, 2018
251876f
Swagger fixes for azure-sdk-for-go
peet-lotla Oct 31, 2018
70edfe5
Fixing schema validation for azure-sdk-for-go.
peet-lotla Oct 31, 2018
461c921
Adding delete method for migrate errors.
peet-lotla Nov 1, 2018
7ca6abc
Updates as per ARM review.
peet-lotla Nov 12, 2018
772d61f
Updates as per ARM feedback.
peet-lotla Nov 14, 2018
c19dd1f
Updates as per ARM feedback.
peet-lotla Nov 15, 2018
d8a1127
Updates as per ARM feedback.
peet-lotla Nov 15, 2018
313f1ce
Making changes to existing PR for AMH
peet-lotla May 27, 2019
392c49b
Fixnig the semantic errors
peet-lotla May 28, 2019
7dbe4d7
Fixnig the semantic errors
peet-lotla May 28, 2019
98ea894
Fixing semantic errors
peet-lotla May 28, 2019
8f13421
Fixing semantic errors
peet-lotla May 28, 2019
b35b7c6
Fixing semantic errors
peet-lotla May 28, 2019
7fe6cb0
Fixing semantic errors
peet-lotla May 28, 2019
f6827f5
Fixing semantic errors
peet-lotla May 28, 2019
05dc112
Fixing SDK errors
peet-lotla May 29, 2019
a43ead5
Fixing SDK errors
peet-lotla May 29, 2019
df0abb0
Changing the resource names to camel case as per ARM review
peet-lotla Jun 18, 2019
92d148d
Changing the resource names to camel case as per ARM review
peet-lotla Jun 18, 2019
a683481
Changing the resource names to camel case as per ARM review
peet-lotla Jun 18, 2019
c89e680
Fix model validation errors
peet-lotla Jun 18, 2019
194da23
Modifying the team email address
peet-lotla Jun 21, 2019
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
Updates as per ARM feedback.
  • Loading branch information
peet-lotla committed Nov 15, 2018
commit d8a1127dff4bb3e8788bee53281440f9647df527
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
},
"eventName":{
"name":"eventName",
"description":"Unique name of an error within a migrate project.",
"description":"Unique name of an event within a migrate project.",
"type":"string",
"in":"path",
"x-ms-parameter-location":"method",
Expand Down Expand Up @@ -118,7 +118,7 @@
"Events"
],
"summary":"Gets a list of events in the migrate project.",
"operationId":"Errors_EnumerateEvents",
"operationId":"Events_EnumerateEvents",
"parameters":[
{
"$ref":"#/parameters/subscriptionId"
Expand Down Expand Up @@ -860,7 +860,7 @@
}
},
"EventCollection":{
"description":"Collection of errors.",
"description":"Collection of events.",
"type":"object",
"properties":{
"value":{
Expand Down Expand Up @@ -900,7 +900,7 @@
}
},
"EventProperties":{
"description":"Properties of the error resource.",
"description":"Properties of the event resource.",
"type":"object",
"properties":{
"errorCode":{
Expand All @@ -912,19 +912,19 @@
"type":"string"
},
"recommendation":{
"description":"Gets or sets the recommendation for the error.",
"description":"Gets or sets the recommendation for the event.",
"type":"string"
},
"possibleCauses":{
"description":"Gets or sets the possible causes for the error.",
"description":"Gets or sets the possible causes for the event.",
"type":"string"
},
"solution":{
"description":"Gets or sets the solution for which the error is being reported.",
"description":"Gets or sets the solution for which the event is being reported.",
"type":"string"
},
"machine":{
"description":"Gets or sets the machine for which the error is being reported.",
"description":"Gets or sets the machine for which the event is being reported.",
"type":"string"
}
}
Expand Down