-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New functionality for DSC Extension - Publish-AzureVMDscConfiguration cmdlet #689
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 all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
a38461a
Publish new functionality initial changes
eshaparmar 7917a32
Added -SkipDependencyDetection, AdditionalContent and configdata func…
eshaparmar 24d9c4d
Fixed help file for Publish cmdlet
eshaparmar c0d6d80
Fixed help file for publish ASM cmdlet
eshaparmar 1a66005
Moved DSC common tests for ASM and ARM to the commands.comman project
eshaparmar f0d10d4
Removed commands.servicemanagement.extensions.test project and moved …
eshaparmar b96a4fd
Removed not needed resource files.
eshaparmar 3238fdb
Code review comments
eshaparmar 8caaa7c
Adding passthru for ASM
eshaparmar 4be2546
Change the default value for PassThru to true
eshaparmar c95ecc3
Improved help for ARM cmdlets
eshaparmar be7e2da
Add dscmetadata.json only when config data,modules or additional cont…
eshaparmar 31c625f
Improve help for arm cmdlets
eshaparmar a4aa3a2
Merge branch 'dev' into publish-newfunctionality
eshaparmar 5cf31f2
Merge branch 'publish-newfunctionality' into dev
eshaparmar 1a0c17b
Merge branch 'dev' of https://github.com/Azure/azure-powershell into dev
eshaparmar 40d7170
Merge from dev
eshaparmar c81f773
Temporarily skipping DscExtensionConfigurationParsingHelperTests test…
eshaparmar e5a1ce7
version update and changelog
yugangw-msft 6ef5a19
Merge pull request #687 from yugangw-msft/version
yugangw-msft 4f2c49b
fix bad solution file
yugangw-msft 9de71a0
ENabled skipped test and removed service management extensions test e…
eshaparmar 572eed1
Merge pull request #688 from yugangw-msft/sr
yugangw-msft 2bf339a
Merge branch 'azure_release-0.9.6' into dsc_release-0.9.7
eshaparmar e270772
Disabling DscExtensionConfigurationParsingHelperTests.cs temporarily.
eshaparmar 0ec3e63
Merge branch 'dev' of https://github.com/Azure/azure-powershell into …
eshaparmar 8552b1c
Replacing "v0.9.5" to "v0.9.6"
eshaparmar 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
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.
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.
i assume removing this is expected, right
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.
Yes.