forked from Azure/azure-powershell
-
Notifications
You must be signed in to change notification settings - Fork 0
Syncing #2
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
Syncing #2
Conversation
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
* Update azure.core to 1.4.1 * Update CustomAssemblyResolver * update change log * Update PreloadAssemblyInfo.json
#12703) * Add breaking change attribute for subscriptionId parameter in Get-AzResourceGroupDeploymentOperation * Update ChangeLog.md Put the changelog item on the top. Co-authored-by: Jin Lei <[email protected]>
* Move from generation branch. * Move from generation branch. * Move from generation branch. Co-authored-by: wyunchi-ms <[email protected]>
* Move from generation branch. * Move from generation branch. * Move from generation branch. Co-authored-by: wyunchi-ms <[email protected]>
* Fix typo in New-AzConfigurationAssignment.md * Update ChangeLog.md Co-authored-by: Jin Lei <[email protected]>
* Support build/publish one module via TargetModule property * Suppress warning CS2008 * Add dummy cs file to walkaroud CS2008 * Add proj authenticators to ignored list * update according to review feedback
check is due to time out. merge it with admin privilege
- Add new examples to the following modules: Security
Co-authored-by: Yeming Liu <[email protected]>
Co-authored-by: wyunchi-ms <[email protected]>
…cmdlets (#12616) * add support for pipeline * add support for linked service * add support for trigger * fix new notebook endpoint * fix csproj * add support for IR * create or update notebook by definition file * fix using package * delete start/stop IR cmdlet * mark executors as required * new/set notebook by .ipynb file * add support for Import/Export notebook * fix HelpMessage * fix CmdletsToExport * modify import/export notebook cmdlets * resolve LRO * use setProperties * update PSNotebook * delete IR * delete IR * add help doc and changelog * update help doc * update remove cmdlets * update help doc * update help doc * update output in table format * update output type * support extension parameters * fix help docs * fix for static analysis * use release package * change invoke pipeline output * Revert "delete IR" This reverts commit 51a98ed5845dd0f99005927c4981c9b0bd7bc59d. * Revert "delete IR" This reverts commit ad3fed743322596a7105c57b6bcaf9becec0df90. * rebase master * update artifacts package version * reorganize changelog to prevent merging issue Co-authored-by: Wan Yang <[email protected]> Co-authored-by: Yeming Liu <[email protected]>
…2753) * Show "NotPolice" legal terms for Face. * Update changelog * Add "CognitiveServices" too
- Add new examples to the following modules: AlertsManagement Co-authored-by: Maoliang Huang <[email protected]>
Corrected command error. Get-Remove-AzManagementGroup -GroupName "TestGroup" | Remove-AzManagementGroup with Get-AzManagementGroup -GroupName "TestGroup" | Remove-AzManagementGroup
add network into this dictionary so scenario tests ignore each time network API upgrade.
* checking in changes * Adding test recording with new param * help.md file * added new AssignedHostGroup field in the objects * updated changelog * added test change * Fxing test * updated tests to hit canary region * adding the new parameter * adding the actual subresource connected to the cmdlet parameter * added dedicatedhostgroup strategy and overload getSubResourceReference for hostgroup in subresourcestrategy method * added tests for new parameter in vmss * New-AzVm cmdlet dev and test work (#12595) * Update NewAzureVMCommand.cs * Update VirtualMachineStrategy.cs * Update PSVirtualMachine.cs * Update VirtualMachineTests.cs * Update VirtualMachineTests.ps1 * Update ChangeLog.md * Update VirtualMachineTests.ps1 * Update NewAzureVMCommand.cs * Update VirtualMachineTests.ps1 * New-AzVm hostgroupId help doc update * Update VirtualMachineStrategy.cs * recorded test file for New-AzVm * added call to new-azvm with hostgroup id for the test * fixing testdedicatedhost * New-AzVmss.md help doc * added test for get-azvm -status returning AssignedHost * added help description for the HostGroupId property for New-AzVmss * adding test + recording for new-azvmss .. -HostGroupId * added the domain name label so the tests could pass in playback mode * dedicated host changes for vmss * added DomainNameLabel added DomainNameLabel to Test-HostGroupPropertySetOnVirtualMachine test to ensure it passes in Playback. * Revert "dedicated host changes for vmss" This reverts commit fc103bd. * bringing back changes after revert * added new AssignedHostGroup field in the objects * updated changelog * added test change * updated tests to hit canary region * checking in changes * Adding test recording with new param * help.md file * adding the new parameter * adding the actual subresource connected to the cmdlet parameter * added dedicatedhostgroup strategy and overload getSubResourceReference for hostgroup in subresourcestrategy method * added tests for new parameter in vmss * New-AzVm cmdlet dev and test work (#12595) * Update NewAzureVMCommand.cs * Update VirtualMachineStrategy.cs * Update PSVirtualMachine.cs * Update VirtualMachineTests.cs * Update VirtualMachineTests.ps1 * Update ChangeLog.md * Update VirtualMachineTests.ps1 * Update NewAzureVMCommand.cs * Update VirtualMachineTests.ps1 * New-AzVm hostgroupId help doc update * Update VirtualMachineStrategy.cs * added call to new-azvm with hostgroup id for the test * recorded test file for New-AzVm * added test for get-azvm -status returning AssignedHost * added help description for the HostGroupId property for New-AzVmss * Fxing test * fixing testdedicatedhost * New-AzVmss.md help doc * adding test + recording for new-azvmss .. -HostGroupId * dedicated host changes for vmss * added the domain name label so the tests could pass in playback mode * Revert "dedicated host changes for vmss" This reverts commit fc103bd. * bringing back changes after revert * added DomainNameLabel added DomainNameLabel to Test-HostGroupPropertySetOnVirtualMachine test to ensure it passes in Playback. * added vmss tests and new recordings for the test * better print for get-azhostgroup -instanceview * Update ChangeLog.md Adding changelog for New-AzVmss (7745035), Get-AzVmss's returned instance view object, SupportAutomaticPlacement to New-AzHostGroup * Adding ValueFromPipelineByPropertyName Adding it for consistency with HostGroupId in New-AzVM * Making the HostGroupId accept pipeline input * test dedicatedhost rerecorded * Update DedicatedHostTests.ps1 * Removing plain text password * fixing cred scan and psvmssinstanceview * Updated help * Update ChangeLog.md * Update ChangeLog.md Co-authored-by: Yeming Liu <[email protected]> Co-authored-by: N'Godjigui Junior Diarrassouba <[email protected]> Co-authored-by: Adam Sandor <[email protected]> Co-authored-by: Theodore Chang <[email protected]>
* Update help message for DnsName; add an example * Format
* fix for EncryptionAtHost * removing default value for encryptionathost for new-azvm * Adding test for null * fixing test * Adding recorderd test to check for null value when encryptionathost is not part of cmdlet * adding to changelog * Updated Changelog
…zAttestationPolicy cmdlet (#12789) * Added example for Reset_AzAttestationPolicy for the isolated trust model * Update ChangeLog.md Remove changelog.md since the PR only contains document update so that we don't need a new release for document update only. Co-authored-by: Jin Lei <[email protected]>
…12780) * Fix serialization for secure strings in parameters * Show "Ignore" resource changes last * Update change log * Add notes
* adding next version * added VmHealth field in PSVirtualMachineINstanceView * added tests * added changelog * fixed diff in case for VMHealth property * refactored tests and added recording * Removing unnecessary line * Update Compute (Track 1) sdk reference in RecoveryServices.Backup.Test.csproj * Update RecoveryServices.SiteRecovery.Test.csproj * Update SqlVirtualMachine.Test.csproj * Update Network.Test.csproj * Removing password for credential check success * Adding a better description to the test * Improved changelog message * Removing unnecesary if statement * adding missing comma * Making vmHealth VMHealth
* Fix array serialization issue and add tests * Make test more robust * Update change log
- Add new examples to the following modules: DataLakeStore
Co-authored-by: Ivan Liu <[email protected]>
* [Storage] Support Point in Time Restore * [Storage] Add breaking change warning for remove LastEnabledTime * fix CI failure * Update change log per review comment
…coveryServicesVault cmdlet (#12783) * Adding data source move feature - Copy-AzRecoveryServicesVault cmdlet * help text fix * resolving PR issues * reverting ASR changes * resolving comments
…cert command (#12794) * code changes * added tests * change log * add client for private dns
…tance cmdlet (#12802) * Adding new BackupStorageRedundancy parameter * Test recordings added, and help file regenerated * Skipping one test due to very long setup time > 15h * Adding cred scan suppression * Adding 4 more test recordings * Removing PSArgumentCompleter * Changing customer vissible values for backup storage redundancy * Fixing comment * Fixing help file Co-authored-by: Perica Trajkov <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Checklist
CONTRIBUTING.md
ChangeLog.md
file(s) has been updated:ChangeLog.md
file can be found atsrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
## Upcoming Release
header -- no new version header should be added