Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
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
Fixing schema validation for azure-sdk-for-go.
  • Loading branch information
peet-lotla committed Oct 30, 2018
commit 3b7b4635f321410ab98d5db5cd0e258013ef7eb1
Original file line number Diff line number Diff line change
Expand Up @@ -39,29 +39,29 @@
}
}
}
}
},
"201":{
"body":{
"id":"/subscriptions/75dd7e42-4fd1-4512-af04-83ad9864335b/resourceGroups/myResourceGroup/providers/Microsoft.Migrate/MigrateProjects/project01/Solutions/smssolution",
"name":"smssolution",
"type":"Microsoft.Migrate/MigrateProjects/Solutions",
"properties":{
"tool":"SMS",
"purpose":"migration",
"goal":"servers",
"isInactive":false,
"summary":{
"discoveredCount":0,
"assessedCount":0,
"replicatingCount":0,
"migratedCount":0
},
"details":{
"groupCount":0,
"assessmentCount":0,
"extendedDetails":{
},
"201":{
"body":{
"id":"/subscriptions/75dd7e42-4fd1-4512-af04-83ad9864335b/resourceGroups/myResourceGroup/providers/Microsoft.Migrate/MigrateProjects/project01/Solutions/smssolution",
"name":"smssolution",
"type":"Microsoft.Migrate/MigrateProjects/Solutions",
"properties":{
"tool":"SMS",
"purpose":"migration",
"goal":"servers",
"isInactive":false,
"summary":{
"discoveredCount":0,
"assessedCount":0,
"replicatingCount":0,
"migratedCount":0
},
"details":{
"groupCount":0,
"assessmentCount":0,
"extendedDetails":{

}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,12 @@
"schema":{
"$ref":"#/definitions/Solution"
}
},
"201":{
"description":"Created",
"schema":{
"$ref":"#/definitions/Solution"
}
}
},
"deprecated":false,
Expand Down