-
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: make createAsync return Mono<ModelT> #15212
Conversation
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.
Are we able to delete Utils.rootResource
?
@@ -94,7 +94,7 @@ public RoleAssignmentHelper withAccessTo(final String scope, final BuiltInRole a | |||
.withBuiltInRole(asRole) | |||
.withScope(resourceScope) | |||
.createAsync() | |||
.last() | |||
.cast(Indexable.class) |
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.
Why need a cast
? Does it need Flux<Indexable>
?
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.
Some are dependency
or post dependency
, some are in test for Flux
...c/main/java/com/azure/resourcemanager/authorization/implementation/ServicePrincipalImpl.java
Outdated
Show resolved
Hide resolved
...compute/src/test/java/com/azure/resourcemanager/compute/VirtualMachinePopularImageTests.java
Outdated
Show resolved
Hide resolved
...c/main/java/com/azure/resourcemanager/appservice/samples/ManageWebAppSourceControlAsync.java
Outdated
Show resolved
Hide resolved
[Hub Generated] Review request for Microsoft.Security to add version preview/2021-07-01-preview (Azure#15212) * Adds base for updating Microsoft.Security from version preview/2021-05-01-preview to version 2021-07-01-preview * Updates readme * Updates API version in new specs and examples * Create Multi cloud API * Minor typo fix * Schema change (offering type) * Change array to object in the examples * Rename to Security Connector * Fix files name errors * Remove softwareInventories (auto generated) * Update examples and naming * Update the enum type to string * Adds suppression to readme * Rever the readme.md basic information * Fix SecurityConnetor defenition link * Policy description update * Prettier file * Rename the minitor offering type * Fix typo in the put example * Fix conflict * Add CSPM as custom word * prettier files * Fix lint error - adding 200OK for delete * Update readme.md Add JAVA to swagger-to-sdk * Update the preview tag location * Rename the resource to SecurityConnectors Co-authored-by: Sapir Elmakayes <saelmaka@microsoft.com>
Revert "[Hub Generated] Review request for Microsoft.Security to add version preview/2021-07-01-preview (Azure#15212)" (Azure#15303) This reverts commit 463d63186066d7faeb1f74eda7fd380fa3cf9cf8.
close #15074
we don't need invoke order anyone, only add some comment in TaskGroup