Skip to content

Commit

Permalink
traffic manager
Browse files Browse the repository at this point in the history
  • Loading branch information
weidongxu-microsoft committed Jul 24, 2023
1 parent 5eaa2e5 commit 3b07462
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 521 deletions.
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-trafficmanager",
"Tag": "java/resourcemanager/azure-resourcemanager-trafficmanager_0e8f48a093"
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import com.azure.core.management.Region;
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 com.azure.resourcemanager.trafficmanager.models.EndpointPropertiesSubnetsItem;
import com.azure.resourcemanager.trafficmanager.models.GeographicLocation;
Expand All @@ -26,7 +26,7 @@
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;

public class TrafficManagerTests extends ResourceManagerTestBase {
public class TrafficManagerTests extends ResourceManagerTestProxyTestBase {
private String rgName = null;

protected ResourceManager resourceManager;
Expand Down
Loading

0 comments on commit 3b07462

Please sign in to comment.