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 @azure/arm-appinsights] update python.md for multiapi packages #3800

Closed
wants to merge 1 commit into from
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
14 changes: 7 additions & 7 deletions common/config/rush/pnpm-lock.yaml

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

16 changes: 3 additions & 13 deletions sdk/applicationinsights/arm-appinsights/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,8 @@
# Release History

## 5.0.0-beta.8 (2023-02-13)

## 5.0.0-beta.8 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 5.0.0-beta.7 (2022-11-15)

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

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

Expand Down
2 changes: 1 addition & 1 deletion sdk/applicationinsights/arm-appinsights/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2022 Microsoft
Copyright (c) 2023 Microsoft

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 4 additions & 4 deletions sdk/applicationinsights/arm-appinsights/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "261f2cd5b009f319d44149da020c42e3d0832a7a",
"commit": "8faf2fba327d1edce1b752cd66c33101ddce1a81",
"readme": "specification/applicationinsights/resource-manager/readme.md",
"autorest_command": "autorest --version=3.8.4 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=D:\\Git\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\applicationinsights\\resource-manager\\readme.md --use=@autorest/typescript@6.0.0-rc.3.20221108.1 --generate-sample=true",
"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/applicationinsights/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.4.2",
"use": "@autorest/typescript@6.0.0-rc.3.20221108.1"
"release_tool": "@azure-tools/js-sdk-release-tools@2.6.2",
"use": "@autorest/typescript@6.0.0-rc.5"
}
18 changes: 5 additions & 13 deletions sdk/applicationinsights/arm-appinsights/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"types": "./types/arm-appinsights.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",
Expand Down Expand Up @@ -108,13 +108,5 @@
}
]
},
"autoPublish": true,
"//sampleConfiguration": {
"productName": "",
"productSlugs": [
"azure"
],
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-appinsights?view=azure-node-preview"
}
}
"autoPublish": true
}
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export type AnalyticsItemsGetResponse = ApplicationInsightsComponentAnalyticsIte
export interface AnalyticsItemsListOptionalParams extends coreClient.OperationOptions {
includeContent?: boolean;
scope?: ItemScope;
typeParam?: ItemTypeParameter;
type?: ItemTypeParameter;
}

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

// @public
export interface ErrorFieldContract {
code?: string;
message?: string;
target?: string;
}

// @public
export interface ErrorResponse {
code?: string;
details?: ErrorFieldContract[];
message?: string;
}

Expand Down Expand Up @@ -783,6 +793,12 @@ export type FlowType = string;
// @public
export function getContinuationToken(page: unknown): string | undefined;

// @public
export interface HeaderField {
headerFieldName?: string;
headerFieldValue?: string;
}

// @public
export type IngestionMode = string;

Expand Down Expand Up @@ -1044,9 +1060,6 @@ export type MyWorkbooksGetResponse = MyWorkbook;

// @public
export interface MyWorkbooksListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
canFetchContent?: boolean;
sourceId?: string;
tags?: string[];
}

// @public
Expand All @@ -1064,8 +1077,6 @@ export type MyWorkbooksListByResourceGroupResponse = MyWorkbooksListResult;

// @public
export interface MyWorkbooksListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
canFetchContent?: boolean;
tags?: string[];
}

// @public
Expand Down Expand Up @@ -1137,6 +1148,25 @@ export interface OperationLive {
properties?: Record<string, unknown>;
}

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

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

// @public
export type OperationsListNextResponse = OperationListResult;

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

// @public
export type OperationsListResponse = OperationListResult;

// @public
export interface OperationsListResult {
nextLink?: string;
Expand Down Expand Up @@ -1240,9 +1270,11 @@ export interface WebTest extends WebtestsResource {
kind?: WebTestKind;
locations?: WebTestGeolocation[];
readonly provisioningState?: string;
request?: WebTestPropertiesRequest;
retryEnabled?: boolean;
syntheticMonitorId?: string;
timeout?: number;
validationRules?: WebTestPropertiesValidationRules;
webTestKind?: WebTestKind;
webTestName?: string;
}
Expand All @@ -1253,7 +1285,7 @@ export interface WebTestGeolocation {
}

// @public
export type WebTestKind = "ping" | "multistep";
export type WebTestKind = "ping" | "multistep" | "standard";

// @public
export interface WebTestListResult {
Expand All @@ -1278,6 +1310,32 @@ export interface WebTestPropertiesConfiguration {
webTest?: string;
}

// @public
export interface WebTestPropertiesRequest {
followRedirects?: boolean;
headers?: HeaderField[];
httpVerb?: string;
parseDependentRequests?: boolean;
requestBody?: string;
requestUrl?: string;
}

// @public
export interface WebTestPropertiesValidationRules {
contentValidation?: WebTestPropertiesValidationRulesContentValidation;
expectedHttpStatusCode?: number;
ignoreHttpStatusCode?: boolean;
sSLCertRemainingLifetimeCheck?: number;
sSLCheck?: boolean;
}

// @public
export interface WebTestPropertiesValidationRulesContentValidation {
contentMatch?: string;
ignoreCase?: boolean;
passIfTextFound?: boolean;
}

// @public
export interface WebTests {
createOrUpdate(resourceGroupName: string, webTestName: string, webTestDefinition: WebTest, options?: WebTestsCreateOrUpdateOptionalParams): Promise<WebTestsCreateOrUpdateResponse>;
Expand Down Expand Up @@ -1391,7 +1449,7 @@ export interface WorkbookError {
// @public
export interface WorkbookErrorDefinition {
readonly code?: string;
readonly innerError?: any;
readonly innererror?: WorkbookInnerErrorTrace;
readonly message?: string;
}

Expand Down Expand Up @@ -1448,9 +1506,6 @@ export type WorkbookSharedTypeKind = string;

// @public
export interface WorkbooksListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
canFetchContent?: boolean;
sourceId?: string;
tags?: string[];
}

// @public
Expand All @@ -1468,8 +1523,6 @@ export type WorkbooksListByResourceGroupResponse = WorkbooksListResult;

// @public
export interface WorkbooksListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
canFetchContent?: boolean;
tags?: string[];
}

// @public
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import * as coreClient from "@azure/core-client";
import * as coreRestPipeline from "@azure/core-rest-pipeline";
import * as coreAuth from "@azure/core-auth";
import {
ComponentsImpl,
AnnotationsImpl,
APIKeysImpl,
ExportConfigurationsImpl,
Expand All @@ -23,14 +24,15 @@ import {
WebTestLocationsImpl,
WebTestsImpl,
AnalyticsItemsImpl,
OperationsImpl,
WorkbookTemplatesImpl,
MyWorkbooksImpl,
WorkbooksImpl,
ComponentsImpl,
ComponentLinkedStorageAccountsOperationsImpl,
LiveTokenImpl
LiveTokenImpl,
ComponentLinkedStorageAccountsOperationsImpl
} from "./operations";
import {
Components,
Annotations,
APIKeys,
ExportConfigurations,
Expand All @@ -44,12 +46,12 @@ import {
WebTestLocations,
WebTests,
AnalyticsItems,
Operations,
WorkbookTemplates,
MyWorkbooks,
Workbooks,
Components,
ComponentLinkedStorageAccountsOperations,
LiveToken
LiveToken,
ComponentLinkedStorageAccountsOperations
} from "./operationsInterfaces";
import { ApplicationInsightsManagementClientOptionalParams } from "./models";

Expand Down Expand Up @@ -137,6 +139,7 @@ export class ApplicationInsightsManagementClient extends coreClient.ServiceClien

// Assigning values to Constant parameters
this.$host = options.$host || "https://management.azure.com";
this.components = new ComponentsImpl(this);
this.annotations = new AnnotationsImpl(this);
this.aPIKeys = new APIKeysImpl(this);
this.exportConfigurations = new ExportConfigurationsImpl(this);
Expand All @@ -156,16 +159,17 @@ export class ApplicationInsightsManagementClient extends coreClient.ServiceClien
this.webTestLocations = new WebTestLocationsImpl(this);
this.webTests = new WebTestsImpl(this);
this.analyticsItems = new AnalyticsItemsImpl(this);
this.operations = new OperationsImpl(this);
this.workbookTemplates = new WorkbookTemplatesImpl(this);
this.myWorkbooks = new MyWorkbooksImpl(this);
this.workbooks = new WorkbooksImpl(this);
this.components = new ComponentsImpl(this);
this.liveToken = new LiveTokenImpl(this);
this.componentLinkedStorageAccountsOperations = new ComponentLinkedStorageAccountsOperationsImpl(
this
);
this.liveToken = new LiveTokenImpl(this);
}

components: Components;
annotations: Annotations;
aPIKeys: APIKeys;
exportConfigurations: ExportConfigurations;
Expand All @@ -179,10 +183,10 @@ export class ApplicationInsightsManagementClient extends coreClient.ServiceClien
webTestLocations: WebTestLocations;
webTests: WebTests;
analyticsItems: AnalyticsItems;
operations: Operations;
workbookTemplates: WorkbookTemplates;
myWorkbooks: MyWorkbooks;
workbooks: Workbooks;
components: Components;
componentLinkedStorageAccountsOperations: ComponentLinkedStorageAccountsOperations;
liveToken: LiveToken;
componentLinkedStorageAccountsOperations: ComponentLinkedStorageAccountsOperations;
}
Loading