From 4582eb00e5dc11a925c1000615d6e4a690a43421 Mon Sep 17 00:00:00 2001 From: rtrevino89 Date: Tue, 12 Apr 2022 06:45:34 -0500 Subject: [PATCH] fix pipeline issue --- sdk/communication/communication-sms/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/communication/communication-sms/package.json b/sdk/communication/communication-sms/package.json index ef947faca455..52f95c1f9631 100644 --- a/sdk/communication/communication-sms/package.json +++ b/sdk/communication/communication-sms/package.json @@ -1,6 +1,6 @@ { "name": "@azure/communication-sms", - "version": "1.1.0", + "version": "1.1.0-beta.1", "description": "SDK for Azure Communication SMS service which facilitates the sending of SMS messages.", "sdk-type": "client", "main": "dist/index.js",