We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c92a70 commit 17d6bd8Copy full SHA for 17d6bd8
azd/src/main/java/org/azd/enums/Instance.java
@@ -25,6 +25,10 @@ public String getInstance() {
25
return instance;
26
}
27
28
+ public void setInstance(String baseInstance) {
29
+ instance = baseInstance;
30
+ }
31
+
32
public String setSubdomain(String subdomainName) {
33
return instance.replaceFirst("https://", "https://" + subdomainName + ".");
34
0 commit comments