Skip to content

Commit

Permalink
Revert namespace changes in Azure.Communication
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSher committed Jul 6, 2021
1 parent dd27876 commit c4feed4
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 11 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using Azure.Core;

namespace Azure.Communication.CallingServer.Models
namespace Azure.Communication.CallingServer
{
/// <summary>
/// Calling server model factory
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@
using System.ComponentModel;
using Azure.Core;

namespace Azure.Communication.Chat.Models
namespace Azure.Communication.Chat
{
/// <summary>
/// Model factory that enables mocking for the Chat library.
/// </summary>
[CodeGenType(nameof(ChatModelFactory))]
public static partial class ChatModelFactory
{
/// <summary>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

using Azure.Core;

namespace Azure.Communication.NetworkTraversal
{
[CodeGenType(nameof(AzureCommunicationServicesModelFactory))]
public static partial class AzureCommunicationServicesModelFactory
{
}
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@

using System;
using System.Collections.Generic;
using Azure.Core;

namespace Azure.Communication.PhoneNumbers.Models
namespace Azure.Communication.PhoneNumbers
{
/// <summary>
/// Model factory that enables mocking for the Azure.Communication.PhoneNumbers library.
/// </summary>
[CodeGenType(nameof(PhoneNumbersModelFactory))]
public static partial class PhoneNumbersModelFactory
{
/// <summary> Initializes a new instance of <see cref="PurchasedPhoneNumber"/>. </summary>
Expand Down

0 comments on commit c4feed4

Please sign in to comment.