-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Update SDKs with new autorest.csharp version #27447
Conversation
API changes have been detected in |
API changes have been detected in |
API changes have been detected in API changes + public string CassandraColumnType { get; set; }
- public string Type { get; set; } |
API changes have been detected in |
API changes have been detected in API changes + public string ExtendedLocationType { get; set; }
- public string Type { get; set; }
+ public string MachineExtensionInstanceViewType { get; }
- public string Type { get; }
+ public string MachineExtensionUpdatePropertiesType { get; set; }
- public string Type { get; set; }
+ public string ResourceStatusType { get; }
- public string Type { get; }
+ public ScsiControllerType? ScsiControllerType { get; }
- public ScsiControllerType? Type { get; } |
API changes have been detected in |
API changes have been detected in API changes - public NameAvailabilityOptions(string type, string name);
+ public NameAvailabilityOptions(string nameAvailabilityOptionsType, string name);
- public string Type { get; }
+ public string NameAvailabilityOptionsType { get; } |
API changes have been detected in API changes + public IdentityType? IdentityType { get; set; }
- public IdentityType? Type { get; set; } |
API changes have been detected in |
API changes have been detected in |
API changes have been detected in |
API changes have been detected in |
API changes have been detected in |
API changes have been detected in |
API changes have been detected in |
API changes have been detected in |
API changes have been detected in API changes - public virtual Operation<BinaryData> ImportGlossaryTermsViaCsv(bool waitForCompletion, string glossaryGuid, RequestContent content, bool? includeTermHierarchy = null, RequestContext context = null);
- public virtual Task<Operation<BinaryData>> ImportGlossaryTermsViaCsvAsync(bool waitForCompletion, string glossaryGuid, RequestContent content, bool? includeTermHierarchy = null, RequestContext context = null);
- public virtual Operation<BinaryData> ImportGlossaryTermsViaCsvByGlossaryName(bool waitForCompletion, string glossaryName, RequestContent content, bool? includeTermHierarchy = null, RequestContext context = null);
- public virtual Task<Operation<BinaryData>> ImportGlossaryTermsViaCsvByGlossaryNameAsync(bool waitForCompletion, string glossaryName, RequestContent content, bool? includeTermHierarchy = null, RequestContext context = null);
+ public virtual Operation<BinaryData> ImportGlossaryTermsViaCsv(WaitUntil waitUntil, string glossaryGuid, RequestContent content, bool? includeTermHierarchy = null, RequestContext context = null);
+ public virtual Task<Operation<BinaryData>> ImportGlossaryTermsViaCsvAsync(WaitUntil waitUntil, string glossaryGuid, RequestContent content, bool? includeTermHierarchy = null, RequestContext context = null);
+ public virtual Operation<BinaryData> ImportGlossaryTermsViaCsvByGlossaryName(WaitUntil waitUntil, string glossaryName, RequestContent content, bool? includeTermHierarchy = null, RequestContext context = null);
+ public virtual Task<Operation<BinaryData>> ImportGlossaryTermsViaCsvByGlossaryNameAsync(WaitUntil waitUntil, string glossaryName, RequestContent content, bool? includeTermHierarchy = null, RequestContext context = null); |
API changes have been detected in |
API changes have been detected in |
...zure.ResourceManager.Network/src/Generated/Models/ConnectionMonitorEndpoint.Serialization.cs
Show resolved
Hide resolved
.../Azure.ResourceManager.Network/src/Generated/Models/ConnectionMonitorOutput.Serialization.cs
Show resolved
Hide resolved
sdk/network/Azure.ResourceManager.Network/src/Generated/Models/ConnectivityIssue.cs
Show resolved
Hide resolved
...zure.ResourceManager.Communication/api/Azure.ResourceManager.Communication.netstandard2.0.cs
Outdated
Show resolved
Hide resolved
sdk/compute/Azure.ResourceManager.Compute/api/Azure.ResourceManager.Compute.netstandard2.0.cs
Outdated
Show resolved
Hide resolved
sdk/compute/Azure.ResourceManager.Compute/api/Azure.ResourceManager.Compute.netstandard2.0.cs
Outdated
Show resolved
Hide resolved
...er.ConnectedVMwarevSphere/api/Azure.ResourceManager.ConnectedVMwarevSphere.netstandard2.0.cs
Outdated
Show resolved
Hide resolved
sdk/network/Azure.ResourceManager.Network/api/Azure.ResourceManager.Network.netstandard2.0.cs
Show resolved
Hide resolved
sdk/resourcemanager/Azure.ResourceManager/api/Azure.ResourceManager.netstandard2.0.cs
Show resolved
Hide resolved
sdk/sqlmanagement/Azure.ResourceManager.Sql/api/Azure.ResourceManager.Sql.netstandard2.0.cs
Outdated
Show resolved
Hide resolved
...pubsub/Azure.ResourceManager.WebPubSub/api/Azure.ResourceManager.WebPubSub.netstandard2.0.cs
Outdated
Show resolved
Hide resolved
sdk/cdn/Azure.ResourceManager.Cdn/src/Generated/Models/SecretProperties.cs
Show resolved
Hide resolved
...date/Azure.ResourceManager.DeviceUpdate/src/Generated/Models/CheckNameAvailabilityRequest.cs
Outdated
Show resolved
Hide resolved
sdk/deviceupdate/Azure.ResourceManager.DeviceUpdate/src/Generated/Models/ErrorResponse.cs
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cdn
, DeviceUpdate
, EventHubs
and ServiceBus
LGTM, thanks!
API changes have been detected in API changes - public CheckNameAvailabilityParameters(string name, ConfigurationResourceType type);
+ public CheckNameAvailabilityParameters(string name, ConfigurationResourceType resourceType);
- public ConfigurationResourceType Type { get; }
+ public ConfigurationResourceType ResourceType { get; } |
API changes have been detected in API changes - public string Type { get; }
+ public string ResourceType { get; } |
API changes have been detected in |
API changes have been detected in API changes + public ManagedIdentityType? ManagedIdentityType { get; set; }
- public ManagedIdentityType? Type { get; set; }
- public NameAvailabilityParameters(string type, string name);
+ public NameAvailabilityParameters(string resourceType, string name);
- public string Type { get; }
+ public string ResourceType { get; }
- public string Type { get; set; }
+ public string ShareablePrivateLinkPropertiesType { get; set; }
- public UpstreamAuthType? Type { get; set; }
+ public UpstreamAuthType? UpstreamAuthType { get; set; } |
API changes have been detected in API changes - public string Type { get; set; }
+ public string ResourceType { get; set; } |
API changes have been detected in |
API changes have been detected in API changes - public NameAvailabilityOptions(string type, string name);
+ public NameAvailabilityOptions(string resourceType, string name);
- public string Type { get; }
+ public string ResourceType { get; } |
API changes have been detected in |
API changes have been detected in |
API changes have been detected in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
network
, cosmosdb
, and storage
look fine. Thanks.
The changes included are type renaming and removal of ErrorResponse model from common type.
Contributing to the Azure SDK
Please see our CONTRIBUTING.md if you are not familiar with contributing to this repository or have questions.
For specific information about pull request etiquette and best practices, see this section.