Skip to content

Commit 66a6331

Browse files
adxsdknetdsgouda
authored andcommitted
.NET SDK Resource Provider:'ApiManagement' (#5679)
REST Spec PR 'Azure/azure-rest-api-specs#5545' REST Spec PR Author 'solankisamir' REST Spec PR Last commit
1 parent 6047dbe commit 66a6331

File tree

46 files changed

+1006
-107
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+1006
-107
lines changed

src/SDKs/ApiManagement/Management.ApiManagement/Generated/ApiDiagnosticLoggerOperations.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ internal ApiDiagnosticLoggerOperations(ApiManagementClient client)
5252
public ApiManagementClient Client { get; private set; }
5353

5454
/// <summary>
55-
/// Lists all loggers assosiated with the specified Diagnostic of an API.
55+
/// Lists all loggers associated with the specified Diagnostic of an API.
5656
/// </summary>
5757
/// <param name='resourceGroupName'>
5858
/// The name of the resource group.
@@ -577,7 +577,7 @@ internal ApiDiagnosticLoggerOperations(ApiManagementClient client)
577577
}
578578

579579
/// <summary>
580-
/// Attaches a logger to a dignostic for an API.
580+
/// Attaches a logger to a diagnostic for an API.
581581
/// </summary>
582582
/// <param name='resourceGroupName'>
583583
/// The name of the resource group.
@@ -1126,7 +1126,7 @@ internal ApiDiagnosticLoggerOperations(ApiManagementClient client)
11261126
}
11271127

11281128
/// <summary>
1129-
/// Lists all loggers assosiated with the specified Diagnostic of an API.
1129+
/// Lists all loggers associated with the specified Diagnostic of an API.
11301130
/// </summary>
11311131
/// <param name='nextPageLink'>
11321132
/// The NextLink from the previous successful call to List operation.

src/SDKs/ApiManagement/Management.ApiManagement/Generated/ApiDiagnosticLoggerOperationsExtensions.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ namespace Microsoft.Azure.Management.ApiManagement
2323
public static partial class ApiDiagnosticLoggerOperationsExtensions
2424
{
2525
/// <summary>
26-
/// Lists all loggers assosiated with the specified Diagnostic of an API.
26+
/// Lists all loggers associated with the specified Diagnostic of an API.
2727
/// </summary>
2828
/// <param name='operations'>
2929
/// The operations group for this extension method.
@@ -51,7 +51,7 @@ public static partial class ApiDiagnosticLoggerOperationsExtensions
5151
}
5252

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

151151
/// <summary>
152-
/// Attaches a logger to a dignostic for an API.
152+
/// Attaches a logger to a diagnostic for an API.
153153
/// </summary>
154154
/// <param name='operations'>
155155
/// The operations group for this extension method.
@@ -177,7 +177,7 @@ public static LoggerContract CreateOrUpdate(this IApiDiagnosticLoggerOperations
177177
}
178178

179179
/// <summary>
180-
/// Attaches a logger to a dignostic for an API.
180+
/// Attaches a logger to a diagnostic for an API.
181181
/// </summary>
182182
/// <param name='operations'>
183183
/// The operations group for this extension method.
@@ -270,7 +270,7 @@ public static void Delete(this IApiDiagnosticLoggerOperations operations, string
270270
}
271271

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

286286
/// <summary>
287-
/// Lists all loggers assosiated with the specified Diagnostic of an API.
287+
/// Lists all loggers associated with the specified Diagnostic of an API.
288288
/// </summary>
289289
/// <param name='operations'>
290290
/// The operations group for this extension method.

src/SDKs/ApiManagement/Management.ApiManagement/Generated/ApiIssueAttachmentOperations.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ internal ApiIssueAttachmentOperations(ApiManagementClient client)
5252
public ApiManagementClient Client { get; private set; }
5353

5454
/// <summary>
55-
/// Lists all comments for the Issue assosiated with the specified API.
55+
/// Lists all comments for the Issue associated with the specified API.
5656
/// </summary>
5757
/// <param name='resourceGroupName'>
5858
/// The name of the resource group.
@@ -1495,7 +1495,7 @@ internal ApiIssueAttachmentOperations(ApiManagementClient client)
14951495
}
14961496

14971497
/// <summary>
1498-
/// Lists all comments for the Issue assosiated with the specified API.
1498+
/// Lists all comments for the Issue associated with the specified API.
14991499
/// </summary>
15001500
/// <param name='nextPageLink'>
15011501
/// The NextLink from the previous successful call to List operation.

src/SDKs/ApiManagement/Management.ApiManagement/Generated/ApiIssueAttachmentOperationsExtensions.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ namespace Microsoft.Azure.Management.ApiManagement
2323
public static partial class ApiIssueAttachmentOperationsExtensions
2424
{
2525
/// <summary>
26-
/// Lists all comments for the Issue assosiated with the specified API.
26+
/// Lists all comments for the Issue associated with the specified API.
2727
/// </summary>
2828
/// <param name='operations'>
2929
/// The operations group for this extension method.
@@ -51,7 +51,7 @@ public static partial class ApiIssueAttachmentOperationsExtensions
5151
}
5252

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

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

378378
/// <summary>
379-
/// Lists all comments for the Issue assosiated with the specified API.
379+
/// Lists all comments for the Issue associated with the specified API.
380380
/// </summary>
381381
/// <param name='operations'>
382382
/// The operations group for this extension method.

src/SDKs/ApiManagement/Management.ApiManagement/Generated/ApiIssueCommentOperations.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ internal ApiIssueCommentOperations(ApiManagementClient client)
5252
public ApiManagementClient Client { get; private set; }
5353

5454
/// <summary>
55-
/// Lists all comments for the Issue assosiated with the specified API.
55+
/// Lists all comments for the Issue associated with the specified API.
5656
/// </summary>
5757
/// <param name='resourceGroupName'>
5858
/// The name of the resource group.
@@ -1494,7 +1494,7 @@ internal ApiIssueCommentOperations(ApiManagementClient client)
14941494
}
14951495

14961496
/// <summary>
1497-
/// Lists all comments for the Issue assosiated with the specified API.
1497+
/// Lists all comments for the Issue associated with the specified API.
14981498
/// </summary>
14991499
/// <param name='nextPageLink'>
15001500
/// The NextLink from the previous successful call to List operation.

src/SDKs/ApiManagement/Management.ApiManagement/Generated/ApiIssueCommentOperationsExtensions.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ namespace Microsoft.Azure.Management.ApiManagement
2323
public static partial class ApiIssueCommentOperationsExtensions
2424
{
2525
/// <summary>
26-
/// Lists all comments for the Issue assosiated with the specified API.
26+
/// Lists all comments for the Issue associated with the specified API.
2727
/// </summary>
2828
/// <param name='operations'>
2929
/// The operations group for this extension method.
@@ -51,7 +51,7 @@ public static partial class ApiIssueCommentOperationsExtensions
5151
}
5252

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

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

376376
/// <summary>
377-
/// Lists all comments for the Issue assosiated with the specified API.
377+
/// Lists all comments for the Issue associated with the specified API.
378378
/// </summary>
379379
/// <param name='operations'>
380380
/// The operations group for this extension method.

src/SDKs/ApiManagement/Management.ApiManagement/Generated/ApiIssueOperations.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ internal ApiIssueOperations(ApiManagementClient client)
5252
public ApiManagementClient Client { get; private set; }
5353

5454
/// <summary>
55-
/// Lists all issues assosiated with the specified API.
55+
/// Lists all issues associated with the specified API.
5656
/// </summary>
5757
/// <param name='resourceGroupName'>
5858
/// The name of the resource group.
@@ -1635,7 +1635,7 @@ internal ApiIssueOperations(ApiManagementClient client)
16351635
}
16361636

16371637
/// <summary>
1638-
/// Lists all issues assosiated with the specified API.
1638+
/// Lists all issues associated with the specified API.
16391639
/// </summary>
16401640
/// <param name='nextPageLink'>
16411641
/// The NextLink from the previous successful call to List operation.

src/SDKs/ApiManagement/Management.ApiManagement/Generated/ApiIssueOperationsExtensions.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ namespace Microsoft.Azure.Management.ApiManagement
2323
public static partial class ApiIssueOperationsExtensions
2424
{
2525
/// <summary>
26-
/// Lists all issues assosiated with the specified API.
26+
/// Lists all issues associated with the specified API.
2727
/// </summary>
2828
/// <param name='operations'>
2929
/// The operations group for this extension method.
@@ -47,7 +47,7 @@ public static partial class ApiIssueOperationsExtensions
4747
}
4848

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

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

411411
/// <summary>
412-
/// Lists all issues assosiated with the specified API.
412+
/// Lists all issues associated with the specified API.
413413
/// </summary>
414414
/// <param name='operations'>
415415
/// The operations group for this extension method.

src/SDKs/ApiManagement/Management.ApiManagement/Generated/ApiManagementClient.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,11 @@ public partial class ApiManagementClient : ServiceClient<ApiManagementClient>, I
176176
/// </summary>
177177
public virtual IApiManagementOperations ApiManagementOperations { get; private set; }
178178

179+
/// <summary>
180+
/// Gets the IApiManagementServiceSkusOperations.
181+
/// </summary>
182+
public virtual IApiManagementServiceSkusOperations ApiManagementServiceSkus { get; private set; }
183+
179184
/// <summary>
180185
/// Gets the IApiManagementServiceOperations.
181186
/// </summary>
@@ -632,6 +637,7 @@ private void Initialize()
632637
Backend = new BackendOperations(this);
633638
Certificate = new CertificateOperations(this);
634639
ApiManagementOperations = new ApiManagementOperations(this);
640+
ApiManagementServiceSkus = new ApiManagementServiceSkusOperations(this);
635641
ApiManagementService = new ApiManagementServiceOperations(this);
636642
Diagnostic = new DiagnosticOperations(this);
637643
DiagnosticLogger = new DiagnosticLoggerOperations(this);

0 commit comments

Comments
 (0)