diff --git a/sdk/communication/Azure.Communication.CallingServer/CHANGELOG.md b/sdk/communication/Azure.Communication.CallingServer/CHANGELOG.md
index 86d3288a3cb7..5fd6ac439901 100644
--- a/sdk/communication/Azure.Communication.CallingServer/CHANGELOG.md
+++ b/sdk/communication/Azure.Communication.CallingServer/CHANGELOG.md
@@ -1,19 +1,20 @@
# Release History
-## 1.0.0-beta.1 (Unreleased)
+## 1.0.0-beta.1 (2021-06-24)
This is the first release of Azure Communication Service Calling Server. For more information, please see the [README][read_me].
This is a Public Preview version, so breaking changes are possible in subsequent releases as we improve the product. To provide feedback, please submit an issue in our [Azure SDK for .NET GitHub repo](https://github.com/Azure/azure-sdk-for-net/issues).
### Features Added
-- Create outbound call to an Azure Communication Service User or a phone number.
+- Create outbound call to an Azure Communication Service user or a phone number.
- Hangup and delete the existing call.
- Play audio in the call.
-- Outbound apis for Call Recording including start, pause, resume and stop.
+- Out-call apis for call recording including start, pause, resume stop and get state.
- Subscribe to and receive [DTMF][DTMF] tones via events.
-- Invite and remove participants from the call.
+- Add and remove participants from the call.
+- Recording download apis.
-[read_me]: https://github.com/Azure/azure-sdk-for-net/blob/a20e269162fa88a43e5ba0e5bb28f2e76c74a484/sdk/communication/Azure.Communication.CallingServer/README.md
+[read_me]: https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/communication/Azure.Communication.CallingServer/README.md
[DTMF]: https://en.wikipedia.org/wiki/Dual-tone_multi-frequency_signaling
diff --git a/sdk/communication/Azure.Communication.CallingServer/src/Azure.Communication.CallingServer.csproj b/sdk/communication/Azure.Communication.CallingServer/src/Azure.Communication.CallingServer.csproj
index b6c54a2c7064..4362b39f17d1 100644
--- a/sdk/communication/Azure.Communication.CallingServer/src/Azure.Communication.CallingServer.csproj
+++ b/sdk/communication/Azure.Communication.CallingServer/src/Azure.Communication.CallingServer.csproj
@@ -12,8 +12,9 @@
-
+
+
@@ -33,6 +34,7 @@
+
diff --git a/sdk/communication/Azure.Communication.CallingServer/tests/Azure.Communication.CallingServer.Tests.csproj b/sdk/communication/Azure.Communication.CallingServer/tests/Azure.Communication.CallingServer.Tests.csproj
index 52bdf1f75f45..4a8613bc2823 100644
--- a/sdk/communication/Azure.Communication.CallingServer/tests/Azure.Communication.CallingServer.Tests.csproj
+++ b/sdk/communication/Azure.Communication.CallingServer/tests/Azure.Communication.CallingServer.Tests.csproj
@@ -15,6 +15,7 @@
+
diff --git a/sdk/communication/Azure.Communication.Chat/src/Azure.Communication.Chat.csproj b/sdk/communication/Azure.Communication.Chat/src/Azure.Communication.Chat.csproj
index f30c5f147f80..9c7127069e44 100644
--- a/sdk/communication/Azure.Communication.Chat/src/Azure.Communication.Chat.csproj
+++ b/sdk/communication/Azure.Communication.Chat/src/Azure.Communication.Chat.csproj
@@ -13,6 +13,11 @@
Microsoft Azure Communication Chat Service;Microsoft;Azure;Azure Communication Service;Azure Communication Chat Service;Chat;Communication;$(PackageCommonTags)
$(RequiredTargetFrameworks)
+
+
+
+
+
diff --git a/sdk/communication/Azure.Communication.Chat/tests.yml b/sdk/communication/Azure.Communication.Chat/tests.yml
index deee95bb07e1..a6a08ce8a7e3 100644
--- a/sdk/communication/Azure.Communication.Chat/tests.yml
+++ b/sdk/communication/Azure.Communication.Chat/tests.yml
@@ -17,5 +17,3 @@ extends:
- $(sub-config-communication-int-test-resources-net)
Clouds: Public,Int
EnvVars:
- # SKIP_PHONENUMBER_LIVE_TESTS skips certain phone number tests such as purchase and release
- SKIP_PHONENUMBER_LIVE_TESTS: TRUE
\ No newline at end of file
diff --git a/sdk/communication/Azure.Communication.Chat/tests/Azure.Communication.Chat.Tests.csproj b/sdk/communication/Azure.Communication.Chat/tests/Azure.Communication.Chat.Tests.csproj
index 5b05647a7bd3..5dc8d59ba8c0 100644
--- a/sdk/communication/Azure.Communication.Chat/tests/Azure.Communication.Chat.Tests.csproj
+++ b/sdk/communication/Azure.Communication.Chat/tests/Azure.Communication.Chat.Tests.csproj
@@ -14,6 +14,9 @@
+
+
+
diff --git a/sdk/communication/Azure.Communication.Common/src/Azure.Communication.Common.csproj b/sdk/communication/Azure.Communication.Common/src/Azure.Communication.Common.csproj
index a8e0e2e0c3b7..15bc1bd80d22 100644
--- a/sdk/communication/Azure.Communication.Common/src/Azure.Communication.Common.csproj
+++ b/sdk/communication/Azure.Communication.Common/src/Azure.Communication.Common.csproj
@@ -12,6 +12,9 @@
$(RequiredTargetFrameworks)
Azure.Communication
+
+
+
diff --git a/sdk/communication/Azure.Communication.Identity/src/Azure.Communication.Identity.csproj b/sdk/communication/Azure.Communication.Identity/src/Azure.Communication.Identity.csproj
index 36ffc8c7cb0c..0739609f19e7 100644
--- a/sdk/communication/Azure.Communication.Identity/src/Azure.Communication.Identity.csproj
+++ b/sdk/communication/Azure.Communication.Identity/src/Azure.Communication.Identity.csproj
@@ -13,6 +13,10 @@
$(RequiredTargetFrameworks)
+
+
+
+
diff --git a/sdk/communication/Azure.Communication.Identity/tests.yml b/sdk/communication/Azure.Communication.Identity/tests.yml
index 396f52449ffc..2e3629ab9ca4 100644
--- a/sdk/communication/Azure.Communication.Identity/tests.yml
+++ b/sdk/communication/Azure.Communication.Identity/tests.yml
@@ -17,5 +17,3 @@ extends:
- $(sub-config-communication-int-test-resources-net)
Clouds: Public,Int
EnvVars:
- # SKIP_PHONENUMBER_LIVE_TESTS skips certain phone number tests such as purchase and release
- SKIP_PHONENUMBER_LIVE_TESTS: TRUE
\ No newline at end of file
diff --git a/sdk/communication/Azure.Communication.Identity/tests/Azure.Communication.Identity.Tests.csproj b/sdk/communication/Azure.Communication.Identity/tests/Azure.Communication.Identity.Tests.csproj
index 60974c6b3b15..f5778262f468 100644
--- a/sdk/communication/Azure.Communication.Identity/tests/Azure.Communication.Identity.Tests.csproj
+++ b/sdk/communication/Azure.Communication.Identity/tests/Azure.Communication.Identity.Tests.csproj
@@ -21,6 +21,7 @@
+
diff --git a/sdk/communication/Azure.Communication.NetworkTraversal/src/Azure.Communication.NetworkTraversal.csproj b/sdk/communication/Azure.Communication.NetworkTraversal/src/Azure.Communication.NetworkTraversal.csproj
index e7216fb5fd8e..fb1c5d57848a 100644
--- a/sdk/communication/Azure.Communication.NetworkTraversal/src/Azure.Communication.NetworkTraversal.csproj
+++ b/sdk/communication/Azure.Communication.NetworkTraversal/src/Azure.Communication.NetworkTraversal.csproj
@@ -10,6 +10,10 @@
$(RequiredTargetFrameworks)
+
+
+
+
diff --git a/sdk/communication/Azure.Communication.NetworkTraversal/tests.yml b/sdk/communication/Azure.Communication.NetworkTraversal/tests.yml
index d278fe1f4ed5..39781e014d33 100644
--- a/sdk/communication/Azure.Communication.NetworkTraversal/tests.yml
+++ b/sdk/communication/Azure.Communication.NetworkTraversal/tests.yml
@@ -17,5 +17,3 @@ extends:
- $(sub-config-communication-int-test-resources-net)
Clouds: Public,Int
EnvVars:
- # SKIP_PHONENUMBER_LIVE_TESTS skips certain phone number tests such as purchase and release
- SKIP_PHONENUMBER_LIVE_TESTS: TRUE
diff --git a/sdk/communication/Azure.Communication.NetworkTraversal/tests/Azure.Communication.NetworkTraversal.Tests.csproj b/sdk/communication/Azure.Communication.NetworkTraversal/tests/Azure.Communication.NetworkTraversal.Tests.csproj
index a2f263db5442..5f4423411c44 100644
--- a/sdk/communication/Azure.Communication.NetworkTraversal/tests/Azure.Communication.NetworkTraversal.Tests.csproj
+++ b/sdk/communication/Azure.Communication.NetworkTraversal/tests/Azure.Communication.NetworkTraversal.Tests.csproj
@@ -22,6 +22,7 @@
+
diff --git a/sdk/communication/Azure.Communication.PhoneNumbers/src/Azure.Communication.PhoneNumbers.csproj b/sdk/communication/Azure.Communication.PhoneNumbers/src/Azure.Communication.PhoneNumbers.csproj
index 247844b833dd..e1db99cb472f 100644
--- a/sdk/communication/Azure.Communication.PhoneNumbers/src/Azure.Communication.PhoneNumbers.csproj
+++ b/sdk/communication/Azure.Communication.PhoneNumbers/src/Azure.Communication.PhoneNumbers.csproj
@@ -12,6 +12,10 @@
$(RequiredTargetFrameworks)
+
+
+
+
diff --git a/sdk/communication/Azure.Communication.PhoneNumbers/tests/Azure.Communication.PhoneNumbers.Tests.csproj b/sdk/communication/Azure.Communication.PhoneNumbers/tests/Azure.Communication.PhoneNumbers.Tests.csproj
index 1882e70d20ca..d5cde2e257e2 100644
--- a/sdk/communication/Azure.Communication.PhoneNumbers/tests/Azure.Communication.PhoneNumbers.Tests.csproj
+++ b/sdk/communication/Azure.Communication.PhoneNumbers/tests/Azure.Communication.PhoneNumbers.Tests.csproj
@@ -21,6 +21,7 @@
+
diff --git a/sdk/communication/Azure.Communication.Sms/src/Azure.Communication.Sms.csproj b/sdk/communication/Azure.Communication.Sms/src/Azure.Communication.Sms.csproj
index d452b346b0ef..26130afea81f 100644
--- a/sdk/communication/Azure.Communication.Sms/src/Azure.Communication.Sms.csproj
+++ b/sdk/communication/Azure.Communication.Sms/src/Azure.Communication.Sms.csproj
@@ -13,6 +13,10 @@
$(RequiredTargetFrameworks)
+
+
+
+
diff --git a/sdk/communication/Azure.Communication.Sms/tests.yml b/sdk/communication/Azure.Communication.Sms/tests.yml
index 70c0260e0150..f5cfc079286e 100644
--- a/sdk/communication/Azure.Communication.Sms/tests.yml
+++ b/sdk/communication/Azure.Communication.Sms/tests.yml
@@ -17,5 +17,3 @@ extends:
- $(sub-config-communication-int-test-resources-net)
Clouds: Public,Int
EnvVars:
- # SKIP_PHONENUMBER_LIVE_TESTS skips certain phone number tests such as purchase and release
- SKIP_PHONENUMBER_LIVE_TESTS: TRUE
\ No newline at end of file
diff --git a/sdk/communication/Azure.Communication.Sms/tests/Azure.Communication.Sms.Tests.csproj b/sdk/communication/Azure.Communication.Sms/tests/Azure.Communication.Sms.Tests.csproj
index 3f1df2edf3b4..4f08b0319a8f 100644
--- a/sdk/communication/Azure.Communication.Sms/tests/Azure.Communication.Sms.Tests.csproj
+++ b/sdk/communication/Azure.Communication.Sms/tests/Azure.Communication.Sms.Tests.csproj
@@ -20,6 +20,7 @@
+
diff --git a/sdk/communication/Azure.Communication.sln b/sdk/communication/Azure.Communication.sln
index c9cafb784eb8..7915d87c2e15 100644
--- a/sdk/communication/Azure.Communication.sln
+++ b/sdk/communication/Azure.Communication.sln
@@ -14,7 +14,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{378D2940
ci.yml = ci.yml
Directory.Build.props = Directory.Build.props
test-resources.json = test-resources.json
- tests.yml = tests.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.Communication.Common", "Azure.Communication.Common\src\Azure.Communication.Common.csproj", "{A3844101-D370-4963-B450-71851034C3D6}"
diff --git a/sdk/communication/Azure.ResourceManager.Communication/src/Azure.ResourceManager.Communication.csproj b/sdk/communication/Azure.ResourceManager.Communication/src/Azure.ResourceManager.Communication.csproj
index 6353e16b27ff..7b87c3e7b5ad 100644
--- a/sdk/communication/Azure.ResourceManager.Communication/src/Azure.ResourceManager.Communication.csproj
+++ b/sdk/communication/Azure.ResourceManager.Communication/src/Azure.ResourceManager.Communication.csproj
@@ -15,6 +15,10 @@
$(NoWarn);AZC0001
+
+
+
+