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
4 changes: 2 additions & 2 deletions sdk/applicationinsights/arm-appinsights/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Release History

## 5.0.0-beta.1 (2022-01-21)
## 5.0.0-beta.2 (2022-01-24)

The package of @azure/arm-appinsights is using our next generation design principles since version 5.0.0-beta.1, which contains breaking changes.
The package of @azure/arm-appinsights is using our next generation design principles since version 5.0.0-beta.2, which contains breaking changes.

To understand the detail of the change, please refer to [Changelog](https://aka.ms/js-track2-changelog).

Expand Down
6 changes: 3 additions & 3 deletions sdk/applicationinsights/arm-appinsights/_meta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"commit": "f9a6cb686bcc0f1b23761db19f2491c5c4df95cb",
"commit": "a53405b596f0bd9d244b10aac3aa57b7439b81d5",
"readme": "specification/applicationinsights/resource-manager/readme.md",
"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=D:\\mydev\\azure-sdk-for-js ../azure-rest-api-specs/specification/applicationinsights/resource-manager/readme.md --use=@autorest/[email protected].20220114.1",
"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/applicationinsights/resource-manager/readme.md --use=@autorest/[email protected].20220105.1",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"use": "@autorest/[email protected].20220114.1"
"use": "@autorest/[email protected].20220105.1"
}
25 changes: 19 additions & 6 deletions sdk/applicationinsights/arm-appinsights/api-extractor.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,31 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
"mainEntryPointFilePath": "./dist-esm/src/index.d.ts",
"docModel": { "enabled": true },
"apiReport": { "enabled": true, "reportFolder": "./review" },
"docModel": {
"enabled": true
},
"apiReport": {
"enabled": true,
"reportFolder": "./review"
},
"dtsRollup": {
"enabled": true,
"untrimmedFilePath": "",
"publicTrimmedFilePath": "./types/arm-appinsights.d.ts"
},
"messages": {
"tsdocMessageReporting": { "default": { "logLevel": "none" } },
"tsdocMessageReporting": {
"default": {
"logLevel": "none"
}
},
"extractorMessageReporting": {
"ae-missing-release-tag": { "logLevel": "none" },
"ae-unresolved-link": { "logLevel": "none" }
"ae-missing-release-tag": {
"logLevel": "none"
},
"ae-unresolved-link": {
"logLevel": "none"
}
}
}
}
}
28 changes: 15 additions & 13 deletions sdk/applicationinsights/arm-appinsights/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,24 @@
"sdk-type": "mgmt",
"author": "Microsoft Corporation",
"description": "A generated SDK for ApplicationInsightsManagementClient.",
"version": "5.0.0-beta.1",
"engines": { "node": ">=12.0.0" },
"version": "5.0.0-beta.2",
"engines": {
"node": ">=12.0.0"
},
"dependencies": {
"@azure/core-paging": "^1.2.0",
"@azure/core-client": "^1.0.0",
"@azure/core-auth": "^1.3.0",
"@azure/core-rest-pipeline": "^1.1.0",
"tslib": "^2.2.0"
},
"keywords": ["node", "azure", "typescript", "browser", "isomorphic"],
"keywords": [
"node",
"azure",
"typescript",
"browser",
"isomorphic"
],
"license": "MIT",
"main": "./dist/index.js",
"module": "./dist-esm/src/index.js",
Expand All @@ -39,7 +47,9 @@
"type": "git",
"url": "https://github.com/Azure/azure-sdk-for-js.git"
},
"bugs": { "url": "https://github.com/Azure/azure-sdk-for-js/issues" },
"bugs": {
"url": "https://github.com/Azure/azure-sdk-for-js/issues"
},
"files": [
"dist/**/*.js",
"dist/**/*.js.map",
Expand Down Expand Up @@ -86,13 +96,5 @@
"docs": "echo skipped"
},
"sideEffects": false,
"//metadata": {
"constantPaths": [
{
"path": "src/ApplicationInsightsManagementClient.ts",
"prefix": "packageDetails"
}
]
},
"autoPublish": true
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,10 @@ export type APIKeysListResponse = ApplicationInsightsComponentAPIKeyListResult;
// @public
export type ApplicationInsightsComponent = ComponentsResource & {
kind: string;
etag?: string;
readonly applicationId?: string;
readonly appId?: string;
readonly namePropertiesName?: string;
applicationType?: ApplicationType;
flowType?: FlowType;
requestSource?: RequestSource;
Expand All @@ -166,10 +168,14 @@ export type ApplicationInsightsComponent = ComponentsResource & {
retentionInDays?: number;
disableIpMasking?: boolean;
immediatePurgeDataOn30Days?: boolean;
workspaceResourceId?: string;
readonly laMigrationDate?: Date;
readonly privateLinkScopedResources?: PrivateLinkScopedResource[];
publicNetworkAccessForIngestion?: PublicNetworkAccessType;
publicNetworkAccessForQuery?: PublicNetworkAccessType;
ingestionMode?: IngestionMode;
disableLocalAuth?: boolean;
forceCustomerStorageForProfiler?: boolean;
};

// @public
Expand Down Expand Up @@ -393,8 +399,6 @@ export class ApplicationInsightsManagementClient extends coreClient.ServiceClien
// (undocumented)
myWorkbooks: MyWorkbooks;
// (undocumented)
operations: Operations;
// (undocumented)
proactiveDetectionConfigurations: ProactiveDetectionConfigurations;
// (undocumented)
subscriptionId: string;
Expand Down Expand Up @@ -656,6 +660,17 @@ export interface ErrorResponse {
message?: string;
}

// @public (undocumented)
export interface ErrorResponseComponents {
error?: ErrorResponseComponentsError;
}

// @public
export interface ErrorResponseComponentsError {
readonly code?: string;
readonly message?: string;
}

// @public (undocumented)
export interface ErrorResponseLinkedStorage {
error?: ErrorResponseLinkedStorageError;
Expand Down Expand Up @@ -1158,30 +1173,12 @@ export interface OperationListResult {
// @public
export interface OperationLive {
display?: OperationInfo;
isDataAction?: boolean;
name?: string;
origin?: string;
properties?: Record<string, unknown>;
}

// @public
export interface Operations {
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<OperationLive>;
}

// @public
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
}

// @public
export type OperationsListNextResponse = OperationsListResult;

// @public
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
}

// @public
export type OperationsListResponse = OperationsListResult;

// @public
export interface OperationsListResult {
nextLink?: string;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ import {
WorkbooksImpl,
ComponentsImpl,
ComponentLinkedStorageAccountsOperationsImpl,
OperationsImpl,
LiveTokenImpl
} from "./operations";
import {
Expand All @@ -49,7 +48,6 @@ import {
Workbooks,
Components,
ComponentLinkedStorageAccountsOperations,
Operations,
LiveToken
} from "./operationsInterfaces";
import { ApplicationInsightsManagementClientOptionalParams } from "./models";
Expand Down Expand Up @@ -85,7 +83,7 @@ export class ApplicationInsightsManagementClient extends coreClient.ServiceClien
credential: credentials
};

const packageDetails = `azsdk-js-arm-appinsights/5.0.0-beta.1`;
const packageDetails = `azsdk-js-arm-appinsights/5.0.0-beta.2`;
const userAgentPrefix =
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
Expand Down Expand Up @@ -134,7 +132,6 @@ export class ApplicationInsightsManagementClient extends coreClient.ServiceClien
this.componentLinkedStorageAccountsOperations = new ComponentLinkedStorageAccountsOperationsImpl(
this
);
this.operations = new OperationsImpl(this);
this.liveToken = new LiveTokenImpl(this);
}

Expand All @@ -156,6 +153,5 @@ export class ApplicationInsightsManagementClient extends coreClient.ServiceClien
workbooks: Workbooks;
components: Components;
componentLinkedStorageAccountsOperations: ComponentLinkedStorageAccountsOperations;
operations: Operations;
liveToken: LiveToken;
}
Loading