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
Adding Operation_List.json to examples
  • Loading branch information
peet-lotla committed Oct 29, 2018
commit 1244a355df0fc8d432edc5e4b2fb6f366ef2045e
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
{
"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"
}
]
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Please also specify `--node-sdks-folder=<path to root folder of your azure-sdk-f
``` yaml $(nodejs)
nodejs:
azure-arm: true
package-name: azure-arm-migrate
package-name: azure-arm-migrateprojects
package-version: 1.0.0-preview
output-folder: $(node-sdks-folder)/lib/services/migrateprojects
output-folder: $(node-sdks-folder)/lib/services/migrateprojectsManagement
generate-license-txt: true
generate-package-json: true
generate-readme-md: true
Expand Down