Skip to content

Commit

Permalink
.NET SDK Resource Provider:'ApiManagement'
Browse files Browse the repository at this point in the history
REST Spec PR 'Azure/azure-rest-api-specs#5545'
REST Spec PR Author 'solankisamir'
REST Spec PR Last commit
  • Loading branch information
adxsdknet committed Apr 3, 2019
1 parent fd51554 commit ce2e068
Show file tree
Hide file tree
Showing 46 changed files with 1,006 additions and 107 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ internal ApiDiagnosticLoggerOperations(ApiManagementClient client)
public ApiManagementClient Client { get; private set; }

/// <summary>
/// Lists all loggers assosiated with the specified Diagnostic of an API.
/// Lists all loggers associated with the specified Diagnostic of an API.
/// </summary>
/// <param name='resourceGroupName'>
/// The name of the resource group.
Expand Down Expand Up @@ -577,7 +577,7 @@ internal ApiDiagnosticLoggerOperations(ApiManagementClient client)
}

/// <summary>
/// Attaches a logger to a dignostic for an API.
/// Attaches a logger to a diagnostic for an API.
/// </summary>
/// <param name='resourceGroupName'>
/// The name of the resource group.
Expand Down Expand Up @@ -1126,7 +1126,7 @@ internal ApiDiagnosticLoggerOperations(ApiManagementClient client)
}

/// <summary>
/// Lists all loggers assosiated with the specified Diagnostic of an API.
/// Lists all loggers associated with the specified Diagnostic of an API.
/// </summary>
/// <param name='nextPageLink'>
/// The NextLink from the previous successful call to List operation.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ namespace Microsoft.Azure.Management.ApiManagement
public static partial class ApiDiagnosticLoggerOperationsExtensions
{
/// <summary>
/// Lists all loggers assosiated with the specified Diagnostic of an API.
/// Lists all loggers associated with the specified Diagnostic of an API.
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
Expand Down Expand Up @@ -51,7 +51,7 @@ public static partial class ApiDiagnosticLoggerOperationsExtensions
}

/// <summary>
/// Lists all loggers assosiated with the specified Diagnostic of an API.
/// Lists all loggers associated with the specified Diagnostic of an API.
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
Expand Down Expand Up @@ -149,7 +149,7 @@ public static bool CheckEntityExists(this IApiDiagnosticLoggerOperations operati
}

/// <summary>
/// Attaches a logger to a dignostic for an API.
/// Attaches a logger to a diagnostic for an API.
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
Expand Down Expand Up @@ -177,7 +177,7 @@ public static LoggerContract CreateOrUpdate(this IApiDiagnosticLoggerOperations
}

/// <summary>
/// Attaches a logger to a dignostic for an API.
/// Attaches a logger to a diagnostic for an API.
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
Expand Down Expand Up @@ -270,7 +270,7 @@ public static void Delete(this IApiDiagnosticLoggerOperations operations, string
}

/// <summary>
/// Lists all loggers assosiated with the specified Diagnostic of an API.
/// Lists all loggers associated with the specified Diagnostic of an API.
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
Expand All @@ -284,7 +284,7 @@ public static IPage<LoggerContract> ListByServiceNext(this IApiDiagnosticLoggerO
}

/// <summary>
/// Lists all loggers assosiated with the specified Diagnostic of an API.
/// Lists all loggers associated with the specified Diagnostic of an API.
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ internal ApiIssueAttachmentOperations(ApiManagementClient client)
public ApiManagementClient Client { get; private set; }

/// <summary>
/// Lists all comments for the Issue assosiated with the specified API.
/// Lists all comments for the Issue associated with the specified API.
/// </summary>
/// <param name='resourceGroupName'>
/// The name of the resource group.
Expand Down Expand Up @@ -1495,7 +1495,7 @@ internal ApiIssueAttachmentOperations(ApiManagementClient client)
}

/// <summary>
/// Lists all comments for the Issue assosiated with the specified API.
/// Lists all comments for the Issue associated with the specified API.
/// </summary>
/// <param name='nextPageLink'>
/// The NextLink from the previous successful call to List operation.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ namespace Microsoft.Azure.Management.ApiManagement
public static partial class ApiIssueAttachmentOperationsExtensions
{
/// <summary>
/// Lists all comments for the Issue assosiated with the specified API.
/// Lists all comments for the Issue associated with the specified API.
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
Expand Down Expand Up @@ -51,7 +51,7 @@ public static partial class ApiIssueAttachmentOperationsExtensions
}

/// <summary>
/// Lists all comments for the Issue assosiated with the specified API.
/// Lists all comments for the Issue associated with the specified API.
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
Expand Down Expand Up @@ -362,7 +362,7 @@ public static void Delete(this IApiIssueAttachmentOperations operations, string
}

/// <summary>
/// Lists all comments for the Issue assosiated with the specified API.
/// Lists all comments for the Issue associated with the specified API.
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
Expand All @@ -376,7 +376,7 @@ public static IPage<IssueAttachmentContract> ListByServiceNext(this IApiIssueAtt
}

/// <summary>
/// Lists all comments for the Issue assosiated with the specified API.
/// Lists all comments for the Issue associated with the specified API.
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ internal ApiIssueCommentOperations(ApiManagementClient client)
public ApiManagementClient Client { get; private set; }

/// <summary>
/// Lists all comments for the Issue assosiated with the specified API.
/// Lists all comments for the Issue associated with the specified API.
/// </summary>
/// <param name='resourceGroupName'>
/// The name of the resource group.
Expand Down Expand Up @@ -1494,7 +1494,7 @@ internal ApiIssueCommentOperations(ApiManagementClient client)
}

/// <summary>
/// Lists all comments for the Issue assosiated with the specified API.
/// Lists all comments for the Issue associated with the specified API.
/// </summary>
/// <param name='nextPageLink'>
/// The NextLink from the previous successful call to List operation.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ namespace Microsoft.Azure.Management.ApiManagement
public static partial class ApiIssueCommentOperationsExtensions
{
/// <summary>
/// Lists all comments for the Issue assosiated with the specified API.
/// Lists all comments for the Issue associated with the specified API.
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
Expand Down Expand Up @@ -51,7 +51,7 @@ public static partial class ApiIssueCommentOperationsExtensions
}

/// <summary>
/// Lists all comments for the Issue assosiated with the specified API.
/// Lists all comments for the Issue associated with the specified API.
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
Expand Down Expand Up @@ -360,7 +360,7 @@ public static void Delete(this IApiIssueCommentOperations operations, string res
}

/// <summary>
/// Lists all comments for the Issue assosiated with the specified API.
/// Lists all comments for the Issue associated with the specified API.
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
Expand All @@ -374,7 +374,7 @@ public static IPage<IssueCommentContract> ListByServiceNext(this IApiIssueCommen
}

/// <summary>
/// Lists all comments for the Issue assosiated with the specified API.
/// Lists all comments for the Issue associated with the specified API.
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ internal ApiIssueOperations(ApiManagementClient client)
public ApiManagementClient Client { get; private set; }

/// <summary>
/// Lists all issues assosiated with the specified API.
/// Lists all issues associated with the specified API.
/// </summary>
/// <param name='resourceGroupName'>
/// The name of the resource group.
Expand Down Expand Up @@ -1635,7 +1635,7 @@ internal ApiIssueOperations(ApiManagementClient client)
}

/// <summary>
/// Lists all issues assosiated with the specified API.
/// Lists all issues associated with the specified API.
/// </summary>
/// <param name='nextPageLink'>
/// The NextLink from the previous successful call to List operation.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ namespace Microsoft.Azure.Management.ApiManagement
public static partial class ApiIssueOperationsExtensions
{
/// <summary>
/// Lists all issues assosiated with the specified API.
/// Lists all issues associated with the specified API.
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
Expand All @@ -47,7 +47,7 @@ public static partial class ApiIssueOperationsExtensions
}

/// <summary>
/// Lists all issues assosiated with the specified API.
/// Lists all issues associated with the specified API.
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
Expand Down Expand Up @@ -395,7 +395,7 @@ public static void Delete(this IApiIssueOperations operations, string resourceGr
}

/// <summary>
/// Lists all issues assosiated with the specified API.
/// Lists all issues associated with the specified API.
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
Expand All @@ -409,7 +409,7 @@ public static IPage<IssueContract> ListByServiceNext(this IApiIssueOperations op
}

/// <summary>
/// Lists all issues assosiated with the specified API.
/// Lists all issues associated with the specified API.
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,11 @@ public partial class ApiManagementClient : ServiceClient<ApiManagementClient>, I
/// </summary>
public virtual IApiManagementOperations ApiManagementOperations { get; private set; }

/// <summary>
/// Gets the IApiManagementServiceSkusOperations.
/// </summary>
public virtual IApiManagementServiceSkusOperations ApiManagementServiceSkus { get; private set; }

/// <summary>
/// Gets the IApiManagementServiceOperations.
/// </summary>
Expand Down Expand Up @@ -632,6 +637,7 @@ private void Initialize()
Backend = new BackendOperations(this);
Certificate = new CertificateOperations(this);
ApiManagementOperations = new ApiManagementOperations(this);
ApiManagementServiceSkus = new ApiManagementServiceSkusOperations(this);
ApiManagementService = new ApiManagementServiceOperations(this);
Diagnostic = new DiagnosticOperations(this);
DiagnosticLogger = new DiagnosticLoggerOperations(this);
Expand Down
Loading

0 comments on commit ce2e068

Please sign in to comment.