Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## Java

These settings apply only when `--java` is specified on the command line.

``` yaml $(java)
title: DataReplicationMgmtClient
service-name: Recovery Services Data Replication

graal-vm-config: false
remove-operation-group: ReplicationExtensionOperationStatus
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do we remove this operation grourp?

Copy link
Member Author

@weidongxu-microsoft weidongxu-microsoft Oct 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1st, name too long
2nd, it just the operation group for LRO polling status endpoint (we can add later if needed) -- SDK had LRO polling built-in and do not need that endpoint

rename-model: ProtectedItemModelPropertiesLastFailedPlannedFailoverJob:LastFailedPlannedFailoverJob,ProtectedItemModelPropertiesLastFailedEnableProtectionJob:LastFailedEnableProtectionJob,HyperVToAzStackHciReplicationExtensionModelCustomProperties:HyperVToAzStackHciRepExtnCustomProps,VMwareToAzStackHciPlannedFailoverModelCustomProperties:VMwareToAzStackHciPlannedFailoverCustomProps,VMwareToAzStackHciReplicationExtensionModelCustomProperties:VMwareToAzStackHciRepExtnCustomProps,HyperVToAzStackHciRecoveryPointModelCustomProperties:HyperVToAzStackHciRecoveryPointCustomProps,HyperVToAzStackHciPlannedFailoverModelCustomProperties:HyperVToAzStackHciPlannedFailoverCustomProps,VMwareToAzStackHciProtectedItemModelCustomProperties:VMwareToAzStackHciProtectedItemCustomProps,HyperVToAzStackHciProtectedItemModelCustomProperties:HyperVToAzStackHciProtectedItemCustomProps
```
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,7 @@ See configuration in [readme.typescript.md](./readme.typescript.md)
## CSharp

See configuration in [readme.csharp.md](./readme.csharp.md)

## Java

See configuration in [readme.java.md](./readme.java.md)