-
Notifications
You must be signed in to change notification settings - Fork 80
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
Support Azure Migrate Assessment Project (s) #426
Conversation
Signed-off-by: Sathish <sbabu@progress.com>
Signed-off-by: Sathish <sbabu@progress.com>
Signed-off-by: Sathish <sbabu@progress.com>
Signed-off-by: Sathish <sbabu@progress.com>
…azure-migrate-projects
Signed-off-by: Sathish <sbabu@progress.com>
Signed-off-by: Sathish <sbabu@progress.com>
Signed-off-by: Deepa Kumaraswamy <dkumaras@progress.com>
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.
Feedback for @dkumaras
|
||
# azure_migrate_assessment_project | ||
|
||
Use the `azure_migrate_assessment_project` InSpec audit resource to test the properties related to an Azure Migrate Assessment Project. |
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.
Assessment project should be lowercase.
`name` and `resource_group` are required parameters. | ||
|
||
```ruby | ||
describe azure_migrate_assessment_project(resource_group: 'MIGRATED_VMS', name: 'ZONEA_MIGRATE_ASSESSMENT_PROJECT') do |
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.
These should be more generic:
resource_group: 'RESOURCE_GROUP', name: 'ASSESSMENT_PROJECT_NAME'
Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
@dkumaras , Could you please amend your signature to your commits that is causing the DCO to fail ? |
…ure-migrate-projects
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Description
Support Azure Migrate Assessment Project (s)
Issues Resolved
Check List
rake lint
passes