Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anuchandy committed Dec 15, 2016
1 parent 5fc7f3e commit 63400de
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class ManageDns {
* @param args the parameters
*/
public static void main(String[] args) {
final String customDomainName = "anuthomaschandy.com"; // "THE CUSTOM DOMAIN THAT YOU OWN (e.g. contoso.com)";
final String customDomainName = "THE CUSTOM DOMAIN THAT YOU OWN (e.g. contoso.com)";
final String rgName = ResourceNamer.randomResourceName("rgNEMV_", 24);
final String appServicePlanName = ResourceNamer.randomResourceName("jplan1_", 15);
final String webAppName = ResourceNamer.randomResourceName("webapp1-", 20);
Expand Down Expand Up @@ -227,7 +227,7 @@ public static void main(String[] args) {
.withoutARecordSet("employees")
.apply();
System.out.println("Removed A Record from root DNS zone");
Utils.print(partnersDnsZone);
Utils.print(rootDnsZone);

//============================================================
// Deletes the Dns zone
Expand Down

0 comments on commit 63400de

Please sign in to comment.