From 4d2e746ac1e094f87bfe0807b1d51b375a6c5517 Mon Sep 17 00:00:00 2001 From: Erica <34174887+ericasp16@users.noreply.github.com> Date: Tue, 20 Jun 2023 09:38:27 -0700 Subject: [PATCH] add isoCountryCode field (#24223) --- .../PhoneNumbers/preview/2023-05-01-preview/phonenumbers.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/specification/communication/data-plane/PhoneNumbers/preview/2023-05-01-preview/phonenumbers.json b/specification/communication/data-plane/PhoneNumbers/preview/2023-05-01-preview/phonenumbers.json index c671f76c0379..d5511aba034e 100644 --- a/specification/communication/data-plane/PhoneNumbers/preview/2023-05-01-preview/phonenumbers.json +++ b/specification/communication/data-plane/PhoneNumbers/preview/2023-05-01-preview/phonenumbers.json @@ -1515,6 +1515,10 @@ "modelAsString": true } }, + "isoCountryCode": { + "description": "ISO country code associated with the phone number.", + "type": "string" + }, "operatorDetails": { "$ref": "#/definitions/OperatorDetails" }