From fcbf3fd20aef271310651f5dddb64432168a93ce Mon Sep 17 00:00:00 2001 From: Caro Caserio Date: Wed, 4 Oct 2017 15:51:09 -0300 Subject: [PATCH] C2985: Same name for two files - LOCBLOCKER Hi, @rloutlaw, In the localization process, multiple input files are attempting to write to the same output file. This seems to be caused by the following two source files that have the same filename with different extension, but both are attempting to write to the same output file: https://github.com/Azure/azure-docs-sdk-java/blob/live/docs-ref-services/dns.md https://github.com/Azure/azure-docs-sdk-java/blob/live/docs-ref-autogen/com.microsoft.azure.management.dns.yml **dns.md* Vs. **dns.yml** Could you help to review and modify the names to avoid this problem, please? Many thanks in advance for your time and support! :) --- docs-ref-services/dns.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs-ref-services/dns.md b/docs-ref-services/dns.md index 50fb77926765..97bf92f83efc 100644 --- a/docs-ref-services/dns.md +++ b/docs-ref-services/dns.md @@ -55,4 +55,6 @@ rootDnsZone = rootDnsZone.update() [Host and manage your domains with Azure DNS](https://github.com/Azure-Samples/dns-java-host-and-manage-your-domains) -Explore more [sample Java code for Azure DNS](https://azure.microsoft.com/resources/samples/?platform=java&term=dns) you can use in your apps. \ No newline at end of file +Explore more [sample Java code for Azure DNS](https://azure.microsoft.com/resources/samples/?platform=java&term=dns) you can use in your apps. + +