-
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
Remove WebsitesController #18469
Merged
Merged
Remove WebsitesController #18469
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
vidai-msft
requested changes
Jun 11, 2022
helper.RMProfileModule, | ||
helper.GetRMModulePath("AzureRM.Websites.psd1"), | ||
helper.GetRMModulePath("AzureRM.Network.psd1"), | ||
helper.GetRMModulePath("AzureRM.KeyVault.psd1"), | ||
|
||
helper.GetRMModulePath("AzureRM.KeyVault.psd1") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rename above 3 AzureRM to Az.
helper.RMProfileModule, | ||
helper.GetRMModulePath("AzureRM.Websites.psd1"), | ||
helper.GetRMModulePath("AzureRM.Network.psd1"), | ||
helper.GetRMModulePath("AzureRM.KeyVault.psd1"), | ||
|
||
helper.GetRMModulePath("AzureRM.KeyVault.psd1") | ||
}) | ||
.WithRecordMatcher( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Default record matcher assignment can be removed.
vidai-msft
approved these changes
Jun 14, 2022
VeryEarly
added a commit
that referenced
this pull request
Jun 17, 2022
…rsion 2022-04-01-preview (#18476) * Fix Az.ContainerRegistry Xml Comments (#18388) * Fix Az.CosmosDB XML Comments (#18401) * Fix Az.CosmosDB XML Comments * Fix Az.CosmosDB XML Comments * Update PSClientEncryptionPolicy.cs Co-authored-by: Ziyue Zheng <[email protected]> * Fix Az.DataBoxEdge XML Comments (#18402) * Fix Az.Automation XML Comments (#18407) * Fix Az.Automation XML Comments * Fix Az.Automation XML Comments * Update SourceControlSyncJobStream.cs Co-authored-by: Ziyue Zheng <[email protected]> * Fix Az.DataLakeAnalytics XML Comments (#18403) * Fix Az.Compute XML Comments (#18408) * Fix Az.Compute XML Comments * Fix Az.Compute.Helpers XML Comments * Fix Az.DataLakeStore XML Comments (#18421) * Fix Az.DataLakeStore XML Comments * Fix Az.DataLakeStore XML Comments Co-authored-by: Ziyue Zheng <[email protected]> * Fix Az.DataMigration XML Comments (#18422) * Fix Az.EventHub XML Comments (#18429) * Fix Az.EventHub XML Comments * Update PSNetworkRuleSetAttributes.cs Co-authored-by: Ziyue Zheng <[email protected]> * Fix Az.HDInsight XML Comments (#18432) * Fix Az.IotHub XML Comments (#18433) * Fix Az.IotHub XML Comments * Fix Az.IotHub XML Comments Co-authored-by: Ziyue Zheng <[email protected]> * [CosmosDB] Fixes issue with Update-AzCosmosDBSqlContainer command on containers with Client Encryption Policy (#18480) * Support client encryption policy during container creation * Update SqlOperationsTests.ps1 * Update New-AzCosmosDBSqlContainer.md * Update PSClientEncryptionPolicy.cs * Update NewAzCosmosDBSqlContainer.cs * Update ChangeLog.md * Updated package. * Update CosmosDB.Test.csproj * Updated example, session records. * updated session records. * Fixes update container command on containers with client encryption policy. * Update ChangeLog.md * Update ChangeLog.md * Bug fix for the Restore-AzSqlDatabase cmdlet (#18475) * Pass Tags field in the Database model constructor * Update change log * Remove WebsitesController (#18469) * Remove WebsitesController * Update WebsitesTestRunner.cs * Update WebsitesTestRunner.cs * Fixed issue when mimicing long running operation for test in Playback mode. (#18490) * [Az.DataProtection] OOB for Az.DataProtection (#18477) * Move DataProtection to main * Update Changelog.md * bump version for Az.Dataprotection * update version in AzPreview.psd1 Co-authored-by: azure-powershell-bot <[email protected]> * Enable ARM to the Private Link connection Cmdlets (#18358) * enable Private link support * both set to true * Add testcase * Add recording Co-authored-by: Vishakha Narvekar <[email protected]> * Initial changes for network manager resources * add network manager models * added all network maneger files * update signature issues and project files containing network reference * remove version bump, will be generated * add all helps docs for network manager commands * Update Remove-AzNetworkManagerGroup.md * Update Remove-AzNetworkManagerGroup.md * Update Remove-AzNetworkManagerSecurityAdminConfiguration.md * Update Remove-AzNetworkManagerSecurityAdminRule.md * Update Remove-AzNetworkManagerSecurityAdminRuleCollection.md * fix help * reset help to retriggle validation * reset test * fix test Co-authored-by: v-yuzhichen <[email protected]> Co-authored-by: Ziyue Zheng <[email protected]> Co-authored-by: Santosh Kulkarni <[email protected]> Co-authored-by: Ishan Rajesh Madan <[email protected]> Co-authored-by: Vincent Dai <[email protected]> Co-authored-by: Yabo Hu <[email protected]> Co-authored-by: azure-powershell-bot <[email protected]> Co-authored-by: Vishakha-Git <[email protected]> Co-authored-by: Vishakha Narvekar <[email protected]> Co-authored-by: Jared Gorthy <[email protected]> Co-authored-by: yanfa317 <[email protected]> Co-authored-by: Fan Yang (AZURE) <[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
Comparing with WebsitesController.cs, added these configuration of creating a WebsitesTestRunner instance to WebsitesTestRunner.cs.
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