Skip to content

Conversation

@wonner
Copy link
Owner

@wonner wonner commented Jun 28, 2020

Description

Checklist

  • I have read the Submitting Changes section of CONTRIBUTING.md
  • The title of the PR is clear and informative
  • The appropriate ChangeLog.md file(s) has been updated:
    • For any service, the ChangeLog.md file can be found at src/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
    • A snippet outlining the change(s) made in the PR should be written under the ## Upcoming Release header -- no new version header should be added
  • The PR does not introduce breaking changes
  • If applicable, the changes made in the PR have proper test coverage
  • For public API changes to cmdlets:
    • a cmdlet design review was approved for the changes in this repository (Microsoft internal only)
    • the markdown help files have been regenerated using the commands listed here

erich-wang and others added 30 commits June 17, 2020 21:12
* Switch to SDK use in ResourceGroup Deployments cmdlets

* Include review fixes

* Changed help file to reflect new output type
…sign linked IoT Hubs when chosisng Custom allocation policy (#12212)

* Send D2C message

* Fix #12154

* Add IotHub reference

* Update ChangeLog.md

Co-authored-by: Yabo Hu <[email protected]>
* Initial commit without tests

* with tests

* Recorde Session for Tests and rever csproj files

* Added help md file

* Bump the version

* Update ChangeLog.md

Co-authored-by: Milan Brkic <[email protected]>
Co-authored-by: Yabo Hu <[email protected]>
* Example was missing Update-AzVM cmdlet

When running the example, the diagnostics settings were not applied to the VM, only to the variable stored in the Powershell windows at that moment. No real update was done on the VM.
For the diagnostics to be applied, the cmdlet Update-AzVM still needs to be executed

* Update Set-AzVMBootDiagnostic.md

* Update Set-AzVMBootDiagnostic.md

Co-authored-by: Yabo Hu <[email protected]>
release-2020-06-23
…ice Plan not found error (#12193)

* Git #11895 and #5983

* Fix for #12015- Set-AzWebAppSlot incorrectly formats serverFarmId causing Service Plan not found error

* Updated ChangeLog.md

* Fix for #12015- Set-AzWebAppSlot incorrectly formats serverFarmId causing Service Plan not found error
* Switch to SDK use in ResourceGroup Deployments cmdlets

* Include review fixes

* Changed help file to reflect new output type
…sign linked IoT Hubs when chosisng Custom allocation policy (#12212)

* Send D2C message

* Fix #12154

* Add IotHub reference

* Update ChangeLog.md

Co-authored-by: Yabo Hu <[email protected]>
* Initial commit without tests

* with tests

* Recorde Session for Tests and rever csproj files

* Added help md file

* Bump the version

* Update ChangeLog.md

Co-authored-by: Milan Brkic <[email protected]>
Co-authored-by: Yabo Hu <[email protected]>
* Example was missing Update-AzVM cmdlet

When running the example, the diagnostics settings were not applied to the VM, only to the variable stored in the Powershell windows at that moment. No real update was done on the VM.
For the diagnostics to be applied, the cmdlet Update-AzVM still needs to be executed

* Update Set-AzVMBootDiagnostic.md

* Update Set-AzVMBootDiagnostic.md

Co-authored-by: Yabo Hu <[email protected]>
When trying the example with the "-Force" parameter, the cmdlet doesn't remove the assignment from a resource group. When running the same cmdlet without "-Force" than the assignment is removed. Maybe "-Confirm" was actually intended in the example?
* Introducing SecurityTopologies cmdlets

* Update ChangeLog.md

* Update ChangeLog.md

* Change cmdlet name to Get-AzSecurityTopology

* remove AllowedConnections

* change name

* fix conflict

* Update ChangeLog.md

Co-authored-by: Arik Riklin <[email protected]>
Co-authored-by: Yabo Hu <[email protected]>
* Fix typos in traffic routing example 1

* Update Add-AzWebAppTrafficRouting.md

* Update Add-AzWebAppTrafficRouting.md

Co-authored-by: Yabo Hu <[email protected]>
* Update ChangeLog.md

* Update ChangeLog.md
* doc update adding example

* doc update adding example

* reverting version changes

Co-authored-by: Bhavin Shah <[email protected]>
* Private link Change  + SSS Recording

* SyncGroup tests

* CloudEndpoint Recording

* Serverendpoint and RegisterServer, MgmtInterop changes

* set storagesyncservice

* Update TestController.cs

* Update Az.StorageSync.psd1
…lInstanceActiveDirectoryAdministrator cmdlet (#12197)

* Allow Azure Active Directory applications to be set as SQL Server Azure Active Directory admin.

* Remove IsAzureADOnlyAuthenticaion option from SetAzureSqlServerActiveDirectoryAdministrator command. We will be adding a new API to enable this option.

* Update ChangeLog.md

* Add Static analysis exception to exceptions file.

* add support for service principal for set aad admin.

* Added support for Service principal and guest users in Set-AzSqlInstanceActiveDirectoryAdministrator cmdlet

* Update ChangeLog.md

* Update ChangeLog.md

* Update ChangeLog.md

* Fix typo in variable name

* Merge with released file.

* Marking MI AAD Admin test as needing re-recording.
After trying multiple times to re-record it, I had no luck.

Co-authored-by: Amol Agarwal <[email protected]>
Co-authored-by: Yabo Hu <[email protected]>
…ite resources. (#12213)

* Created Model Classes for NVA powershell object.

* Added *-NetworkVirtualAppliance commands.

* Added *-NVASite commands and export commands.

* Added tests for NVA CRUD operations.

The tests for NVA Site CRUD operations is in skipped state.
Reason for this is a bug in the Nfv-RP which fails the
New-AzVirtualApplianceSite command. The fix is underway and
Nfv-RP team will record the tests and push it in a separate change.

* Added help files for the new 11 Cmdlets.

* Added entry in the Changelog

* Bug fix for null NVA Id.

* Added online version to help files.

* Replace real guids with 0000.. in examples.

* Add default resource paramsets, rename plural cmds

* Supress static analysis errors.

Co-authored-by: Neel Bhavsar <[email protected]>
Co-authored-by: Yabo Hu <[email protected]>
* update reference to common

* upgrade reference in generic provider
* Update powershell-core.yml

* Change test framework

* Update powershell-core.yml

* Update Az.Test.props

* Update windows-powershell.yml

* Skip Sql tests

* Skipping SqlVM Unite test

* Skipp SqlVM Unit test
@wonner wonner merged commit f212bbb into wonner:master Jun 28, 2020
wonner pushed a commit that referenced this pull request Nov 10, 2020
* Export template with SDK #1

* Export template with SDK #2

* Update changelog

* Added back support for -ApiVersion parameter with a deprecation notice

* update changelog to avoid merge issue

* Review fixes

* re-record tests

Co-authored-by: Yeming Liu <[email protected]>
wonner pushed a commit that referenced this pull request Jul 13, 2021
… (App, AppType, AppTypeVersion, Service) (Azure#14458)

* change to use managedclusters sdk

* create managedcmdletbase to separate sdk clients

* include managed client in tests project

* move to folders in managed clusters

* re-record managed clusters tests

* update managed clusters pacakge to published version 1.0.0-beta.1

* managed app type cmdlets

* managed app type version cmdlets

* managed app cmdlets

* managed service cmdlets and module export update

* add tests for managed app, app type, app type version, service

* Help Doc updates, changelog and module

* Fix StaticAnalysis BreakingChange and Signature issues

* remove .ManagedClusters from models namespace

* regenerate help

* Rename UpgradeMode to ApplicationUpgradeMode

* suppress managed clusters breaking changes as it is in preview (#2)

* Fix static analysis signature issues

* fix breaking changes exceptions (#3)

* adding missing header

* fixing breakingChangeIssues file

* add missing braking changes

* remove duplicates from braking exceptions

* fix app tests

* Change Tags to singular for application

Co-authored-by: Alfredo Santamaria Gomez <[email protected]>

Co-authored-by: Alfredo Santamaria Gomez <[email protected]>
Co-authored-by: Alfredo Santamaria <[email protected]>
Co-authored-by: Yunchi Wang <[email protected]>
wonner pushed a commit that referenced this pull request Jul 13, 2021
Edit example #1 and add example #2 explaining the value options for the Workload parameter
wonner pushed a commit that referenced this pull request Aug 12, 2021
* Generate Migrate & OffAzur

* custom

* using directives to customise properties

* made hash code

* complete branch

* adding interal files

* fixed internal cmdlet

* hid expanded

* fixed directive'

* cleanup

* cleanup

* m

* m

* revision

* fix

* added a variant

* fixed mistake

* added getremi and restartjobs

* added disable

* fixed bug

* fixed restart to resync

* added new enable

* mock

* good night

* m

* as

* s

* added changes

* designreview

* last commit before AMH (#1)

* merging 2 readmes in 1 (#2)

* merging 2 readmes

* merging 2 readmes

* Srsamh (#4)

* merging 2 readmes

* merging 2 readmes

* added changes after DR

* fix

* bug fix

* Az migrate staging219 (Azure#7)

* added changes to fix bug

* fix bug

* Az migrate staging219 (Azure#8)

* added changes to fix bug

* fix bug

* Az migrate staging219 (Azure#9)

* added changes to fix bug

* fix bug

* fix bug

* merged AMH and SDS swagger generated cmdlets with SRS cmdlets.

* Delete Get-AzmigrateJob.md

* Delete Get-AzmigrateJob.md

* updated and added some tests. New/remove cmdlet tests remain

* Delete Get-AzmigrateJob.Tests.ps1

* fixed some syntax issues, exposed some cmdlets

* fixed some syntax issues, exposed some cmdlets

* test,rec,ex for job

* test,rec,ex for job

* fixed bug

* added fabric

* policy

* Update Get-AzMigrateReplicationPolicy.Tests.ps1

* container

* mapping

* provider,server,disk

* fix

* server

* disk

* disk

* policy

* maping

* enable

* added changes files

* set

* test

* New and Remove cmdlet tests added.

* fix syntax

* added remove

* added changes

* added register tool commandlet and its tests.

* leftovers

* Added examples.

* fixed machine get doc

* removed get by identity and updated docs

* adding env files

* added get sds machines by migrate project

* added recordings

* added code changes

* added set

* get server

* docs

* adding back file

* new

* remove

* restart

* set

* mig

* test

* vars

* leftovers

* removed whatif

* output

* removed asjob

* added if else

* docs

Co-authored-by: msJinLei <[email protected]>
Co-authored-by: Kunal Chaturvedi <[email protected]>
Co-authored-by: kuchatur-ms <[email protected]>
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.