Skip to content

Commit 447b409

Browse files
author
SDKAuto
committed
CodeGen from PR 17923 in Azure/azure-rest-api-specs
Merge 8c4242e58af339cb98aa1e3c0f5a72b1e4de6adf into efd3d669a86d2e123f57ac3a43e5af4bb9e3a29f
1 parent dba1283 commit 447b409

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+5169
-1065
lines changed

common/config/rush/pnpm-lock.yaml

Lines changed: 25 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/operationalinsights/arm-operationalinsights/CHANGELOG.md

Lines changed: 122 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,129 @@
11
# Release History
2+
3+
## 9.0.0-beta.1 (2022-02-21)
4+
5+
**Features**
26

3-
## 8.0.1 (Unreleased)
7+
- Added operation group Queries
8+
- Added operation group QueryPacks
9+
- Added operation group SchemaOperations
10+
- Added operation Tables.beginCreateOrUpdate
11+
- Added operation Tables.beginCreateOrUpdateAndWait
12+
- Added operation Tables.beginDelete
13+
- Added operation Tables.beginDeleteAndWait
14+
- Added operation Tables.beginUpdate
15+
- Added operation Tables.beginUpdateAndWait
16+
- Added operation Tables.migrate
17+
- Added Interface AzureResourceProperties
18+
- Added Interface Column
19+
- Added Interface ErrorDetailAutoGenerated
20+
- Added Interface ErrorInfo
21+
- Added Interface ErrorInfoAutoGenerated
22+
- Added Interface ErrorResponseAutoGenerated
23+
- Added Interface ErrorResponseAutoGenerated2
24+
- Added Interface LogAnalyticsQueryPackListResult
25+
- Added Interface LogAnalyticsQueryPackQueryListResult
26+
- Added Interface LogAnalyticsQueryPackQueryPropertiesRelated
27+
- Added Interface LogAnalyticsQueryPackQuerySearchProperties
28+
- Added Interface LogAnalyticsQueryPackQuerySearchPropertiesRelated
29+
- Added Interface QueriesDeleteOptionalParams
30+
- Added Interface QueriesGetOptionalParams
31+
- Added Interface QueriesListNextOptionalParams
32+
- Added Interface QueriesListOptionalParams
33+
- Added Interface QueriesPutOptionalParams
34+
- Added Interface QueriesSearchNextOptionalParams
35+
- Added Interface QueriesSearchOptionalParams
36+
- Added Interface QueriesUpdateOptionalParams
37+
- Added Interface QueryPacksCreateOrUpdateOptionalParams
38+
- Added Interface QueryPacksDeleteOptionalParams
39+
- Added Interface QueryPacksGetOptionalParams
40+
- Added Interface QueryPacksListByResourceGroupNextOptionalParams
41+
- Added Interface QueryPacksListByResourceGroupOptionalParams
42+
- Added Interface QueryPacksListNextOptionalParams
43+
- Added Interface QueryPacksListOptionalParams
44+
- Added Interface QueryPacksResource
45+
- Added Interface QueryPacksUpdateTagsOptionalParams
46+
- Added Interface RestoredLogs
47+
- Added Interface ResultStatistics
48+
- Added Interface Schema
49+
- Added Interface SearchResults
50+
- Added Interface SystemData
51+
- Added Interface SystemDataAutoGenerated
52+
- Added Interface TablesCreateOrUpdateOptionalParams
53+
- Added Interface TablesDeleteOptionalParams
54+
- Added Interface TablesMigrateOptionalParams
55+
- Added Interface TagsResource
56+
- Added Type Alias ColumnDataTypeHintEnum
57+
- Added Type Alias ColumnTypeEnum
58+
- Added Type Alias CreatedByType
59+
- Added Type Alias LogAnalyticsQueryPack
60+
- Added Type Alias LogAnalyticsQueryPackQuery
61+
- Added Type Alias ProvisioningStateEnum
62+
- Added Type Alias QueriesGetResponse
63+
- Added Type Alias QueriesListNextResponse
64+
- Added Type Alias QueriesListResponse
65+
- Added Type Alias QueriesPutResponse
66+
- Added Type Alias QueriesSearchNextResponse
67+
- Added Type Alias QueriesSearchResponse
68+
- Added Type Alias QueriesUpdateResponse
69+
- Added Type Alias QueryPacksCreateOrUpdateResponse
70+
- Added Type Alias QueryPacksGetResponse
71+
- Added Type Alias QueryPacksListByResourceGroupNextResponse
72+
- Added Type Alias QueryPacksListByResourceGroupResponse
73+
- Added Type Alias QueryPacksListNextResponse
74+
- Added Type Alias QueryPacksListResponse
75+
- Added Type Alias QueryPacksUpdateTagsResponse
76+
- Added Type Alias SourceEnum
77+
- Added Type Alias TablePlanEnum
78+
- Added Type Alias TablesCreateOrUpdateResponse
79+
- Added Type Alias TableSubTypeEnum
80+
- Added Type Alias TableTypeEnum
81+
- Interface ErrorDetail has a new optional parameter additionalProperties
82+
- Interface ErrorDetail has a new optional parameter resources
83+
- Interface ErrorDetail has a new optional parameter value
84+
- Interface TablesUpdateOptionalParams has a new optional parameter resumeFrom
85+
- Interface TablesUpdateOptionalParams has a new optional parameter updateIntervalInMs
86+
- Class OperationalInsightsManagementClient has a new parameter queries
87+
- Class OperationalInsightsManagementClient has a new parameter queryPacks
88+
- Class OperationalInsightsManagementClient has a new parameter schemaOperations
89+
- Type Alias Table has a new parameter systemData
90+
- Type Alias Table has a new parameter totalRetentionInDays
91+
- Type Alias Table has a new parameter archiveRetentionInDays
92+
- Type Alias Table has a new parameter searchResults
93+
- Type Alias Table has a new parameter restoredLogs
94+
- Type Alias Table has a new parameter resultStatistics
95+
- Type Alias Table has a new parameter plan
96+
- Type Alias Table has a new parameter lastPlanModifiedDate
97+
- Type Alias Table has a new parameter schema
98+
- Type Alias Table has a new parameter provisioningState
99+
- Type Alias Workspace has a new parameter systemData
100+
- Type Alias Workspace has a new parameter defaultDataCollectionRuleResourceId
101+
- Type Alias WorkspacePatch has a new parameter defaultDataCollectionRuleResourceId
102+
- Added Enum KnownColumnDataTypeHintEnum
103+
- Added Enum KnownColumnTypeEnum
104+
- Added Enum KnownCreatedByType
105+
- Added Enum KnownIdentityType
106+
- Added Enum KnownProvisioningStateEnum
107+
- Added Enum KnownSourceEnum
108+
- Added Enum KnownTablePlanEnum
109+
- Added Enum KnownTableSubTypeEnum
110+
- Added Enum KnownTableTypeEnum
4111

5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
112+
**Breaking Changes**
12113

114+
- Removed operation group Schema
115+
- Removed operation Tables.create
116+
- Removed operation Tables.update
117+
- Interface ErrorDetail no longer has parameter additionalInfo
118+
- Interface ErrorDetail no longer has parameter details
119+
- Parameter code of interface ErrorDetail is now required
120+
- Parameter message of interface ErrorDetail is now required
121+
- Class OperationalInsightsManagementClient no longer has parameter schema
122+
- Type Alias Table no longer has parameter isTroubleshootingAllowed
123+
- Type Alias Table no longer has parameter isTroubleshootEnabled
124+
- Type Alias Table no longer has parameter lastTroubleshootDate
125+
126+
13127
## 8.0.0 (2021-12-14)
14128

15129
The package of @azure/arm-operationalinsights is using our next generation design principles since version 8.0.0, which contains breaking changes.

sdk/operationalinsights/arm-operationalinsights/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2021 Microsoft
3+
Copyright (c) 2022 Microsoft
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

sdk/operationalinsights/arm-operationalinsights/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Operational Insights Client
66

77
[Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/operationalinsights/arm-operationalinsights) |
88
[Package (NPM)](https://www.npmjs.com/package/@azure/arm-operationalinsights) |
9-
[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-operationalinsights) |
9+
[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-operationalinsights?view=azure-node-preview) |
1010
[Samples](https://github.com/Azure-Samples/azure-samples-js-management)
1111

1212
## Getting started
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"commit": "ea0f7b072ad3aaff203ea9003246b9e584b819ff",
2+
"commit": "a619a157bd22a4108466d3f6009207471300d896",
33
"readme": "specification/operationalinsights/resource-manager/readme.md",
4-
"autorest_command": "autorest --version=3.1.3 --typescript --modelerfour.lenient-model-deduplication --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=D:\\mydev\\azure-sdk-for-js ../azure-rest-api-specs/specification/operationalinsights/resource-manager/readme.md --use=@autorest/typescript@6.0.0-alpha.16.20211207.1",
4+
"autorest_command": "autorest --version=3.7.3 --typescript --modelerfour.lenient-model-deduplication --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/operationalinsights/resource-manager/readme.md --use=@autorest/typescript@6.0.0-alpha.16.20220105.1",
55
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
6-
"use": "@autorest/typescript@6.0.0-alpha.16.20211207.1"
6+
"use": "@autorest/typescript@6.0.0-alpha.16.20220105.1"
77
}
Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,31 @@
11
{
22
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
33
"mainEntryPointFilePath": "./dist-esm/src/index.d.ts",
4-
"docModel": { "enabled": true },
5-
"apiReport": { "enabled": true, "reportFolder": "./review" },
4+
"docModel": {
5+
"enabled": true
6+
},
7+
"apiReport": {
8+
"enabled": true,
9+
"reportFolder": "./review"
10+
},
611
"dtsRollup": {
712
"enabled": true,
813
"untrimmedFilePath": "",
914
"publicTrimmedFilePath": "./types/arm-operationalinsights.d.ts"
1015
},
1116
"messages": {
12-
"tsdocMessageReporting": { "default": { "logLevel": "none" } },
17+
"tsdocMessageReporting": {
18+
"default": {
19+
"logLevel": "none"
20+
}
21+
},
1322
"extractorMessageReporting": {
14-
"ae-missing-release-tag": { "logLevel": "none" },
15-
"ae-unresolved-link": { "logLevel": "none" }
23+
"ae-missing-release-tag": {
24+
"logLevel": "none"
25+
},
26+
"ae-unresolved-link": {
27+
"logLevel": "none"
28+
}
1629
}
1730
}
18-
}
31+
}

sdk/operationalinsights/arm-operationalinsights/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"sdk-type": "mgmt",
44
"author": "Microsoft Corporation",
55
"description": "A generated SDK for OperationalInsightsManagementClient.",
6-
"version": "8.0.1",
6+
"version": "1.0.0-beta.1",
77
"engines": {
88
"node": ">=12.0.0"
99
},
@@ -29,12 +29,12 @@
2929
"types": "./types/arm-operationalinsights.d.ts",
3030
"devDependencies": {
3131
"@microsoft/api-extractor": "^7.18.11",
32-
"@rollup/plugin-commonjs": "^21.0.1",
32+
"@rollup/plugin-commonjs": "11.0.2",
3333
"@rollup/plugin-json": "^4.0.0",
3434
"@rollup/plugin-multi-entry": "^3.0.0",
3535
"@rollup/plugin-node-resolve": "^8.0.0",
3636
"mkdirp": "^1.0.4",
37-
"rollup": "^2.0.0",
37+
"rollup": "^1.16.3",
3838
"rollup-plugin-sourcemaps": "^0.4.2",
3939
"typescript": "~4.2.0",
4040
"uglify-js": "^3.4.9",
@@ -99,4 +99,4 @@
9999
},
100100
"sideEffects": false,
101101
"autoPublish": true
102-
}
102+
}

0 commit comments

Comments
 (0)