Skip to content

Adding Analysis Service Dataplane module to AzureRm rollup module #3382

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 3 commits into from
Jan 12, 2017

Conversation

shahabhijeet
Copy link
Contributor

No description provided.

@shahabhijeet
Copy link
Contributor Author

@azuresdkci add to whitelist

@@ -54,6 +54,7 @@ CLRVersion = '4.0'
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; RequiredVersion = '2.4.0'; },
@{ModuleName = 'Azure.Storage'; RequiredVersion = '2.4.0'; },
@{ModuleName = 'AzureRM.AnalysisServices'; RequiredVersion = '0.0.2'},
@{ModuleName = 'Azure.AnalysisServices'; RequiredVersion = '0.0.1'},
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@shahabhijeet can you fix the indentation for this?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@@ -61,6 +61,8 @@ function Get-TargetModules
$targets += $module.FullName
}
}
$targets += "$resourceManagerRootFolder\Azure.AnalysisServices"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@shahabhijeet same comment about indentation

@markcowl
Copy link
Member

LGTM once the indentation is fixed.

Removing extra tab that resulted in misalignment
@shahabhijeet
Copy link
Contributor Author

@markcowl @cormacpayne it was odd that, the local file that I had do not show these misalignments. So I had to edit the file on GitHub to fix these alignment issues.

@shahabhijeet shahabhijeet merged commit a8fe81f into Azure:dev Jan 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants