Skip to content
Closed
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
16 changes: 8 additions & 8 deletions common/config/rush/pnpm-lock.yaml

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

64 changes: 54 additions & 10 deletions sdk/securityinsight/arm-securityinsight/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,59 @@
# Release History

## 1.0.0-beta.7 (2023-03-01)

**Features**

## 1.0.0-beta.7 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

- Added operation group WorkspaceManagerAssignmentJobs
- Added operation group WorkspaceManagerAssignments
- Added Interface AlertPropertyMapping
- Added Interface AssignmentItem
- Added Interface AzureEntityResource
- Added Interface ErrorAdditionalInfo
- Added Interface ErrorDetail
- Added Interface ErrorModel
- Added Interface ErrorResponse
- Added Interface Job
- Added Interface JobItem
- Added Interface JobList
- Added Interface SentinelEntityMapping
- Added Interface WorkspaceManagerAssignment
- Added Interface WorkspaceManagerAssignmentJobsCreateOptionalParams
- Added Interface WorkspaceManagerAssignmentJobsDeleteOptionalParams
- Added Interface WorkspaceManagerAssignmentJobsGetOptionalParams
- Added Interface WorkspaceManagerAssignmentJobsListNextOptionalParams
- Added Interface WorkspaceManagerAssignmentJobsListOptionalParams
- Added Interface WorkspaceManagerAssignmentList
- Added Interface WorkspaceManagerAssignmentsCreateOrUpdateOptionalParams
- Added Interface WorkspaceManagerAssignmentsDeleteOptionalParams
- Added Interface WorkspaceManagerAssignmentsGetOptionalParams
- Added Interface WorkspaceManagerAssignmentsListNextOptionalParams
- Added Interface WorkspaceManagerAssignmentsListOptionalParams
- Added Type Alias AlertProperty
- Added Type Alias ProvisioningState
- Added Type Alias Status
- Added Type Alias WorkspaceManagerAssignmentJobsCreateResponse
- Added Type Alias WorkspaceManagerAssignmentJobsGetResponse
- Added Type Alias WorkspaceManagerAssignmentJobsListNextResponse
- Added Type Alias WorkspaceManagerAssignmentJobsListResponse
- Added Type Alias WorkspaceManagerAssignmentsCreateOrUpdateResponse
- Added Type Alias WorkspaceManagerAssignmentsGetResponse
- Added Type Alias WorkspaceManagerAssignmentsListNextResponse
- Added Type Alias WorkspaceManagerAssignmentsListResponse
- Interface AlertDetailsOverride has a new optional parameter alertDynamicProperties
- Interface NrtAlertRule has a new optional parameter sentinelEntitiesMappings
- Interface NrtAlertRuleTemplate has a new optional parameter sentinelEntitiesMappings
- Interface QueryBasedAlertRuleTemplateProperties has a new optional parameter sentinelEntitiesMappings
- Interface ScheduledAlertRule has a new optional parameter sentinelEntitiesMappings
- Interface ScheduledAlertRuleCommonProperties has a new optional parameter sentinelEntitiesMappings
- Interface ScheduledAlertRuleTemplate has a new optional parameter sentinelEntitiesMappings
- Interface SecurityAlertTimelineItem has a new optional parameter intent
- Interface SecurityAlertTimelineItem has a new optional parameter techniques
- Added Enum KnownAlertProperty
- Added Enum KnownProvisioningState
- Added Enum KnownStatus


## 1.0.0-beta.6 (2023-02-03)

**Features**
Expand Down
10 changes: 5 additions & 5 deletions sdk/securityinsight/arm-securityinsight/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "b41f929626289b59e31be8a1091c99994864b096",
"readme": "specification\\securityinsights\\resource-manager\\readme.md",
"autorest_command": "autorest --version=3.9.3 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=F:\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\securityinsights\\resource-manager\\readme.md --use=@autorest/typescript@6.0.0-rc.7 --generate-sample=true",
"commit": "699ac3480d9ecf099c88c01f2319a000b8b4c51f",
"readme": "specification/securityinsights/resource-manager/readme.md",
"autorest_command": "autorest --version=3.9.3 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=/mnt/vss/_work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/securityinsights/resource-manager/readme.md --use=@autorest/typescript@6.0.0-rc.5",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.6.0",
"use": "@autorest/typescript@6.0.0-rc.7"
"release_tool": "@azure-tools/js-sdk-release-tools@2.6.2",
"use": "@autorest/typescript@6.0.0-rc.5"
}
21 changes: 6 additions & 15 deletions sdk/securityinsight/arm-securityinsight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,16 @@
"types": "./types/arm-securityinsight.d.ts",
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"@rollup/plugin-commonjs": "^24.0.0",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-multi-entry": "^6.0.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-multi-entry": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"mkdirp": "^1.0.4",
"rollup": "^2.66.1",
"rollup-plugin-sourcemaps": "^0.6.3",
"typescript": "~4.8.0",
"uglify-js": "^3.4.9",
"rimraf": "^3.0.0",
"dotenv": "^8.2.0",
"@azure/identity": "^2.0.1",
"@azure-tools/test-recorder": "^2.0.0",
"@azure-tools/test-credential": "^1.0.0",
Expand All @@ -50,6 +49,7 @@
"@types/node": "^14.0.0",
"@azure/dev-tool": "^1.0.0"
},
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/securityinsight/arm-securityinsight",
"repository": {
"type": "git",
"url": "https://github.com/Azure/azure-sdk-for-js.git"
Expand Down Expand Up @@ -110,14 +110,5 @@
}
]
},
"autoPublish": true,
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/securityinsight/arm-securityinsight",
"//sampleConfiguration": {
"productName": "",
"productSlugs": [
"azure"
],
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-securityinsight?view=azure-node-preview"
}
}
"autoPublish": true
}
Loading