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
Swagger fixes for azure-sdk-for-go
  • Loading branch information
peet-lotla committed Oct 31, 2018
commit 07a3678ddf5fa786efcfaa33410d4f82e8625dc6
Original file line number Diff line number Diff line change
@@ -1,95 +1,115 @@
{
"parameters": {
"resourceGroupName": "myResourceGroup",
"api-version": "2018-09-01-preview",
"subscriptionId": "75dd7e42-4fd1-4512-af04-83ad9864335b"
},
"responses": {
"200": {
"body": {
"value": [
{
"name": "Microsoft.Migrate/MigrateProjects/read",
"display": {
"provider": "Microsoft.Migrate",
"resource": "Microsoft.Migrate/MigrateProjects",
"operation": "Read",
"description": "Reads a migrate project"
},
"origin": "user,system"
},
{
"name": "Microsoft.Migrate/MigrateProjects/Write",
"display": {
"provider": "Microsoft.Migrate",
"resource": "Microsoft.Migrate/MigrateProjects",
"operation": "Write",
"description": "Creates or updates a migrate project"
},
"origin": "user,system"
},
{
"name": "Microsoft.Migrate/MigrateProjects/registerTool/action",
"display": {
"provider": "Microsoft.Migrate",
"resource": "Microsoft.Migrate/MigrateProjects",
"operation": "Register tool with migrate project",
"description": "Registers a tool with the migrate project"
},
"origin": "user,system"
},
{
"name": "Microsoft.Migrate/MigrateProjects/Solutions/read",
"display": {
"provider": "Microsoft.Migrate",
"resource": "Microsoft.Migrate/MigrateProjects/Solutions",
"operation": "Read",
"description": "Reads a solution"
},
"origin": "user,system"
},
{
"name": "Microsoft.Migrate/MigrateProjects/Solutions/write",
"display": {
"provider": "Microsoft.Migrate",
"resource": "Microsoft.Migrate/MigrateProjects/Solutions",
"operation": "Write",
"description": "Creates or updates a solution"
},
"origin": "user,system"
},
{
"name": "Microsoft.Migrate/MigrateProjects/Solutions/getConfig/action",
"display": {
"provider": "Microsoft.Migrate",
"resource": "Microsoft.Migrate/MigrateProjects/Solutions",
"operation": "Gets solution config",
"description": "Gets configuration of a solution"
},
"origin": "user,system"
},
{
"name": "Microsoft.Migrate/MigrateProjects/Machines/read",
"display": {
"provider": "Microsoft.Migrate",
"resource": "Microsoft.Migrate/MigrateProjects/Machines",
"operation": "Read",
"description": "Reads a machine"
},
"origin": "user,system"
},
{
"name": "Microsoft.Migrate/MigrateProjects/MigrateErrors/read",
"display": {
"provider": "Microsoft.Migrate",
"resource": "Microsoft.Migrate/MigrateProjects/MigrateErrors",
"operation": "Read",
"description": "Reads a migrate error"
},
"origin": "user,system"
}
]
{
"parameters":{
"resourceGroupName":"myResourceGroup",
"api-version":"2018-09-01-preview",
"subscriptionId":"75dd7e42-4fd1-4512-af04-83ad9864335b"
},
"responses":{
"200":{
"body":{
"value":[
{
"name":"Microsoft.Migrate/MigrateProjects/read",
"display":{
"provider":"Microsoft.Migrate",
"resource":"Microsoft.Migrate/MigrateProjects",
"operation":"Read",
"description":"Reads a migrate project"
},
"origin":"user,system"
},
{
"name":"Microsoft.Migrate/MigrateProjects/Write",
"display":{
"provider":"Microsoft.Migrate",
"resource":"Microsoft.Migrate/MigrateProjects",
"operation":"Write",
"description":"Creates or updates a migrate project"
},
"origin":"user,system"
},
{
"name":"Microsoft.Migrate/MigrateProjects/Delete",
"display":{
"provider":"Microsoft.Migrate",
"resource":"Microsoft.Migrate/MigrateProjects",
"operation":"Delete",
"description":"Deletes a migrate project"
},
"origin":"user,system"
},
{
"name":"Microsoft.Migrate/MigrateProjects/registerTool/action",
"display":{
"provider":"Microsoft.Migrate",
"resource":"Microsoft.Migrate/MigrateProjects",
"operation":"Register tool with migrate project",
"description":"Registers a tool with the migrate project"
},
"origin":"user,system"
},
{
"name":"Microsoft.Migrate/MigrateProjects/Solutions/read",
"display":{
"provider":"Microsoft.Migrate",
"resource":"Microsoft.Migrate/MigrateProjects/Solutions",
"operation":"Read",
"description":"Reads a solution"
},
"origin":"user,system"
},
{
"name":"Microsoft.Migrate/MigrateProjects/Solutions/write",
"display":{
"provider":"Microsoft.Migrate",
"resource":"Microsoft.Migrate/MigrateProjects/Solutions",
"operation":"Write",
"description":"Creates or updates a solution"
},
"origin":"user,system"
},
{
"name":"Microsoft.Migrate/MigrateProjects/Solutions/delete",
"display":{
"provider":"Microsoft.Migrate",
"resource":"Microsoft.Migrate/MigrateProjects/Solutions",
"operation":"Delete",
"description":"Deletes a solution"
},
"origin":"user,system"
},
{
"name":"Microsoft.Migrate/MigrateProjects/Solutions/getConfig/action",
"display":{
"provider":"Microsoft.Migrate",
"resource":"Microsoft.Migrate/MigrateProjects/Solutions",
"operation":"Gets solution config",
"description":"Gets configuration of a solution"
},
"origin":"user,system"
},
{
"name":"Microsoft.Migrate/MigrateProjects/Machines/read",
"display":{
"provider":"Microsoft.Migrate",
"resource":"Microsoft.Migrate/MigrateProjects/Machines",
"operation":"Read",
"description":"Reads a machine"
},
"origin":"user,system"
},
{
"name":"Microsoft.Migrate/MigrateProjects/MigrateErrors/read",
"display":{
"provider":"Microsoft.Migrate",
"resource":"Microsoft.Migrate/MigrateProjects/MigrateErrors",
"operation":"Read",
"description":"Reads a migrate error"
},
"origin":"user,system"
}
]
}
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2518,4 +2518,4 @@
}
}
}
}operat
}