Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/SDKs/Relay/AzSdk.RP.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!--This file and it's contents are updated at build time moving or editing might result in build failure. Take due deligence while editing this file-->
<PropertyGroup>
<AzureApiTag />
<AzureApiTag>Relay_2017-04-01;</AzureApiTag>
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
// <auto-generated>
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for
// license information.
//
// Code generated by Microsoft (R) AutoRest Code Generator.
// Changes may cause incorrect behavior and will be lost if the code is
// regenerated.
// </auto-generated>

namespace Microsoft.Azure.Management.Relay
{
using Microsoft.Azure;
using Microsoft.Azure.Management;
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
Expand Down Expand Up @@ -51,13 +51,13 @@ internal HybridConnectionsOperations(RelayManagementClient client)
public RelayManagementClient Client { get; private set; }

/// <summary>
/// Lists the HybridConnection within the namespace.
/// Lists the hybrid connection within the namespace.
/// </summary>
/// <param name='resourceGroupName'>
/// Name of the Resource group within the Azure subscription.
/// </param>
/// <param name='namespaceName'>
/// The Namespace Name
/// The namespace name
/// </param>
/// <param name='customHeaders'>
/// Headers that will be added to request.
Expand Down Expand Up @@ -264,20 +264,20 @@ internal HybridConnectionsOperations(RelayManagementClient client)
}

/// <summary>
/// Creates or Updates a service HybridConnection. This operation is
/// Creates or updates a service hybrid connection. This operation is
/// idempotent.
/// </summary>
/// <param name='resourceGroupName'>
/// Name of the Resource group within the Azure subscription.
/// </param>
/// <param name='namespaceName'>
/// The Namespace Name
/// The namespace name
/// </param>
/// <param name='hybridConnectionName'>
/// The hybrid connection name.
/// </param>
/// <param name='parameters'>
/// Parameters supplied to create a HybridConnection.
/// Parameters supplied to create a hybrid connection.
/// </param>
/// <param name='customHeaders'>
/// Headers that will be added to request.
Expand Down Expand Up @@ -512,13 +512,13 @@ internal HybridConnectionsOperations(RelayManagementClient client)
}

/// <summary>
/// Deletes a HybridConnection .
/// Deletes a hybrid connection.
/// </summary>
/// <param name='resourceGroupName'>
/// Name of the Resource group within the Azure subscription.
/// </param>
/// <param name='namespaceName'>
/// The Namespace Name
/// The namespace name
/// </param>
/// <param name='hybridConnectionName'>
/// The hybrid connection name.
Expand Down Expand Up @@ -720,13 +720,13 @@ internal HybridConnectionsOperations(RelayManagementClient client)
}

/// <summary>
/// Returns the description for the specified HybridConnection.
/// Returns the description for the specified hybrid connection.
/// </summary>
/// <param name='resourceGroupName'>
/// Name of the Resource group within the Azure subscription.
/// </param>
/// <param name='namespaceName'>
/// The Namespace Name
/// The namespace name
/// </param>
/// <param name='hybridConnectionName'>
/// The hybrid connection name.
Expand Down Expand Up @@ -949,13 +949,13 @@ internal HybridConnectionsOperations(RelayManagementClient client)
}

/// <summary>
/// Authorization rules for a HybridConnection.
/// Authorization rules for a hybrid connection.
/// </summary>
/// <param name='resourceGroupName'>
/// Name of the Resource group within the Azure subscription.
/// </param>
/// <param name='namespaceName'>
/// The Namespace Name
/// The namespace name
/// </param>
/// <param name='hybridConnectionName'>
/// The hybrid connection name.
Expand Down Expand Up @@ -1178,22 +1178,22 @@ internal HybridConnectionsOperations(RelayManagementClient client)
}

/// <summary>
/// Creates or Updates an authorization rule for a HybridConnection
/// Creates or updates an authorization rule for a hybrid connection.
/// </summary>
/// <param name='resourceGroupName'>
/// Name of the Resource group within the Azure subscription.
/// </param>
/// <param name='namespaceName'>
/// The Namespace Name
/// The namespace name
/// </param>
/// <param name='hybridConnectionName'>
/// The hybrid connection name.
/// </param>
/// <param name='authorizationRuleName'>
/// The authorizationRule name.
/// The authorization rule name.
/// </param>
/// <param name='parameters'>
/// The authorization rule parameters
/// The authorization rule parameters.
/// </param>
/// <param name='customHeaders'>
/// Headers that will be added to request.
Expand Down Expand Up @@ -1441,19 +1441,19 @@ internal HybridConnectionsOperations(RelayManagementClient client)
}

/// <summary>
/// Deletes a HybridConnection authorization rule
/// Deletes a hybrid connection authorization rule.
/// </summary>
/// <param name='resourceGroupName'>
/// Name of the Resource group within the Azure subscription.
/// </param>
/// <param name='namespaceName'>
/// The Namespace Name
/// The namespace name
/// </param>
/// <param name='hybridConnectionName'>
/// The hybrid connection name.
/// </param>
/// <param name='authorizationRuleName'>
/// The authorizationRule name.
/// The authorization rule name.
/// </param>
/// <param name='customHeaders'>
/// Headers that will be added to request.
Expand Down Expand Up @@ -1665,19 +1665,19 @@ internal HybridConnectionsOperations(RelayManagementClient client)
}

/// <summary>
/// HybridConnection authorizationRule for a HybridConnection by name.
/// Hybrid connection authorization rule for a hybrid connection by name.
/// </summary>
/// <param name='resourceGroupName'>
/// Name of the Resource group within the Azure subscription.
/// </param>
/// <param name='namespaceName'>
/// The Namespace Name
/// The namespace name
/// </param>
/// <param name='hybridConnectionName'>
/// The hybrid connection name.
/// </param>
/// <param name='authorizationRuleName'>
/// The authorizationRule name.
/// The authorization rule name.
/// </param>
/// <param name='customHeaders'>
/// Headers that will be added to request.
Expand Down Expand Up @@ -1910,19 +1910,19 @@ internal HybridConnectionsOperations(RelayManagementClient client)
}

/// <summary>
/// Primary and Secondary ConnectionStrings to the HybridConnection.
/// Primary and secondary connection strings to the hybrid connection.
/// </summary>
/// <param name='resourceGroupName'>
/// Name of the Resource group within the Azure subscription.
/// </param>
/// <param name='namespaceName'>
/// The Namespace Name
/// The namespace name
/// </param>
/// <param name='hybridConnectionName'>
/// The hybrid connection name.
/// </param>
/// <param name='authorizationRuleName'>
/// The authorizationRule name.
/// The authorization rule name.
/// </param>
/// <param name='customHeaders'>
/// Headers that will be added to request.
Expand Down Expand Up @@ -2155,23 +2155,23 @@ internal HybridConnectionsOperations(RelayManagementClient client)
}

/// <summary>
/// Regenerates the Primary or Secondary ConnectionStrings to the
/// HybridConnection
/// Regenerates the primary or secondary connection strings to the hybrid
/// connection.
/// </summary>
/// <param name='resourceGroupName'>
/// Name of the Resource group within the Azure subscription.
/// </param>
/// <param name='namespaceName'>
/// The Namespace Name
/// The namespace name
/// </param>
/// <param name='hybridConnectionName'>
/// The hybrid connection name.
/// </param>
/// <param name='authorizationRuleName'>
/// The authorizationRule name.
/// The authorization rule name.
/// </param>
/// <param name='parameters'>
/// Parameters supplied to regenerate Auth Rule.
/// Parameters supplied to regenerate authorization rule.
/// </param>
/// <param name='customHeaders'>
/// Headers that will be added to request.
Expand Down Expand Up @@ -2419,7 +2419,7 @@ internal HybridConnectionsOperations(RelayManagementClient client)
}

/// <summary>
/// Lists the HybridConnection within the namespace.
/// Lists the hybrid connection within the namespace.
/// </summary>
/// <param name='nextPageLink'>
/// The NextLink from the previous successful call to List operation.
Expand Down Expand Up @@ -2587,7 +2587,7 @@ internal HybridConnectionsOperations(RelayManagementClient client)
}

/// <summary>
/// Authorization rules for a HybridConnection.
/// Authorization rules for a hybrid connection.
/// </summary>
/// <param name='nextPageLink'>
/// The NextLink from the previous successful call to List operation.
Expand Down
Loading