-
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
Update Instance Pool API version to Preview 2023-05-01 and PS cmdlets #23336
Merged
VeryEarly
merged 1 commit into
Azure:main
from
MilanNz:madamovic/update-instancepool-version-preview2023-05-01
Nov 10, 2023
Merged
Update Instance Pool API version to Preview 2023-05-01 and PS cmdlets #23336
VeryEarly
merged 1 commit into
Azure:main
from
MilanNz:madamovic/update-instancepool-version-preview2023-05-01
Nov 10, 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
️✔️Az.Accounts
️✔️Az.ApplicationInsights
️✔️Az.Compute
️✔️Az.EventHub
️✔️Az.KeyVault
️✔️Az.ManagedServiceIdentity
️✔️Az.Monitor
️✔️Az.Network
️✔️Az.OperationalInsights
️✔️Az.PrivateDns
️✔️Az.Sql
️✔️Az.Storage
|
MilanNz
changed the title
Update Instance Pool API version to Preview 2023-05-01
Update Instance Pool API version to Preview 2023-05-01 and PS cmdlets
Nov 9, 2023
MilanNz
added this to the Az 11.0.0 (November 2023, 2023-11-14)❗ Breaking change release ❗ milestone
Nov 9, 2023
VeryEarly
removed this from the Az 11.0.0 (November 2023, 2023-11-14)❗ Breaking change release ❗ milestone
Nov 9, 2023
MilanNz
added this to the Az 11.0.0 (November 2023, 2023-11-14)❗ Breaking change release ❗ milestone
Nov 9, 2023
VeryEarly
removed this from the Az 11.0.0 (November 2023, 2023-11-14)❗ Breaking change release ❗ milestone
Nov 10, 2023
VeryEarly
approved these changes
Nov 10, 2023
/azp run azure-powershell - security-tools |
Azure Pipelines successfully started running 1 pipeline(s). |
VeryEarly
added a commit
that referenced
this pull request
Nov 10, 2023
* Sync resourceManagement.yml (#23294) * Changed default selection to prevent inaccuracies (#23313) Co-authored-by: Mike F. Robbins <mikefrobbins@users.noreply.github.com> * update TestLiveScenarios.ps1 (#23304) * Display cmdlet, parameter set and parameter level coverage data for a module (#23327) * General Availability of Az.Tools.Installer (#23323) * Migration Guide of Az 11.0.0 (#23328) * Try to Generate Migration Guide * Update documentation/migration-guides/Az.11.0.0-migration-guide.md Co-authored-by: Yunchi Wang <54880216+wyunchi-ms@users.noreply.github.com> --------- Co-authored-by: Yunchi Wang <54880216+wyunchi-ms@users.noreply.github.com> * [DataFacotry]Added support copyComputeScale And pipelineExternalComputeScale in Set-AzDataFactoryV2IntegrationRuntime Command (#23321) * [DataFacotry]Added support copyComputeScale And pipelineExternalComputeScale in Set-AzDataFactoryV2IntegrationRuntime Command * fix * change * fix * Update ChangeLog.md --------- Co-authored-by: Yabo Hu <yabhu@microsoft.com> * Update Instance Pool API version to Preview 2023-05-01 (#23336) Co-authored-by: Milan Adamovic <madamovic@microsoft.com> --------- Co-authored-by: Azure PowerShell <65331932+azure-powershell-bot@users.noreply.github.com> Co-authored-by: Mike F. Robbins <mike.robbins@microsoft.com> Co-authored-by: Mike F. Robbins <mikefrobbins@users.noreply.github.com> Co-authored-by: lijinpei2008 <31384087+lijinpei2008@users.noreply.github.com> Co-authored-by: Vincent Dai <23257217+vidai-msft@users.noreply.github.com> Co-authored-by: Jin Lei <54836179+msJinLei@users.noreply.github.com> Co-authored-by: Yunchi Wang <54880216+wyunchi-ms@users.noreply.github.com> Co-authored-by: Jingshu918 <138486531+Jingshu918@users.noreply.github.com> Co-authored-by: Milan Adamovic <madamovic.bg@gmail.com> Co-authored-by: Milan Adamovic <madamovic@microsoft.com>
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
In the new review API 2023-05-01, we have introduced new parameters in the SQL Instance Pool resource. Since the new API has been released, I am updating existing Instance Pool PowerShell cmdlets with these changes.
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.