Skip to content

Commit

Permalink
mgmt, ACI, migrate test proxy (#36009)
Browse files Browse the repository at this point in the history
  • Loading branch information
weidongxu-microsoft authored Jul 21, 2023
1 parent fb15af5 commit 338b620
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 906 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-containerinstance",
"Tag": "java/resourcemanager/azure-resourcemanager-containerinstance_b66810ce1f"
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
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 com.azure.resourcemanager.test.utils.TestIdentifierProvider;

import java.time.temporal.ChronoUnit;
import java.util.List;

public class ContainerInstanceManagementTest extends ResourceManagerTestBase {
public class ContainerInstanceManagementTest extends ResourceManagerTestProxyTestBase {
protected ContainerInstanceManager containerInstanceManager;
protected String rgName = "";

Expand Down
Loading

0 comments on commit 338b620

Please sign in to comment.