-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(network): clean up some broken test cases (#23265)
* Follow up PR - 5593 Azure.ResourceManager.Core Readme (#22262) * Change the accessbility to virtual for Resource.Id * Changing temporary links to absolute ones. Co-authored-by: YalinLi0312 <[email protected]> Co-authored-by: m-nash <[email protected]> Co-authored-by: m-nash <[email protected]> * Add PropertyReferenceType attribute in ResourceIdentity (#22255) * Add PropertyReferenceTypeAttribute attribute in ResourceIdentity * Feedback * remove resources dependency (#22293) * wip * remove remaining references to azure.resourcemanager.resources * update tests to handle new changes * update summary for gets or sets * Updating GenericResource.Lists to return GenericResourceExpanded. (#22284) * Updating GenericResourceList to return GenericResourceExpanded * Added missing expand and related test cases. * Adding missing test recordings. * cleanup the warnings that were supressed (#22318) * fix CA1036 * remove CA1067 * remove CA1065 * remove SA1028 * Exposing expand on ListAtContext as well in preparation to expose that in each of the generated ListAsGeneric methods in autorest (#22351) * Updating GenericResourceList to return GenericResourceExpanded * Added missing expand and related test cases. * Adding missing test recordings. * Exposing expand on ListAtContext as well in preparation to expose that in each of the generated ListAsGeneric methods in autorest * test(network): clean up some broken test cases ## Update the depending libraries: - update `Azure.ResourceManager` to version `1.0.0-alpha.20210804.1` - remove `Azure.ResourceManager.Resource` - we should restore to use the new release later - remove `Azure.ResourceManager.Storage` - we should change to use `Azure.ResourceManager` later - update `Azure.ResourceManager.Compute` to latest dev build version - we should change to use `Azure.ResourceManager.Resource` later ## Disable test cases disable the following storage related test cases which are not required for preview, but we may restore them afterwards. - FlowLogTests - TroubleshootTests ## Other Changes - Implement `CreateWindowsVM` and `CreateLinuxVM` using compute SDK - Change return value of `CreateResourceGroup` to `Task<ResourceGroup>` - Fix some broken API due to removal of `ResourceGroupsOperations` - Fix synchronous invocation in `NextHopTests` AB#6018 Co-authored-by: Jonathan Cárdenas <[email protected]> Co-authored-by: YalinLi0312 <[email protected]> Co-authored-by: m-nash <[email protected]> Co-authored-by: m-nash <[email protected]> Co-authored-by: ShivangiReja <[email protected]> Co-authored-by: m-nash <[email protected]> Co-authored-by: Allen Zhang <[email protected]>
- Loading branch information
1 parent
b46f1ae
commit 9bd9e69
Showing
37 changed files
with
336 additions
and
432 deletions.
There are no files selected for viewing
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
273 changes: 168 additions & 105 deletions
273
sdk/network/Azure.ResourceManager.Network/tests/Helpers/NetworkServiceClientTestBase.cs
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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
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
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
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
Oops, something went wrong.