Skip to content

Commit

Permalink
CodeGen from PR 19416 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge a5e497b1fe22a163e1c9a50f6d5d1eaa0d6210bf into 8ff7d5ef46f43875262110a4b2df7357bdf4369c
  • Loading branch information
SDKAuto committed Jun 28, 2022
1 parent 150a501 commit a3b3b62
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 37 deletions.
14 changes: 2 additions & 12 deletions sdk/operationalinsights/arm-operationalinsights/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
# Release History

## 9.0.0-beta.2 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 9.0.0-beta.1 (2022-06-24)

## 9.0.0-beta.2 (2022-06-28)

**Features**

Expand Down
6 changes: 3 additions & 3 deletions sdk/operationalinsights/arm-operationalinsights/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "d8dd0de9c27c21a3802a780fbef2844fcbbb4daa",
"commit": "722b16620d1349b74522d076c9ab3fcdfb0a1e25",
"readme": "specification/operationalinsights/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:\\Git\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\operationalinsights\\resource-manager\\readme.md --use=@autorest/typescript@6.0.0-beta.20 --generate-sample=true",
"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=/mnt/vss/_work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/operationalinsights/resource-manager/readme.md --use=@autorest/typescript@6.0.0-alpha.19.20220425.1",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.3.2",
"use": "@autorest/typescript@6.0.0-beta.20"
"use": "@autorest/typescript@6.0.0-alpha.19.20220425.1"
}
14 changes: 2 additions & 12 deletions sdk/operationalinsights/arm-operationalinsights/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@
"@azure-tools/test-recorder": "^2.0.0",
"@azure-tools/test-credential": "^1.0.0",
"mocha": "^7.1.1",
"@types/chai": "^4.2.8",
"chai": "^4.2.0",
"cross-env": "^7.0.2",
"@azure/dev-tool": "^1.0.0"
},
Expand Down Expand Up @@ -110,13 +108,5 @@
}
]
},
"autoPublish": true,
"//sampleConfiguration": {
"productName": "",
"productSlugs": [
"azure"
],
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-operationalinsights?view=azure-node-preview"
}
}
"autoPublish": true
}
Original file line number Diff line number Diff line change
Expand Up @@ -1065,7 +1065,7 @@ export interface PrivateLinkScopedResource {
export type ProvisioningStateEnum = string;

// @public
export type ProxyResource = Resource;
export type ProxyResource = Resource & {};

// @public
export type PublicNetworkAccessType = string;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,7 @@ export type LogAnalyticsQueryPackQuery = AzureResourceProperties & {
};

/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
export type ProxyResource = Resource;
export type ProxyResource = Resource & {};

/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
export type TrackedResource = Resource & {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ export class WorkspacePurgeImpl implements WorkspacePurge {
* should batch the execution of purge requests by sending a single command whose predicate includes
* all user identities that require purging. Use the in operator to specify multiple identities. You
* should run the query prior to using for a purge request to verify that the results are expected.
* Log Analytics only supports purge operations required for compliance with GDPR. The Log Analytics
* product team reserves the right to reject requests for purge operations that are not for the purpose
* of GDPR compliance. In the event of a dispute, please create a support ticket
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param body Describes the body of a request to purge data in a single table of an Log Analytics
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ export interface WorkspacePurge {
* should batch the execution of purge requests by sending a single command whose predicate includes
* all user identities that require purging. Use the in operator to specify multiple identities. You
* should run the query prior to using for a purge request to verify that the results are expected.
* Log Analytics only supports purge operations required for compliance with GDPR. The Log Analytics
* product team reserves the right to reject requests for purge operations that are not for the purpose
* of GDPR compliance. In the event of a dispute, please create a support ticket
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param body Describes the body of a request to purge data in a single table of an Log Analytics
Expand Down
10 changes: 2 additions & 8 deletions sdk/operationalinsights/arm-operationalinsights/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,11 @@
],
"declaration": true,
"outDir": "./dist-esm",
"importHelpers": true,
"paths": {
"@azure/arm-operationalinsights": [
"./src/index"
]
}
"importHelpers": true
},
"include": [
"./src/**/*.ts",
"./test/**/*.ts",
"samples-dev/**/*.ts"
"./test/**/*.ts"
],
"exclude": [
"node_modules"
Expand Down

0 comments on commit a3b3b62

Please sign in to comment.