-
Notifications
You must be signed in to change notification settings - Fork 4.2k
[AutoGeneration] SecurityInsights module (1.2.0) #17286
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
Closed
Closed
Changes from 18 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
2b170ae
v0.1
4fa7ef7
updates
58285b2
updates
921bb2e
Update localEnv.json
e389482
fixes
c305b5b
Merge branch 'generation' of https://github.com/dicolanl/azure-powers…
6fd5802
Updates
68abca6
Updates
9a4e216
update test cases
a3f7896
Bug Fix
e152f9a
Hide cmdlets due to lack of powershell use case
1cc6cd3
Bug fix readme that hide some cmdlets
5ed9f7e
Updates to examples
dca0f55
Update Docs, fix error
d665229
Update readme.md
dicolanl 6b32519
update commit on readme to rest-api-specs repo commit
dicolanl 1c80915
Updates from cmdlet review process
dicolanl d536f0a
Update per PR cmdlet review
dicolanl f1c3ccd
Delete dockerfile
dicolanl 95163a0
Delete devcontainer.json
dicolanl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,33 @@ | ||
| // For format details, see https://aka.ms/devcontainer.json. For config options, see the README at: | ||
|
dicolanl marked this conversation as resolved.
Outdated
|
||
| // https://github.com/microsoft/vscode-dev-containers/tree/v0.202.5/containers/docker-existing-dockerfile | ||
| { | ||
| "name": "Existing Dockerfile", | ||
| "runArgs": ["--init"], | ||
|
|
||
| // Sets the run context to one level up instead of the .devcontainer folder. | ||
| "context": "..", | ||
|
|
||
| // Update the 'dockerFile' property if you aren't using the standard 'Dockerfile' filename. | ||
| "dockerFile": "../dockerfile", | ||
|
|
||
| // Set *default* container specific settings.json values on container create. | ||
| "settings": {}, | ||
|
|
||
| // Add the IDs of extensions you want installed when the container is created. | ||
| "extensions": [] | ||
|
|
||
| // Use 'forwardPorts' to make a list of ports inside the container available locally. | ||
| // "forwardPorts": [], | ||
|
|
||
| // Uncomment the next line to run commands after the container is created - for example installing curl. | ||
| // "postCreateCommand": "apt-get update && apt-get install -y curl", | ||
|
|
||
| // Uncomment when using a ptrace-based debugger like C++, Go, and Rust | ||
| // "runArgs": [ "--cap-add=SYS_PTRACE", "--security-opt", "seccomp=unconfined" ], | ||
|
|
||
| // Uncomment to use the Docker CLI from inside the container. See https://aka.ms/vscode-remote/samples/docker-from-docker. | ||
| // "mounts": [ "source=/var/run/docker.sock,target=/var/run/docker.sock,type=bind" ], | ||
|
|
||
| // Uncomment to connect as a non-root user if you've added one. See https://aka.ms/vscode-remote/containers/non-root. | ||
| // "remoteUser": "vscode" | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| * text=auto |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| bin | ||
| obj | ||
| .vs | ||
| generated | ||
| internal | ||
| exports | ||
| tools | ||
| custom/*.psm1 | ||
| custom/autogen-model-cmdlets | ||
| test/*-TestResults.xml | ||
| /*.ps1 | ||
| /*.ps1xml | ||
| /*.psm1 | ||
| /*.snk | ||
| /*.csproj | ||
| /*.nuspec |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,24 @@ | ||
| @{ | ||
| GUID = '3a0e09d6-7b89-4078-a565-5db26e7455b8' | ||
| RootModule = './Az.SecurityInsights.psm1' | ||
| ModuleVersion = '1.2.0' | ||
| CompatiblePSEditions = 'Core', 'Desktop' | ||
| Author = 'Microsoft Corporation' | ||
| CompanyName = 'Microsoft Corporation' | ||
| Copyright = 'Microsoft Corporation. All rights reserved.' | ||
| Description = 'Microsoft Azure PowerShell: SecurityInsights cmdlets' | ||
| PowerShellVersion = '5.1' | ||
| DotNetFrameworkVersion = '4.7.2' | ||
| RequiredAssemblies = './bin/Az.SecurityInsights.private.dll' | ||
| FormatsToProcess = './Az.SecurityInsights.format.ps1xml' | ||
| FunctionsToExport = 'Get-AzSentinelAlertRule', 'Get-AzSentinelAlertRuleAction', 'Get-AzSentinelAlertRuleTemplate', 'Get-AzSentinelAutomationRule', 'Get-AzSentinelBookmark', 'Get-AzSentinelBookmarkRelation', 'Get-AzSentinelDataConnector', 'Get-AzSentinelEnrichment', 'Get-AzSentinelEntity', 'Get-AzSentinelEntityActivity', 'Get-AzSentinelEntityInsight', 'Get-AzSentinelEntityQuery', 'Get-AzSentinelEntityQueryTemplate', 'Get-AzSentinelEntityRelation', 'Get-AzSentinelEntityTimeline', 'Get-AzSentinelIncident', 'Get-AzSentinelIncidentAlert', 'Get-AzSentinelIncidentBookmark', 'Get-AzSentinelIncidentComment', 'Get-AzSentinelIncidentEntity', 'Get-AzSentinelIncidentRelation', 'Get-AzSentinelMetadata', 'Get-AzSentinelOnboardingState', 'Get-AzSentinelSetting', 'Get-AzSentinelSourceControlRepository', 'Get-AzSentinelThreatIntelligenceIndicator', 'Get-AzSentinelThreatIntelligenceIndicatorMetric', 'Invoke-AzSentinelThreatIntelligenceIndicatorQuery', 'New-AzSentinelAlertRule', 'New-AzSentinelAlertRuleAction', 'New-AzSentinelAutomationRule', 'New-AzSentinelBookmark', 'New-AzSentinelBookmarkRelation', 'New-AzSentinelDataConnector', 'New-AzSentinelEntityQuery', 'New-AzSentinelIncident', 'New-AzSentinelIncidentComment', 'New-AzSentinelIncidentRelation', 'New-AzSentinelIncidentTeam', 'New-AzSentinelOnboardingState', 'Remove-AzSentinelAlertRule', 'Remove-AzSentinelAlertRuleAction', 'Remove-AzSentinelAutomationRule', 'Remove-AzSentinelBookmark', 'Remove-AzSentinelBookmarkRelation', 'Remove-AzSentinelDataConnector', 'Remove-AzSentinelEntityQuery', 'Remove-AzSentinelIncident', 'Remove-AzSentinelIncidentComment', 'Remove-AzSentinelIncidentRelation', 'Remove-AzSentinelOnboardingState', 'Test-AzSentinelDataConnectorCheckRequirement', 'Update-AzSentinelAlertRule', 'Update-AzSentinelAlertRuleAction', 'Update-AzSentinelAutomationRule', 'Update-AzSentinelBookmark', 'Update-AzSentinelBookmarkRelation', 'Update-AzSentinelDataConnector', 'Update-AzSentinelEntityQuery', 'Update-AzSentinelIncident', 'Update-AzSentinelIncidentComment', 'Update-AzSentinelIncidentRelation', 'Update-AzSentinelSetting', '*' | ||
| AliasesToExport = '*' | ||
| PrivateData = @{ | ||
| PSData = @{ | ||
| Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'SecurityInsights' | ||
| LicenseUri = 'https://aka.ms/azps-license' | ||
| ProjectUri = 'https://github.com/Azure/azure-powershell' | ||
| ReleaseNotes = '' | ||
| } | ||
| } | ||
| } |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.