From c40b62863cbd5088188b715410dfc3e624f8a489 Mon Sep 17 00:00:00 2001 From: Lucas Santos Date: Tue, 30 Nov 2021 14:04:28 -0300 Subject: [PATCH] Removes an unexpected character in the README file, which was causing issues when running autorest command. --- specification/communication/data-plane/PhoneNumbers/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/communication/data-plane/PhoneNumbers/readme.md b/specification/communication/data-plane/PhoneNumbers/readme.md index 69bedd68901b..121dd22adbfc 100644 --- a/specification/communication/data-plane/PhoneNumbers/readme.md +++ b/specification/communication/data-plane/PhoneNumbers/readme.md @@ -48,7 +48,7 @@ directive: suppress: - R2005 #Long running operation status code reason: - - Approval from Azure review board that Long Running Operations can return 202s. + Approval from Azure review board that Long Running Operations can return 202s. ``` ---