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

[AutoPR securityinsights/resource-manager] Added Data Connectors check requirements to security insights. #5873

Merged
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
169 changes: 146 additions & 23 deletions profiles/preview/preview/securityinsight/mgmt/securityinsight/models.go

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,14 @@ import original "github.com/Azure/azure-sdk-for-go/services/preview/securityinsi
type ActionsClientAPI = original.ActionsClientAPI
type AlertRuleTemplatesClientAPI = original.AlertRuleTemplatesClientAPI
type AlertRulesClientAPI = original.AlertRulesClientAPI
type BookmarkRelationsClientAPI = original.BookmarkRelationsClientAPI
type BookmarksClientAPI = original.BookmarksClientAPI
type CaseCommentsClientAPI = original.CaseCommentsClientAPI
type CaseRelationsClientAPI = original.CaseRelationsClientAPI
type CasesAggregationsClientAPI = original.CasesAggregationsClientAPI
type CasesClientAPI = original.CasesClientAPI
type CommentsClientAPI = original.CommentsClientAPI
type DataConnectorRequirementsClientAPI = original.DataConnectorRequirementsClientAPI
type DataConnectorsClientAPI = original.DataConnectorsClientAPI
type EntitiesClientAPI = original.EntitiesClientAPI
type EntityQueriesClientAPI = original.EntityQueriesClientAPI
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading