-
Notifications
You must be signed in to change notification settings - Fork 2k
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
mgmt, local codegen for recoveryservicessiterecovery #32748
mgmt, local codegen for recoveryservicessiterecovery #32748
Conversation
import com.azure.resourcemanager.recoveryservicessiterecovery.models.StorageClassificationMappingInput; | ||
|
||
/** An instance of this class provides access to all the operations defined in StorageClassificationMappingsClient. */ | ||
public interface StorageClassificationMappingsClient { |
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.
Renamed from ReplicationStorageClassificationMappingsClient
to StorageClassificationMappingsClient
.
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.
Is it done manually or in codegen?
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.
It's through local codegen.
autorest PR: Azure/autorest.java#1911
specs PR: Azure/azure-rest-api-specs#22040
@JsonSubTypes.Type(name = "InMageRcm", value = InMageRcmUpdateApplianceForReplicationProtectedItemInput.class) | ||
}) | ||
@Immutable | ||
public class UpdateReplicationProtectedItemProviderSpecificInput { |
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.
Renamed from UpdateApplianceForReplicationProtectedItemProviderSpecificInput
to UpdateReplicationProtectedItemProviderSpecificInput
.
output_folder = OUTPUT_FOLDER_FORMAT.format(service), | ||
output_folder = OUTPUT_FOLDER_FORMAT.format(service) |
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.
Trailing comma seems wrong.
Description
Please add an informative description that covers that changes made by the pull request and link all relevant issues.
If an SDK is being regenerated based on a new swagger spec, a link to the pull request containing these swagger spec changes has been included above.
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines