mirror of
https://github.com/google/nomulus.git
synced 2025-05-13 16:07:15 +02:00
Automated g4 rollback of changelist 170906329.
*** Reason for rollback *** Forgot to send this for readability review. *** Original change description *** Add "create_cdns_tld" command to nomulus Add a command to allow us to create the managed zone for a new TLD in cloud dns. Note: this implementation is problematic, it's currently doing its own thing as far as credentials and http transport, making it unusable with the [] channel and the credentials generated by login. Unfortunately, fixing the plumbing to make it work right is difficult, and we have an immediate need for this functionality. b/67367533 created to clean this up, along with... *** ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=171011304
This commit is contained in:
parent
6e84401271
commit
a9ecccf672
6 changed files with 0 additions and 186 deletions
|
@ -36,7 +36,6 @@ public final class RegistryTool {
|
|||
.put("convert_idn", ConvertIdnCommand.class)
|
||||
.put("create_anchor_tenant", CreateAnchorTenantCommand.class)
|
||||
.put("create_auction_credits", CreateAuctionCreditsCommand.class)
|
||||
.put("create_cdns_tld", CreateCdnsTld.class)
|
||||
.put("create_contact", CreateContactCommand.class)
|
||||
.put("create_credit", CreateCreditCommand.class)
|
||||
.put("create_credit_balance", CreateCreditBalanceCommand.class)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue