Skip to content

Commit

Permalink
CodeGen from PR 21632 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 3131132e9e4da67c83d072a2b6ca8bcdd262c569 into 7a54c1a83d14da431c0ae48c4315cba143084bce
  • Loading branch information
SDKAuto committed Nov 22, 2022
1 parent 876ce3c commit 136d67b
Show file tree
Hide file tree
Showing 10 changed files with 1,113 additions and 675 deletions.
35 changes: 18 additions & 17 deletions common/config/rush/pnpm-lock.yaml

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

78 changes: 68 additions & 10 deletions sdk/streamanalytics/arm-streamanalytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,73 @@
# Release History

## 4.1.0 (2022-11-22)

**Features**

## 4.0.2 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

- Added Interface AggregateFunctionProperties
- Added Interface AvroSerialization
- Added Interface AzureDataLakeStoreOutputDataSource
- Added Interface AzureDataLakeStoreOutputDataSourceProperties
- Added Interface AzureFunctionOutputDataSource
- Added Interface AzureMachineLearningWebServiceFunctionBinding
- Added Interface AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters
- Added Interface AzureSqlDatabaseOutputDataSource
- Added Interface AzureSqlDatabaseOutputDataSourceProperties
- Added Interface AzureSqlReferenceInputDataSource
- Added Interface AzureSynapseOutputDataSource
- Added Interface AzureSynapseOutputDataSourceProperties
- Added Interface AzureTableOutputDataSource
- Added Interface BlobOutputDataSource
- Added Interface BlobOutputDataSourceProperties
- Added Interface BlobReferenceInputDataSource
- Added Interface BlobReferenceInputDataSourceProperties
- Added Interface BlobStreamInputDataSource
- Added Interface BlobStreamInputDataSourceProperties
- Added Interface Cluster
- Added Interface CsvSerialization
- Added Interface DocumentDbOutputDataSource
- Added Interface EventHubDataSourceProperties
- Added Interface EventHubOutputDataSource
- Added Interface EventHubOutputDataSourceProperties
- Added Interface EventHubStreamInputDataSource
- Added Interface EventHubStreamInputDataSourceProperties
- Added Interface EventHubV2OutputDataSource
- Added Interface EventHubV2StreamInputDataSource
- Added Interface FileReferenceInputDataSource
- Added Interface FunctionModel
- Added Interface GatewayMessageBusOutputDataSource
- Added Interface GatewayMessageBusOutputDataSourceProperties
- Added Interface GatewayMessageBusSourceProperties
- Added Interface GatewayMessageBusStreamInputDataSource
- Added Interface GatewayMessageBusStreamInputDataSourceProperties
- Added Interface Input
- Added Interface IoTHubStreamInputDataSource
- Added Interface JavaScriptFunctionBinding
- Added Interface JavaScriptFunctionRetrieveDefaultDefinitionParameters
- Added Interface JobStorageAccount
- Added Interface JsonSerialization
- Added Interface Output
- Added Interface ParquetSerialization
- Added Interface PowerBIOutputDataSource
- Added Interface PowerBIOutputDataSourceProperties
- Added Interface PrivateEndpoint
- Added Interface ProxyResource
- Added Interface ReferenceInputProperties
- Added Interface ScalarFunctionProperties
- Added Interface ServiceBusQueueOutputDataSource
- Added Interface ServiceBusQueueOutputDataSourceProperties
- Added Interface ServiceBusTopicOutputDataSource
- Added Interface ServiceBusTopicOutputDataSourceProperties
- Added Interface StreamingJob
- Added Interface StreamInputProperties
- Added Interface SubscriptionQuota
- Added Interface TrackedResource
- Added Interface Transformation
- Interface BlobDataSourceProperties has a new optional parameter authenticationMode
- Interface FunctionProperties has a new optional parameter binding
- Interface FunctionProperties has a new optional parameter inputs
- Interface FunctionProperties has a new optional parameter output

## 4.0.1 (2022-05-05)

**Features**
Expand Down
12 changes: 6 additions & 6 deletions sdk/streamanalytics/arm-streamanalytics/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "d600759c3516b61a7c353bc8682bccbab85a6f65",
"readme": "specification\\streamanalytics\\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:\\work\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\streamanalytics\\resource-manager\\readme.md --use=@autorest/typescript@6.0.0-alpha.19.20220408.1 --generate-sample=true",
"commit": "3ee46502329f736a57bee766ccfa18954621c392",
"readme": "specification/streamanalytics/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=/mnt/vss/_work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/streamanalytics/resource-manager/readme.md --use=@autorest/typescript@6.0.0-rc.2",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.3.0",
"use": "@autorest/typescript@6.0.0-alpha.19.20220408.1"
}
"release_tool": "@azure-tools/js-sdk-release-tools@2.5.1",
"use": "@autorest/typescript@6.0.0-rc.2"
}
29 changes: 12 additions & 17 deletions sdk/streamanalytics/arm-streamanalytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"sdk-type": "mgmt",
"author": "Microsoft Corporation",
"description": "A generated SDK for StreamAnalyticsManagementClient.",
"version": "4.0.2",
"version": "4.1.0",
"engines": {
"node": ">=14.0.0"
},
Expand Down Expand Up @@ -36,13 +36,17 @@
"mkdirp": "^1.0.4",
"rollup": "^2.66.1",
"rollup-plugin-sourcemaps": "^0.6.3",
"typescript": "~4.2.0",
"typescript": "~4.6.0",
"uglify-js": "^3.4.9",
"rimraf": "^3.0.0",
"@azure/identity": "^2.0.1",
"@azure-tools/test-recorder": "^1.0.0",
"@azure-tools/test-recorder": "^2.0.0",
"@azure-tools/test-credential": "^1.0.0",
"mocha": "^7.1.1",
"cross-env": "^7.0.2"
"@types/chai": "^4.2.8",
"chai": "^4.2.0",
"cross-env": "^7.0.2",
"@azure/dev-tool": "^1.0.0"
},
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/streamanalytics/arm-streamanalytics",
"repository": {
Expand Down Expand Up @@ -93,9 +97,8 @@
"unit-test:node": "cross-env TEST_MODE=playback npm run integration-test:node",
"unit-test:browser": "echo skipped",
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
"integration-test:node": "mocha -r esm --require ts-node/register --timeout 1200000 --full-trace test/*.ts --reporter ../../../common/tools/mocha-multi-reporter.js",
"integration-test:browser": "echo skipped",
"docs": "echo skipped"
"integration-test:node": "dev-tool run test:node-ts-input -- --timeout 1200000 'test/*.ts'",
"integration-test:browser": "echo skipped"
},
"sideEffects": false,
"//metadata": {
Expand All @@ -106,13 +109,5 @@
}
]
},
"autoPublish": true,
"//sampleConfiguration": {
"productName": "",
"productSlugs": [
"azure"
],
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-streamanalytics?view=azure-node-preview"
}
}
"autoPublish": true
}
Loading

0 comments on commit 136d67b

Please sign in to comment.