Skip to content

Commit

Permalink
mgmt, migrate test-proxy (#36079)
Browse files Browse the repository at this point in the history
appplatform
cdn
network
redis
sql
  • Loading branch information
weidongxu-microsoft authored Jul 25, 2023
1 parent 82ec31d commit 1b9767d
Show file tree
Hide file tree
Showing 72 changed files with 64 additions and 75,503 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-appplatform",
"Tag": "java/resourcemanager/azure-resourcemanager-appplatform_3257d8a299"
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import com.azure.resourcemanager.keyvault.KeyVaultManager;
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 javax.net.ssl.HttpsURLConnection;
Expand All @@ -32,7 +32,7 @@
import java.time.temporal.ChronoUnit;
import java.util.List;

public class AppPlatformTest extends ResourceManagerTestBase {
public class AppPlatformTest extends ResourceManagerTestProxyTestBase {
protected AppPlatformManager appPlatformManager;
protected AppServiceManager appServiceManager;
protected DnsZoneManager dnsZoneManager;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public void canCreateCustomDomainWithSsl() throws Exception {

allowAllSSL();
String cerPassword = password();
String resourcePath = Paths.get(this.getClass().getResource("/session-records").toURI()).getParent().toString();
String resourcePath = Paths.get(this.getClass().getResource("/junit-platform.properties").toURI()).getParent().toString();
String cerPath = resourcePath + domainName + ".cer";
String pfxPath = resourcePath + domainName + ".pfx";
createCertificate(cerPath, pfxPath, domainName, cerPassword, "ssl." + domainName, "ssl." + domainName);
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

6 changes: 6 additions & 0 deletions sdk/resourcemanager/azure-resourcemanager-cdn/assets.json
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-cdn",
"Tag": "java/resourcemanager/azure-resourcemanager-cdn_57fc21a7b1"
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
import com.azure.resourcemanager.resources.ResourceManager;
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;
import java.util.List;

public abstract class CdnManagementTest extends ResourceManagerTestBase {
public abstract class CdnManagementTest extends ResourceManagerTestProxyTestBase {

protected ResourceManager resourceManager;
protected CdnManager cdnManager;
Expand Down

This file was deleted.

Loading

0 comments on commit 1b9767d

Please sign in to comment.