Skip to content
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

Added live test cases for Compute and KeyVault #20968

Merged
merged 127 commits into from
Feb 19, 2023

Conversation

vidai-msft
Copy link
Contributor

Description

Added live test cases for Compute and KeyVault

Checklist

  • SHOULD select appropriate branch. Cmdlets from Autorest.PowerShell should go to generation branch.
  • SHOULD make the title of PR clear and informative, and in the present imperative tense.
  • SHOULD update ChangeLog.md file(s) appropriately
    • 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 in the past tense. Add changelog in description section if PR goes into generation branch.
    • Should not change ChangeLog.md if no new release is required, such as fixing test case only.
  • SHOULD have approved design review for the changes in this repository (Microsoft internal only) with following situations
    • Create new module from scratch
    • Create new resource types which are not easy to conform to Azure PowerShell Design Guidelines
    • Create new resource type which name doesn't use module name as prefix
    • Have design question before implementation
  • SHOULD regenerate markdown help files if there is cmdlet API change. Instruction
  • SHOULD have proper test coverage for changes in pull request.
  • SHOULD NOT introduce breaking changes in Az minor release except preview version.
  • SHOULD NOT adjust version of module manually in pull request

Ar-Sa and others added 30 commits January 10, 2023 12:56
…ken' … (Azure#20569)

* {EventHub} Fix Azure#20562: Fix 'New-AzEventHubAuthorizationRuleSASToken' returned token has wrong skn value

Fixes Azure#20562

* Update ChangeLog.md

* Update ChangeLog.md

Co-authored-by: Jin Lei <54836179+msJinLei@users.noreply.github.com>
* [AKS] support AadProfile

* update changelog

* add example in help markdown files
…th incorrect data type (Azure#20504)

* resolved the TotalBytesPerSession limit issue

* suppress the warning messages of the breaking change analyzer by adding all the error in BreakingChangeIssues.csv file

* Update ChangeLog.md

Co-authored-by: Yeming Liu <11371776+isra-fel@users.noreply.github.com>
Co-authored-by: Jin Lei <54836179+msJinLei@users.noreply.github.com>
* Update changelog as per PR#20426

* Update ChangeLog.md

Co-authored-by: Yeming Liu <11371776+isra-fel@users.noreply.github.com>
….microsoft.com. (Azure#20275)

Co-authored-by: Dingmeng Xue <dixue@microsoft.com>
….255.255.255/32 (Azure#20497)

Co-authored-by: Gizachew Eshetie <v-geshetie@microsoft.com>
…0637)

* fix accounts cannot be imported

* Az.Accounts v2.11.1

* fixed type error in CheckAssemblies.ps1
…ment folder (Azure#20652)

* Add support for the case that psd1 and help are in the {module}.Management folder

For normal cases, psd1 and help are in the {module} folder. But for storage, they are in Storeage.Management folder. And this PR is created to support case like storage.

* Replace ternary operator with if-clause
…der (Azure#20674)

Assume help folder and psd1 are in the same folder
* Added Test-PublicIpAddressZones fix

* Added fixes for Test-PublicIpAddressZones, Test-PublicIpAddressVmss

* Fixed several tests/recordings

* Fixed test results

* reverted change in older failed test recording

* Fixed vnet test adding a catch block to prevent transient failures

* Fixed failed test

* Fixed 1 more recording

* Fixed TestPublicIpAddressCRUDIdleTimeout and recording for that

* Added skip tag for MultiIpConfigOnNicTests, which has transient failures for live testing
…ebAppSlot are ignored (Azure#20606)

* [AppService]: doc-update Azure#12181- AppSettingsOverrides in New-AzWebAppSlot are ignored

* Review comments are addressed
* Move MobileNetwork to main

* create SignatureIssues.csv

* create ExampleIssues.csv

* update azure-powershell-modules.md

* Rename Changelog.md to ChangeLog.md

Co-authored-by: Jinpei Li (Wicresoft North America Ltd) <v-jinpel@microsoft.com>
Co-authored-by: Yunchi Wang <54880216+wyunchi-ms@users.noreply.github.com>
* Update TestCoverage.cs

* Removed unnecessary debug info

Co-authored-by: Vincent Dai <23257217+vidai-msft@users.noreply.github.com>
…#20580)

* Added HAReplicaCount parameter to restore-AzSqlDatabase cmdlet

* updated changelog

* Update ChangeLog.md

Co-authored-by: Yeming Liu <11371776+isra-fel@users.noreply.github.com>
…r accesstier (Azure#20554)

* [Storage Dataplane] - Remove Validation Set and move to track2 SDK for
accesstier

* Fix CI failure
…zure#20592)

* Updated script to build TestFx environment as well as the document

* Update documentation/testing-docs/using-azure-test-framework.md

Co-authored-by: Yeming Liu <11371776+isra-fel@users.noreply.github.com>

Co-authored-by: Yeming Liu <11371776+isra-fel@users.noreply.github.com>
* {AppServices} Update AccountName parameter description

Update AccountName parameter and mount path parameter description

* Update Parameter description

Update Parameter description

* modify parameter description

* generate help
* update

* changelog

* update for fulltypename

Co-authored-by: Theodore Chang <theodore.l.chang@gmail.com>
yibirnba and others added 25 commits February 9, 2023 14:16
…rce code (Azure#20164)

* Add all files

* Add all code to module

* resolve changes

* Record securitySettings tests

* Record pricing tests

* Record securityAssessment and metadata

* Fix Alerts code and tests record and coverage

* Record and fix JitNetworkAccessPolicy tests

* Record assessments and metadata tests

* Record settings tests

* Add SubPlan support in pricing

* Change SecurityContact page type to list

* Fix and record SecurityContact tests

* Add support in evidence, techniques and sub techniques

* Pricings

* changes

* remove breaking changes

* Update ChangeLog.md

---------

Co-authored-by: Keren Damari <kedamari@microsoft.com>
Co-authored-by: Sulaiman Abu Rashed <surashed@microsoft.com>
Co-authored-by: surashed <55134940+surashed@users.noreply.github.com>
* Fix ThreadJob installation error of smoke test

* Address review comments
Co-authored-by: Beisi Zhou <zhoubeisi@gmail.com>
Co-authored-by: Hongtu Zhang (FA Talent) <v-hongtzhang@microsoft.com>
* [DataFactory]Updated ADF .Net SDK version to 9.1.0

* update
* Nuget Update with Auto Rest

* CS files updates

* sln update
* Set up first CI try with Azure Pipelines

description here! [skip ci]

* Update azure-pipelines.yml for Azure Pipelines

* Update azure-pipelines.yml for Azure Pipelines

* Update azure-pipelines.yml for Azure Pipelines

* Update azure-pipelines.yml for Azure Pipelines

* commit me

* Update azure-pipelines.yml for Azure Pipelines

* Update azure-pipelines.yml for Azure Pipelines

* Update azure-pipelines.yml for Azure Pipelines

* Update azure-pipelines.yml for Azure Pipelines

* Update azure-pipelines.yml for Azure Pipelines

* Update azure-pipelines.yml for Azure Pipelines

* Update azure-pipelines.yml for Azure Pipelines

* Update azure-pipelines.yml for Azure Pipelines

* Update azure-pipelines.yml for Azure Pipelines

* Update azure-pipelines.yml for Azure Pipelines

* Update azure-pipelines.yml for Azure Pipelines

* Update azure-pipelines.yml for Azure Pipelines

* Update azure-pipelines.yml for Azure Pipelines

* Update azure-pipelines.yml for Azure Pipelines

* Update azure-pipelines.yml for Azure Pipelines

* Update azure-pipelines.yml for Azure Pipelines

* Update azure-pipelines.yml for Azure Pipelines

* Update azure-pipelines.yml for Azure Pipelines

* Update azure-pipelines.yml for Azure Pipelines

* Update azure-pipelines.yml for Azure Pipelines

* Update azure-pipelines.yml for Azure Pipelines

* Update azure-pipelines.yml for Azure Pipelines

* Update azure-pipelines.yml for Azure Pipelines

* remove test yml

* rectify_git_url

---------

Co-authored-by: Hongtu Zhang (FA Talent) <v-hongtzhang@microsoft.com>
…tation to Azure Database Migration Service (classic) (Azure#20893)

* Rename Azure Database migration Service to Azure Database Migration Service (classic)

* fix PR comments
`-Confirm` in the examples were not in the correct format to override the confirmation prompt
…#20901)

* Fix the issue that CI doesn't check online version of help doc

* Fix the online version in help docs

* Fix the online version in help docs

* Fix the example issue

* Fix the example issue
* Added Snat parameter to firewall policy cmdlets

* Generated help for new cmdlet and updated for the existing ones

* fixed pipeline analyze issue

* Removed SupportsShouldProcess

* suppressed static analyzer

* Updated help per PR review comments

---------

Co-authored-by: Gizachew Eshetie <v-geshetie@microsoft.com>
* Fix/connectedk8s ps5 (Azure#20603)

* Create RSAHelper.ps1

* Update New-AzConnectedKubernetes.ps1

* Add try-catch and update function parameters

* Update New-AzConnectedKubernetes.ps1

* [Az.ConnectedKubernetes] Update ChangeLog  (Azure#20649)

* Update RSAHelper.ps1 (coding style)

* Update ChangeLog.md

* upgrade Az.ConnectedKubernetes from 0.7.0 to 0.7.1

---------

Co-authored-by: Ann Lu <112682982+yinghsugn@users.noreply.github.com>
@vidai-msft vidai-msft merged commit 59af009 into Azure:shared/livetest Feb 19, 2023
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.