-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SignalR] SignalR completed the Track 1 to SDK (#26726)
* SignalR completed the Track 1 to SDK * Create BreakingChangeIssues.csv UXMetadataIssues.csv GeneratedSdkIssues.csv * Update changelog * Delete breakingchange.csv and update Az.SignalR.psd1 * update autorest.csharp to autorest.powershell * remove generatedsdkissues.csv UXmetadataissues.csv * update test case * update test case
- Loading branch information
1 parent
f933d31
commit dbe4cca
Showing
98 changed files
with
18,660 additions
and
7,932 deletions.
There are no files selected for viewing
64 changes: 64 additions & 0 deletions
64
src/SignalR/SignalR.Management.Sdk/Generated/IOperations.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
// 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. | ||
|
||
namespace Microsoft.Azure.Management.SignalR | ||
{ | ||
using Microsoft.Rest.Azure; | ||
using Models; | ||
|
||
/// <summary> | ||
/// Operations operations. | ||
/// </summary> | ||
public partial interface IOperations | ||
{ | ||
/// <summary> | ||
/// Lists all of the available REST API operations of the | ||
/// Microsoft.SignalRService provider. | ||
/// </summary> | ||
/// <remarks> | ||
/// Lists all of the available REST API operations of the | ||
/// Microsoft.SignalRService provider. | ||
/// </remarks> | ||
/// <param name='customHeaders'> | ||
/// The headers that will be added to request. | ||
/// </param> | ||
/// <param name='cancellationToken'> | ||
/// The cancellation token. | ||
/// </param> | ||
/// <exception cref="Microsoft.Rest.Azure.CloudException"> | ||
/// Thrown when the operation returned an invalid status code | ||
/// </exception> | ||
/// <exception cref="Microsoft.Rest.SerializationException"> | ||
/// Thrown when unable to deserialize the response | ||
/// </exception> | ||
System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Operation>>> ListWithHttpMessagesAsync(System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); | ||
|
||
/// <summary> | ||
/// Lists all of the available REST API operations of the | ||
/// Microsoft.SignalRService provider. | ||
/// </summary> | ||
/// <remarks> | ||
/// Lists all of the available REST API operations of the | ||
/// Microsoft.SignalRService provider. | ||
/// </remarks> | ||
/// <param name='nextPageLink'> | ||
/// The NextLink from the previous successful call to List operation. | ||
/// </param> | ||
/// <param name='customHeaders'> | ||
/// The headers that will be added to request. | ||
/// </param> | ||
/// <param name='cancellationToken'> | ||
/// The cancellation token. | ||
/// </param> | ||
/// <exception cref="Microsoft.Rest.Azure.CloudException"> | ||
/// Thrown when the operation returned an invalid status code | ||
/// </exception> | ||
/// <exception cref="Microsoft.Rest.SerializationException"> | ||
/// Thrown when unable to deserialize the response | ||
/// </exception> | ||
System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Operation>>> ListNextWithHttpMessagesAsync(string nextPageLink, System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); | ||
|
||
} | ||
} |
104 changes: 104 additions & 0 deletions
104
src/SignalR/SignalR.Management.Sdk/Generated/ISignalRManagementClient.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,104 @@ | ||
// 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. | ||
|
||
namespace Microsoft.Azure.Management.SignalR | ||
{ | ||
using Microsoft.Rest; | ||
using Microsoft.Rest.Azure; | ||
using Models; | ||
|
||
/// <summary> | ||
/// REST API for Azure SignalR Service | ||
/// </summary> | ||
public partial interface ISignalRManagementClient : System.IDisposable | ||
{ | ||
/// <summary> | ||
/// The base URI of the service. | ||
/// </summary> | ||
System.Uri BaseUri { get; set; } | ||
|
||
/// <summary> | ||
/// Gets or sets json serialization settings. | ||
/// </summary> | ||
Newtonsoft.Json.JsonSerializerSettings SerializationSettings { get; } | ||
|
||
/// <summary> | ||
/// Gets or sets json deserialization settings. | ||
/// </summary> | ||
Newtonsoft.Json.JsonSerializerSettings DeserializationSettings { get; } | ||
|
||
/// <summary> | ||
/// Credentials needed for the client to connect to Azure. | ||
/// </summary> | ||
Microsoft.Rest.ServiceClientCredentials Credentials { get;} | ||
|
||
|
||
/// <summary> | ||
/// The API version to use for this operation. | ||
/// </summary> | ||
string ApiVersion { get;} | ||
|
||
|
||
/// <summary> | ||
/// Gets subscription Id which uniquely identify the Microsoft Azure | ||
/// subscription. The subscription ID forms part of the URI for every service | ||
/// call. | ||
/// </summary> | ||
string SubscriptionId { get; set;} | ||
|
||
|
||
/// <summary> | ||
/// The preferred language for the response. | ||
/// </summary> | ||
string AcceptLanguage { get; set;} | ||
|
||
|
||
/// <summary> | ||
/// The retry timeout in seconds for Long Running Operations. Default | ||
/// /// value is 30. | ||
/// </summary> | ||
int? LongRunningOperationRetryTimeout { get; set;} | ||
|
||
|
||
/// <summary> | ||
/// Whether a unique x-ms-client-request-id should be generated. When | ||
/// /// set to true a unique x-ms-client-request-id value is generated and | ||
/// /// included in each request. Default is true. | ||
/// </summary> | ||
bool? GenerateClientRequestId { get; set;} | ||
|
||
|
||
/// <summary> | ||
/// Gets the IOperations | ||
/// </summary> | ||
IOperations Operations { get; } | ||
|
||
/// <summary> | ||
/// Gets the ISignalROperations | ||
/// </summary> | ||
ISignalROperations SignalR { get; } | ||
|
||
/// <summary> | ||
/// Gets the IUsagesOperations | ||
/// </summary> | ||
IUsagesOperations Usages { get; } | ||
|
||
/// <summary> | ||
/// Gets the ISignalRPrivateEndpointConnectionsOperations | ||
/// </summary> | ||
ISignalRPrivateEndpointConnectionsOperations SignalRPrivateEndpointConnections { get; } | ||
|
||
/// <summary> | ||
/// Gets the ISignalRPrivateLinkResourcesOperations | ||
/// </summary> | ||
ISignalRPrivateLinkResourcesOperations SignalRPrivateLinkResources { get; } | ||
|
||
/// <summary> | ||
/// Gets the ISignalRSharedPrivateLinkResourcesOperations | ||
/// </summary> | ||
ISignalRSharedPrivateLinkResourcesOperations SignalRSharedPrivateLinkResources { get; } | ||
|
||
} | ||
} |
Oops, something went wrong.