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

mgmt, testproxy migration, azure-resourcemanager-resources #35476

Merged
merged 22 commits into from
Jul 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
8853a40
update code
haolingdong-msft Jun 9, 2023
978b2f6
regen
haolingdong-msft Jun 9, 2023
d88433a
Merge branch 'main' into testproxy-mgmt-resources
haolingdong-msft Jun 15, 2023
6765940
optimize imports
haolingdong-msft Jun 15, 2023
0bf0339
fix checkstyle
haolingdong-msft Jun 19, 2023
10de456
Create ResourceManagerTestProxyTestBase and let ResourceManagementTes…
haolingdong-msft Jun 20, 2023
2732d52
add assets.json
haolingdong-msft Jun 20, 2023
a34c669
remove session records
haolingdong-msft Jun 20, 2023
2235b20
fix checkstyle
haolingdong-msft Jun 21, 2023
5c0654a
Merge remote-tracking branch 'remote/main' into testproxy-mgmt-resources
haolingdong-msft Jun 25, 2023
b5903e4
update code to fix playback issue
haolingdong-msft Jun 27, 2023
796a321
add credential to playback to avoid playback file can't match error
haolingdong-msft Jun 27, 2023
906806f
redact api-version and subscription id
haolingdong-msft Jun 28, 2023
2ab380d
update assets.json
haolingdong-msft Jul 5, 2023
9bd44a0
Merge remote-tracking branch 'remote/main' into testproxy-mgmt-resources
haolingdong-msft Jul 5, 2023
ab52244
enhance subscription id sanitize
haolingdong-msft Jul 5, 2023
104f851
remove text replacement policy, add Retry-After redact
XiaofeiCao Jul 18, 2023
97c2c2e
recording
XiaofeiCao Jul 18, 2023
3dfb92d
revert TextReplacementPolicy
XiaofeiCao Jul 19, 2023
dbdac11
reposition sanitizer and matcher
XiaofeiCao Jul 19, 2023
91659d8
remove obsolete code
XiaofeiCao Jul 19, 2023
789c2ea
add back sanitizers in playback mode
XiaofeiCao Jul 19, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"AssetsRepo": "Azure/azure-sdk-assets",
"AssetsRepoPrefixPath": "java",
"TagPrefix": "java/resourcemanager/azure-resourcemanager-resources",
"Tag": "java/resourcemanager/azure-resourcemanager-resources_ee8c7f5683"
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import com.azure.core.management.profile.AzureProfile;
import com.azure.resourcemanager.resources.fluentcore.utils.HttpPipelineProvider;
import com.azure.resourcemanager.resources.fluentcore.utils.ResourceManagerUtils;
import com.azure.resourcemanager.test.ResourceManagerTestBase;
import com.azure.resourcemanager.test.ResourceManagerTestProxyTestBase;
import com.azure.resourcemanager.test.utils.TestDelayProvider;

import java.time.temporal.ChronoUnit;
Expand All @@ -21,7 +21,7 @@
/**
* The base for resource manager tests.
*/
class ResourceManagementTest extends ResourceManagerTestBase {
class ResourceManagementTest extends ResourceManagerTestProxyTestBase {
protected ResourceManager resourceClient;

@Override
Expand Down

This file was deleted.

Loading