-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Swagger closure for Azure Migration Hub #4481
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
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 1244a35
Adding Operation_List.json to examples
peet-lotla b7bb635
adding operation result definitions to migrate.json
peet-lotla eb38afe
Update specification/migrateprojects/resource-manager/Microsoft.Migra…
peet-lotla ae58786
Update specification/migrateprojects/resource-manager/readme.md
peet-lotla 883fa55
Update specification/migrateprojects/resource-manager/Microsoft.Migra…
peet-lotla 002f6df
Update specification/migrateprojects/resource-manager/Microsoft.Migra…
peet-lotla 7c87c69
Proving x-ms-exmaples for response/request payloads for operations.
peet-lotla 0c80987
Fixing schema validation for azure-sdk-for-go.
peet-lotla 3b7b463
Fixing schema validation for azure-sdk-for-go.
peet-lotla 1faf797
Added missing patch and delete operations per the feedback.
peet-lotla 07a3678
Swagger fixes for azure-sdk-for-go
peet-lotla f4b032d
Swagger fixes for azure-sdk-for-go
peet-lotla 251876f
Swagger fixes for azure-sdk-for-go
peet-lotla 70edfe5
Fixing schema validation for azure-sdk-for-go.
peet-lotla 461c921
Adding delete method for migrate errors.
peet-lotla 7ca6abc
Updates as per ARM review.
peet-lotla 772d61f
Updates as per ARM feedback.
peet-lotla c19dd1f
Updates as per ARM feedback.
peet-lotla d8a1127
Updates as per ARM feedback.
peet-lotla 313f1ce
Making changes to existing PR for AMH
peet-lotla 392c49b
Fixnig the semantic errors
peet-lotla 7dbe4d7
Fixnig the semantic errors
peet-lotla 98ea894
Fixing semantic errors
peet-lotla 8f13421
Fixing semantic errors
peet-lotla b35b7c6
Fixing semantic errors
peet-lotla 7fe6cb0
Fixing semantic errors
peet-lotla f6827f5
Fixing semantic errors
peet-lotla 05dc112
Fixing SDK errors
peet-lotla a43ead5
Fixing SDK errors
peet-lotla df0abb0
Changing the resource names to camel case as per ARM review
peet-lotla 92d148d
Changing the resource names to camel case as per ARM review
peet-lotla a683481
Changing the resource names to camel case as per ARM review
peet-lotla c89e680
Fix model validation errors
peet-lotla 194da23
Modifying the team email address
peet-lotla File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Adding Operation_List.json to examples
- Loading branch information
commit 1244a355df0fc8d432edc5e4b2fb6f366ef2045e
There are no files selected for viewing
95 changes: 95 additions & 0 deletions
95
...source-manager/Microsoft.Migrate/preview/2018-09-01-preview/examples/Operations_List.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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" | ||
| } | ||
| ] | ||
| } | ||
| } | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please also create a readme.typescript.md file. You can find several other packages in this repository that have readme.typescript.md files that you can copy and modify slightly to get the results you need.