Skip to content
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

Merged
merged 16 commits into from
Sep 16, 2020
Merged

Conversation

ChenTanyi
Copy link
Contributor

close #15074
we don't need invoke order anyone, only add some comment in TaskGroup

Copy link
Member

@weidongxu-microsoft weidongxu-microsoft left a 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)

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>?

Copy link
Contributor Author

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

@ChenTanyi ChenTanyi merged commit 6bece21 into Azure:master Sep 16, 2020
@ChenTanyi ChenTanyi deleted the createAsync branch September 16, 2020 07:35
openapi-sdkautomation bot pushed a commit to AzureSDKAutomation/azure-sdk-for-java that referenced this pull request Jul 22, 2021
[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>
openapi-sdkautomation bot pushed a commit to AzureSDKAutomation/azure-sdk-for-java that referenced this pull request Jul 22, 2021
Revert "[Hub Generated] Review request for Microsoft.Security to add version preview/2021-07-01-preview (Azure#15212)" (Azure#15303)

This reverts commit 463d63186066d7faeb1f74eda7fd380fa3cf9cf8.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants