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
11 changes: 6 additions & 5 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-08-07)

**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/[email protected] --generate-sample=true",
"commit": "169673853d10f7cdcf2f5f1dadfba5b804db7282",
"readme": "specification/streamanalytics/resource-manager/readme.md",
"autorest_command": "",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.3.0",
"use": "@autorest/[email protected]alpha.19.20220408.1"
}
"release_tool": "@azure-tools/js-sdk-release-tools@2.4.1",
"use": "@autorest/[email protected]rc.1"
}
27 changes: 11 additions & 16 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": ">=12.0.0"
},
Expand Down Expand Up @@ -40,9 +40,13 @@
"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