-
Notifications
You must be signed in to change notification settings - Fork 5.1k
AVS 2023-09-01 SDK generation #46324
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
ArthurMa1978
merged 23 commits into
Azure:main
from
anaarias-msft:anaarias/avs_2023_09_01_dotnet_sdk
Oct 24, 2024
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
5f9b759
generated 2023-09-01 version and created custom files to solve api co…
anaarias-msft 61b3521
fixes from comments
anaarias-msft 334d03c
Merge branch 'main' of https://github.com/anaarias-msft/azure-sdk-for…
anaarias-msft cb7fd9b
add [EditorBrowsable(EditorBrowsableState.Never)] in workloadNetworkName
anaarias-msft d6a75c8
add iscsi to cspell
anaarias-msft 56b7b1b
add mock test autorest file
anaarias-msft 179eb35
Merge branch 'main' of https://github.com/anaarias-msft/azure-sdk-for…
anaarias-msft cfcbcab
fix added test
anaarias-msft 7c99da2
added autorest.tests.md for mock testing
anaarias-msft 9e99c45
fixes from comments
anaarias-msft e47f1c5
Merge branch 'main' of https://github.com/anaarias-msft/azure-sdk-for…
anaarias-msft 2778780
Merge branch 'main' of https://github.com/anaarias-msft/azure-sdk-for…
anaarias-msft 88a0615
Merge branch 'main' of https://github.com/anaarias-msft/azure-sdk-for…
anaarias-msft 0d8ed46
Merge branch 'main' into anaarias/avs_2023_09_01_dotnet_sdk
anaarias-msft edbfafa
re-generated code to fix CreateResourceIdentifier issue
anaarias-msft f177c78
fixes from comments and ran Export-API.ps1
anaarias-msft 1ea55a5
remove EBNever attribute to CommonCLusterProperties still in use
anaarias-msft 2e6514c
added VsanDatastoreName serialization AVSManagementCluster
anaarias-msft 55ce183
fix api changes and rerun Export-API.ps1 avs
anaarias-msft 9fc7a10
rename types which can collide and added changelog
anaarias-msft 2319198
update api with rename
anaarias-msft f98b955
fix in changelog
anaarias-msft 915099e
update
ArthurMa1978 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fixes from comments and ran Export-API.ps1
- Loading branch information
commit f177c78dcf016b4a3a813de1b765abc973dd00d0
There are no files selected for viewing
386 changes: 372 additions & 14 deletions
386
sdk/avs/Azure.ResourceManager.Avs/api/Azure.ResourceManager.Avs.netstandard2.0.cs
Large diffs are not rendered by default.
Oops, something went wrong.
17 changes: 17 additions & 0 deletions
17
sdk/avs/Azure.ResourceManager.Avs/src/Customized/AvsManagementCluster.cs
This file contains hidden or 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,17 @@ | ||
| // Copyright (c) Microsoft Corporation. All rights reserved. | ||
| // Licensed under the MIT License. | ||
|
|
||
| // <auto-generated/> | ||
|
|
||
| #nullable disable | ||
|
|
||
| using System; | ||
| using System.Collections.Generic; | ||
|
|
||
| namespace Azure.ResourceManager.Avs.Models | ||
| { | ||
| /// <summary> The properties of a management cluster. </summary> | ||
| public partial class AvsManagementCluster : CommonClusterProperties | ||
| { | ||
| } | ||
| } |
This file contains hidden or 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
57 changes: 0 additions & 57 deletions
57
sdk/avs/Azure.ResourceManager.Avs/src/Generated/Models/AvsManagementCluster.Serialization.cs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
41 changes: 0 additions & 41 deletions
41
sdk/avs/Azure.ResourceManager.Avs/src/Generated/Models/AvsManagementCluster.cs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
85 changes: 85 additions & 0 deletions
85
...t.CoreWCF.Azure.StorageQueues/api/Microsoft.CoreWCF.Azure.StorageQueues.netstandard2.0.cs
This file contains hidden or 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,85 @@ | ||
| namespace Microsoft.CoreWCF.Azure | ||
| { | ||
| public enum AzureClientCredentialType | ||
| { | ||
| Default = 0, | ||
| Sas = 1, | ||
| StorageSharedKey = 2, | ||
| Token = 3, | ||
| ConnectionString = 4, | ||
| } | ||
| public partial class AzureServiceCredentials : CoreWCF.Description.ServiceCredentials | ||
| { | ||
| public AzureServiceCredentials() { } | ||
| protected AzureServiceCredentials(Microsoft.CoreWCF.Azure.AzureServiceCredentials other) { } | ||
| public Azure.Storage.Queues.Models.QueueAudience Audience { get { throw null; } set { } } | ||
| public string ConnectionString { get { throw null; } set { } } | ||
| public Azure.Identity.DefaultAzureCredentialOptions DefaultAzureCredentialOptions { get { throw null; } set { } } | ||
| public bool EnableTenantDiscovery { get { throw null; } set { } } | ||
| public Azure.AzureSasCredential Sas { get { throw null; } set { } } | ||
| public Azure.Storage.StorageSharedKeyCredential StorageSharedKey { get { throw null; } set { } } | ||
| public Azure.Core.TokenCredential Token { get { throw null; } set { } } | ||
| protected override CoreWCF.Description.ServiceCredentials CloneCore() { throw null; } | ||
| public override CoreWCF.IdentityModel.Selectors.SecurityTokenManager CreateSecurityTokenManager() { throw null; } | ||
| } | ||
| public partial class AzureServiceCredentialsSecurityTokenManager : CoreWCF.Security.ServiceCredentialsSecurityTokenManager | ||
| { | ||
| public AzureServiceCredentialsSecurityTokenManager(Microsoft.CoreWCF.Azure.AzureServiceCredentials azureServiceCredentials) : base (default(CoreWCF.Description.ServiceCredentials)) { } | ||
| public override CoreWCF.IdentityModel.Selectors.SecurityTokenAuthenticator CreateSecurityTokenAuthenticator(CoreWCF.IdentityModel.Selectors.SecurityTokenRequirement tokenRequirement, out CoreWCF.IdentityModel.Selectors.SecurityTokenResolver outOfBandTokenResolver) { throw null; } | ||
| public override CoreWCF.IdentityModel.Selectors.SecurityTokenProvider CreateSecurityTokenProvider(CoreWCF.IdentityModel.Selectors.SecurityTokenRequirement tokenRequirement) { throw null; } | ||
| public override CoreWCF.IdentityModel.Selectors.SecurityTokenSerializer CreateSecurityTokenSerializer(CoreWCF.IdentityModel.Selectors.SecurityTokenVersion version) { throw null; } | ||
| } | ||
| public static partial class ServiceCredentialsExtensions | ||
| { | ||
| public static Microsoft.CoreWCF.Azure.AzureServiceCredentials UseAzureCredentials(this CoreWCF.ServiceHostBase serviceHostBase) { throw null; } | ||
| public static Microsoft.CoreWCF.Azure.AzureServiceCredentials UseAzureCredentials<TService>(this CoreWCF.Configuration.IServiceBuilder serviceBuilder) where TService : class { throw null; } | ||
| public static void UseAzureCredentials<TService>(this CoreWCF.Configuration.IServiceBuilder serviceBuilder, System.Action<Microsoft.CoreWCF.Azure.AzureServiceCredentials> configure) where TService : class { } | ||
| } | ||
| } | ||
| namespace Microsoft.CoreWCF.Azure.StorageQueues | ||
| { | ||
| public partial class AzureQueueStorageBinding : CoreWCF.Channels.Binding | ||
| { | ||
| public AzureQueueStorageBinding(string deadLetterQueueName = "default-dead-letter-queue") { } | ||
| public string DeadLetterQueueName { get { throw null; } set { } } | ||
| public long MaxMessageSize { get { throw null; } set { } } | ||
| public Microsoft.CoreWCF.Azure.StorageQueues.AzureQueueStorageMessageEncoding MessageEncoding { get { throw null; } set { } } | ||
| public override string Scheme { get { throw null; } } | ||
| public Microsoft.CoreWCF.Azure.StorageQueues.AzureQueueStorageSecurity Security { get { throw null; } set { } } | ||
| public override CoreWCF.Channels.BindingElementCollection CreateBindingElements() { throw null; } | ||
| } | ||
| public enum AzureQueueStorageMessageEncoding | ||
| { | ||
| Binary = 0, | ||
| Text = 1, | ||
| } | ||
| public partial class AzureQueueStorageSecurity | ||
| { | ||
| public AzureQueueStorageSecurity() { } | ||
| public Microsoft.CoreWCF.Azure.StorageQueues.AzureQueueStorageTransportSecurity Transport { get { throw null; } set { } } | ||
| } | ||
| public partial class AzureQueueStorageTransportSecurity | ||
| { | ||
| public AzureQueueStorageTransportSecurity() { } | ||
| public Microsoft.CoreWCF.Azure.AzureClientCredentialType ClientCredentialType { get { throw null; } set { } } | ||
| } | ||
| } | ||
| namespace Microsoft.CoreWCF.Azure.StorageQueues.Channels | ||
| { | ||
| public partial class AzureQueueStorageTransportBindingElement : CoreWCF.Queue.Common.Configuration.QueueBaseTransportBindingElement, CoreWCF.Configuration.ITransportServiceBuilder | ||
| { | ||
| public AzureQueueStorageTransportBindingElement() { } | ||
| protected AzureQueueStorageTransportBindingElement(Microsoft.CoreWCF.Azure.StorageQueues.Channels.AzureQueueStorageTransportBindingElement other) { } | ||
| public Microsoft.CoreWCF.Azure.AzureClientCredentialType ClientCredentialType { get { throw null; } set { } } | ||
| public string DeadLetterQueueName { get { throw null; } set { } } | ||
| public override long MaxReceivedMessageSize { get { throw null; } set { } } | ||
| public System.TimeSpan MaxReceiveTimeout { get { throw null; } set { } } | ||
| public System.TimeSpan PollingInterval { get { throw null; } set { } } | ||
| public Azure.Storage.Queues.QueueMessageEncoding QueueMessageEncoding { get { throw null; } set { } } | ||
| public override string Scheme { get { throw null; } } | ||
| public override CoreWCF.Queue.Common.QueueTransportPump BuildQueueTransportPump(CoreWCF.Channels.BindingContext context) { throw null; } | ||
| public override CoreWCF.Channels.BindingElement Clone() { throw null; } | ||
| void CoreWCF.Configuration.ITransportServiceBuilder.Configure(Microsoft.AspNetCore.Builder.IApplicationBuilder app) { } | ||
| public override T GetProperty<T>(CoreWCF.Channels.BindingContext context) { throw null; } | ||
| } | ||
| } |
78 changes: 78 additions & 0 deletions
78
...ion-wcf/Microsoft.WCF.Azure.StorageQueues/api/Microsoft.WCF.Azure.StorageQueues.net6.0.cs
This file contains hidden or 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,78 @@ | ||
| namespace Microsoft.WCF.Azure | ||
| { | ||
| public partial class AzureClientCredentials : System.ServiceModel.Description.ClientCredentials | ||
| { | ||
| public AzureClientCredentials() { } | ||
| protected AzureClientCredentials(Microsoft.WCF.Azure.AzureClientCredentials other) { } | ||
| public Azure.Storage.Queues.Models.QueueAudience Audience { get { throw null; } set { } } | ||
| public string ConnectionString { get { throw null; } set { } } | ||
| public Azure.Identity.DefaultAzureCredentialOptions DefaultAzureCredentialOptions { get { throw null; } set { } } | ||
| public bool EnableTenantDiscovery { get { throw null; } set { } } | ||
| public Azure.AzureSasCredential Sas { get { throw null; } set { } } | ||
| public Azure.Storage.StorageSharedKeyCredential StorageSharedKey { get { throw null; } set { } } | ||
| public Azure.Core.TokenCredential Token { get { throw null; } set { } } | ||
| protected override System.ServiceModel.Description.ClientCredentials CloneCore() { throw null; } | ||
| public override System.IdentityModel.Selectors.SecurityTokenManager CreateSecurityTokenManager() { throw null; } | ||
| } | ||
| public partial class AzureClientCredentialsSecurityTokenManager : System.ServiceModel.ClientCredentialsSecurityTokenManager | ||
| { | ||
| public AzureClientCredentialsSecurityTokenManager(Microsoft.WCF.Azure.AzureClientCredentials azureClientCredentials) : base (default(System.ServiceModel.Description.ClientCredentials)) { } | ||
| public override System.IdentityModel.Selectors.SecurityTokenAuthenticator CreateSecurityTokenAuthenticator(System.IdentityModel.Selectors.SecurityTokenRequirement tokenRequirement, out System.IdentityModel.Selectors.SecurityTokenResolver outOfBandTokenResolver) { throw null; } | ||
| public override System.IdentityModel.Selectors.SecurityTokenProvider CreateSecurityTokenProvider(System.IdentityModel.Selectors.SecurityTokenRequirement tokenRequirement) { throw null; } | ||
| public override System.IdentityModel.Selectors.SecurityTokenSerializer CreateSecurityTokenSerializer(System.IdentityModel.Selectors.SecurityTokenVersion version) { throw null; } | ||
| } | ||
| public enum AzureClientCredentialType | ||
| { | ||
| Default = 0, | ||
| Sas = 1, | ||
| StorageSharedKey = 2, | ||
| Token = 3, | ||
| ConnectionString = 4, | ||
| } | ||
| public static partial class ClientCredentialsExtensions | ||
| { | ||
| public static Microsoft.WCF.Azure.AzureClientCredentials UseAzureCredentials(this System.ServiceModel.ChannelFactory channelFactory) { throw null; } | ||
| public static Microsoft.WCF.Azure.AzureClientCredentials UseAzureCredentials(this System.ServiceModel.ChannelFactory channelFactory, System.Action<Microsoft.WCF.Azure.AzureClientCredentials> configure) { throw null; } | ||
| } | ||
| } | ||
| namespace Microsoft.WCF.Azure.StorageQueues | ||
| { | ||
| public partial class AzureQueueStorageBinding : System.ServiceModel.Channels.Binding | ||
| { | ||
| public AzureQueueStorageBinding() { } | ||
| public Microsoft.WCF.Azure.StorageQueues.AzureQueueStorageMessageEncoding MessageEncoding { get { throw null; } set { } } | ||
| public override string Scheme { get { throw null; } } | ||
| public Microsoft.WCF.Azure.StorageQueues.AzureQueueStorageSecurity Security { get { throw null; } set { } } | ||
| public override System.ServiceModel.Channels.BindingElementCollection CreateBindingElements() { throw null; } | ||
| } | ||
| public enum AzureQueueStorageMessageEncoding | ||
| { | ||
| Binary = 0, | ||
| Text = 1, | ||
| } | ||
| public partial class AzureQueueStorageSecurity | ||
| { | ||
| public AzureQueueStorageSecurity() { } | ||
| public Microsoft.WCF.Azure.StorageQueues.AzureQueueStorageTransportSecurity Transport { get { throw null; } set { } } | ||
| } | ||
| public partial class AzureQueueStorageTransportSecurity | ||
| { | ||
| public AzureQueueStorageTransportSecurity() { } | ||
| public Microsoft.WCF.Azure.AzureClientCredentialType ClientCredentialType { get { throw null; } set { } } | ||
| } | ||
| } | ||
| namespace Microsoft.WCF.Azure.StorageQueues.Channels | ||
| { | ||
| public partial class AzureQueueStorageTransportBindingElement : System.ServiceModel.Channels.TransportBindingElement | ||
| { | ||
| public AzureQueueStorageTransportBindingElement() { } | ||
| protected AzureQueueStorageTransportBindingElement(Microsoft.WCF.Azure.StorageQueues.Channels.AzureQueueStorageTransportBindingElement other) { } | ||
| public Microsoft.WCF.Azure.AzureClientCredentialType ClientCredentialType { get { throw null; } set { } } | ||
| public Azure.Storage.Queues.QueueMessageEncoding QueueMessageEncoding { get { throw null; } set { } } | ||
| public override string Scheme { get { throw null; } } | ||
| public override System.ServiceModel.Channels.IChannelFactory<TChannel> BuildChannelFactory<TChannel>(System.ServiceModel.Channels.BindingContext context) { throw null; } | ||
| public override bool CanBuildChannelFactory<TChannel>(System.ServiceModel.Channels.BindingContext context) { throw null; } | ||
| public override System.ServiceModel.Channels.BindingElement Clone() { throw null; } | ||
| public override T GetProperty<T>(System.ServiceModel.Channels.BindingContext context) { throw null; } | ||
| } | ||
| } |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.