-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Adding Autoscaling Capabilities to Virtual Network Gateway #22637
Merged
YanaXu
merged 68 commits into
Azure:release-network-2023-05-01
from
aneeshakella-microsoft:aneeshakella/ergwscale_powershell_changes
Aug 25, 2023
Merged
Adding Autoscaling Capabilities to Virtual Network Gateway #22637
YanaXu
merged 68 commits into
Azure:release-network-2023-05-01
from
aneeshakella-microsoft:aneeshakella/ergwscale_powershell_changes
Aug 25, 2023
Conversation
This file contains 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
Co-authored-by: Yeming Liu <[email protected]>
… of cmdlet output (#22495) * Exclude the api-version in typename when checking the breaking change of cmdlet output * Rename the function
* fix bug * changelog --------- Co-authored-by: Theodore Chang <[email protected]>
* Add permission for pr-label github actions * Add permission for pr-label github actions * Add permission for pr-label github actions * Add permission for pr-label github actions
Added the example of removing an API from a managed gateway. Users are not able to achieve it by following the first example and raising questions using support tickets.
* Move StackHCI to main * udpate changelog --------- Co-authored-by: YanaXu <[email protected]>
* wip * add update-azkeyvaultsetting and help docs * add example for settings * add change log * add live test * fix * fix
* Move ContainerInstance to main * Create containerGroups-containers.json * Create containerGroups.json --------- Co-authored-by: Beisi Zhou <[email protected]>
* Updated ChangeLog.md for Az.ContainerInstance * Update src/ContainerInstance/ChangeLog.md --------- Co-authored-by: Beisi Zhou <[email protected]>
* update artifact to 18 * fix change log error
* update SDK reference * resolve breaking change * update package reference * breaking change mitigation * breaking change suppression * re-record ssh test with latest compute API call --------- Co-authored-by: Theodore Chang <[email protected]>
* add compute.sdk project reference * add sdk folder * address comments * update commit version to inputs * rename Compute.Sdk folder to Compute.Management.Sdk * resolve xmls, change compute.sdk reference to compute.management.sdk * remove SDK reference. generate track 1 with latest DiskRP version * Update src/Compute/Compute.Management.Sdk/README.md Co-authored-by: Vincent Dai <[email protected]> * fix autorest cmd * update autorest gen * Update Compute.Management.Sdk.csproj * generated with latest swagger versions. 2023-04-02 diskRP 2023-07-01 CRP * update assembly version of sdk --------- Co-authored-by: Theodore Chang <[email protected]> Co-authored-by: Vincent Dai <[email protected]>
* Refresh track 1 SDK * Added security domain properties into the output of New/Update/Get-AzKeyVaultManagedHsm (PSManagedHsm) * Refresh example
Co-authored-by: Theodore Chang <[email protected]>
* adding PremiumMV3 to Xenon list * updating changelog --------- Co-authored-by: Nalin Gaddis <[email protected]>
`New-AzVirtualSubnetConfig` does not exists but `New-AzVirtualNetworkSubnetConfig` does.
* Generate aks sdk with autorest.powershell * Suppress breaking changes caused by character case change
* Add live tests for MHSM Settings * enable all test cases
* disable error records persistence * add keys * upgrade common version * polish help message for 'DisableErrorRecordsPersistence' * Update src/Accounts/Authentication/Properties/Resources.resx Co-authored-by: Yeming Liu <[email protected]> * remove debug parameters for get/clear/update config * update environment variable name to AzPSDisableErrorRecordsPersistence --------- Co-authored-by: Yeming Liu <[email protected]>
…egen2 item (#22563) * encryption context * Add changelog * update test dependency and help file * Add an example for encryption context
* Move StackHCI to main * update changelog --------- Co-authored-by: YanaXu <[email protected]>
…mentStack and Remove-Az*DeploymentStack cmdlets (#22519) * implemented stack object parameter sets for save and remove cmdlets * adjust tests and session records * adjusted changelog to reflect changes * adjust testing formatting * updating help docs * update cmdlets and help docs for renamed parameter * update sessions record tests
* Move DataMigration to main * update ChangeLog --------- Co-authored-by: YanaXu <[email protected]>
YanaXu
reviewed
Aug 24, 2023
Hi @aneeshakella-microsoft, please update the changelog. And update the title of this PR to a meaningful one, because it'll be used in the commit message. |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
YanaXu
approved these changes
Aug 25, 2023
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.
https://github.com/Azure/azure-powershell-cmdlet-review-pr/issues/1363
Created changes in New-AzVirtualNetworkGateway and Update-VirtualNetworkGateway to support minimum scale units and maximum scale units. A min scale unit of 2 for instance would map to a minimum supported bandwidth of 2 GBPs while a maximum scale unit of 5 would map to a maximum supported bandwidth of 5 GBPs. The scale units in the backend will automatically modify depending on current customer parameters such as bandwidth.
Description
Checklist
CONTRIBUTING.md
and reviewed the following information:generation
branch.ChangeLog.md
file(s) appropriatelyChangeLog.md
file can be found atsrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
## Upcoming Release
header in the past tense. Add changelog in description section if PR goes intogeneration
branch.ChangeLog.md
if no new release is required, such as fixing test case only.