From 6db8349e43569f816ff7e25d5e0bb8ace0e29d80 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Tue, 15 Mar 2022 10:50:04 +0000 Subject: [PATCH] CodeGen from PR 18257 in Azure/azure-rest-api-specs Merge 069f1ee3f06cd37bee701d20eb93f317e0d70d05 into 6354ca8bf06ea064f4f0fef331a10c1baf62ac35 --- common/config/rush/pnpm-lock.yaml | 16 ++--- .../arm-streamanalytics/CHANGELOG.md | 20 +++--- .../arm-streamanalytics/LICENSE | 2 +- .../arm-streamanalytics/_meta.json | 7 +- .../arm-streamanalytics/api-extractor.json | 25 +++++-- .../arm-streamanalytics/package.json | 8 +-- .../review/arm-streamanalytics.api.md | 21 ++++-- .../arm-streamanalytics/src/models/index.ts | 33 +++++++-- .../arm-streamanalytics/src/models/mappers.ts | 70 +++++++++++++++++-- .../src/streamAnalyticsManagementClient.ts | 2 +- .../arm-streamanalytics/tsconfig.json | 16 +++-- sdk/streamanalytics/ci.mgmt.yml | 7 +- 12 files changed, 171 insertions(+), 56 deletions(-) diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index b39ba0ca29b6..071afeababc9 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -12457,7 +12457,7 @@ packages: dev: false file:projects/arm-rediscache.tgz: - resolution: {integrity: sha512-lRPMNQ6X2zNGHkn4+nUXsiXRde6JISO5YjFzhycdJL/3NCg9F4m94x+VbYyNtbvW5a7oVbGmyu4lW+I8qlqszQ==, tarball: file:projects/arm-rediscache.tgz} + resolution: {integrity: sha512-L96UyCle2mXUwU1QCXkofA0Yl4jBo8ElH3wdfGQBGHvDnDGkb1wNzcyuMsNncmPePr3fWsM50xCYuaMASfy0Ag==, tarball: file:projects/arm-rediscache.tgz} name: '@rush-temp/arm-rediscache' version: 0.0.0 dependencies: @@ -13219,23 +13219,23 @@ packages: dev: false file:projects/arm-streamanalytics.tgz: - resolution: {integrity: sha512-XBZrgYoxqnD+oAxDHlN/yC+yKVf9KdllU/L5TCfOCKZKkTxlWv43E3Z9l4YLI8QVQQcp932FVzse7aGcoEqcMA==, tarball: file:projects/arm-streamanalytics.tgz} + resolution: {integrity: sha512-CEyZyMM9/qWpAeIFLVbJtEAnKXJlbOYmfeCc6dOXm8aH1Zg+Wi2ZcWJWSiQQLrxWxuXw3ECN3qkPePqHTxr4Iw==, tarball: file:projects/arm-streamanalytics.tgz} name: '@rush-temp/arm-streamanalytics' version: 0.0.0 dependencies: '@azure-tools/test-recorder': 1.0.2 '@azure/identity': 2.0.4 '@microsoft/api-extractor': 7.19.4 - '@rollup/plugin-commonjs': 21.0.1_rollup@2.67.1 - '@rollup/plugin-json': 4.1.0_rollup@2.67.1 - '@rollup/plugin-multi-entry': 3.0.1_rollup@2.67.1 - '@rollup/plugin-node-resolve': 8.4.0_rollup@2.67.1 + '@rollup/plugin-commonjs': 11.0.2_rollup@1.32.1 + '@rollup/plugin-json': 4.1.0_rollup@1.32.1 + '@rollup/plugin-multi-entry': 3.0.1_rollup@1.32.1 + '@rollup/plugin-node-resolve': 8.4.0_rollup@1.32.1 cross-env: 7.0.3 mkdirp: 1.0.4 mocha: 7.2.0 rimraf: 3.0.2 - rollup: 2.67.1 - rollup-plugin-sourcemaps: 0.4.2_rollup@2.67.1 + rollup: 1.32.1 + rollup-plugin-sourcemaps: 0.4.2_rollup@1.32.1 tslib: 2.3.1 typescript: 4.2.4 uglify-js: 3.15.1 diff --git a/sdk/streamanalytics/arm-streamanalytics/CHANGELOG.md b/sdk/streamanalytics/arm-streamanalytics/CHANGELOG.md index e1e1f2bb7123..e8b4ddd65ba8 100644 --- a/sdk/streamanalytics/arm-streamanalytics/CHANGELOG.md +++ b/sdk/streamanalytics/arm-streamanalytics/CHANGELOG.md @@ -1,15 +1,19 @@ # Release History + +## 5.0.0 (2022-03-15) + +**Features** -## 4.0.1 (Unreleased) + - Added Type Alias AzureFunctionOutputDataSource + - Interface BlobDataSourceProperties has a new optional parameter authenticationMode + - Type Alias BlobReferenceInputDataSource has a new parameter authenticationMode + - Type Alias BlobStreamInputDataSource has a new parameter authenticationMode -### Features Added - -### Breaking Changes - -### Bugs Fixed - -### Other Changes +**Breaking Changes** + - Type Alias BlobOutputDataSourceProperties no longer has parameter authenticationMode + + ## 4.0.0 (2021-12-10) The package of @azure/arm-streamanalytics is using our next generation design principles since version 4.0.0, which contains breaking changes. diff --git a/sdk/streamanalytics/arm-streamanalytics/LICENSE b/sdk/streamanalytics/arm-streamanalytics/LICENSE index ccb63b166732..5d1d36e0af80 100644 --- a/sdk/streamanalytics/arm-streamanalytics/LICENSE +++ b/sdk/streamanalytics/arm-streamanalytics/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2021 Microsoft +Copyright (c) 2022 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 diff --git a/sdk/streamanalytics/arm-streamanalytics/_meta.json b/sdk/streamanalytics/arm-streamanalytics/_meta.json index 1066d2b8724b..b1af82655b4d 100644 --- a/sdk/streamanalytics/arm-streamanalytics/_meta.json +++ b/sdk/streamanalytics/arm-streamanalytics/_meta.json @@ -1,7 +1,8 @@ { - "commit": "76f8e0c50629ef12aa338d55782278ceca46212a", + "commit": "5fd3195f038f674be56db6a47ebfdd5c7bd4e984", "readme": "specification/streamanalytics/resource-manager/readme.md", - "autorest_command": "autorest --version=3.1.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/streamanalytics/resource-manager/readme.md --use=@autorest/typescript@6.0.0-alpha.16.20211130.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/streamanalytics/resource-manager/readme.md --use=@autorest/typescript@6.0.0-alpha.16.20220105.1", "repository_url": "https://github.com/Azure/azure-rest-api-specs.git", - "use": "@autorest/typescript@6.0.0-alpha.16.20211130.1" + "release_tool": "@azure-tools/js-sdk-release-tools@2.1.2", + "use": "@autorest/typescript@6.0.0-alpha.16.20220105.1" } \ No newline at end of file diff --git a/sdk/streamanalytics/arm-streamanalytics/api-extractor.json b/sdk/streamanalytics/arm-streamanalytics/api-extractor.json index 2aa8197f24a7..c1db94b7a319 100644 --- a/sdk/streamanalytics/arm-streamanalytics/api-extractor.json +++ b/sdk/streamanalytics/arm-streamanalytics/api-extractor.json @@ -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-streamanalytics.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" + } } } -} +} \ No newline at end of file diff --git a/sdk/streamanalytics/arm-streamanalytics/package.json b/sdk/streamanalytics/arm-streamanalytics/package.json index f50fef37f073..24f0ea6d79ac 100644 --- a/sdk/streamanalytics/arm-streamanalytics/package.json +++ b/sdk/streamanalytics/arm-streamanalytics/package.json @@ -3,7 +3,7 @@ "sdk-type": "mgmt", "author": "Microsoft Corporation", "description": "A generated SDK for StreamAnalyticsManagementClient.", - "version": "4.0.1", + "version": "5.0.0", "engines": { "node": ">=12.0.0" }, @@ -29,12 +29,12 @@ "types": "./types/arm-streamanalytics.d.ts", "devDependencies": { "@microsoft/api-extractor": "^7.18.11", - "@rollup/plugin-commonjs": "^21.0.1", + "@rollup/plugin-commonjs": "11.0.2", "@rollup/plugin-json": "^4.0.0", "@rollup/plugin-multi-entry": "^3.0.0", "@rollup/plugin-node-resolve": "^8.0.0", "mkdirp": "^1.0.4", - "rollup": "^2.0.0", + "rollup": "^1.16.3", "rollup-plugin-sourcemaps": "^0.4.2", "typescript": "~4.2.0", "uglify-js": "^3.4.9", @@ -99,4 +99,4 @@ }, "sideEffects": false, "autoPublish": true -} +} \ No newline at end of file diff --git a/sdk/streamanalytics/arm-streamanalytics/review/arm-streamanalytics.api.md b/sdk/streamanalytics/arm-streamanalytics/review/arm-streamanalytics.api.md index 4500d2df761a..b74a19c18644 100644 --- a/sdk/streamanalytics/arm-streamanalytics/review/arm-streamanalytics.api.md +++ b/sdk/streamanalytics/arm-streamanalytics/review/arm-streamanalytics.api.md @@ -43,6 +43,16 @@ export type AzureDataLakeStoreOutputDataSourceProperties = OAuthBasedDataSourceP authenticationMode?: AuthenticationMode; }; +// @public +export type AzureFunctionOutputDataSource = OutputDataSource & { + type: "Microsoft.AzureFunction"; + functionAppName?: string; + functionName?: string; + apiKey?: string; + maxBatchSize?: number; + maxBatchCount?: number; +}; + // @public export type AzureMachineLearningWebServiceFunctionBinding = FunctionBinding & { type: "Microsoft.MachineLearning/WebService"; @@ -157,6 +167,7 @@ export type AzureTableOutputDataSource = OutputDataSource & { // @public export interface BlobDataSourceProperties { + authenticationMode?: AuthenticationMode; container?: string; dateFormat?: string; pathPattern?: string; @@ -176,9 +187,7 @@ export type BlobOutputDataSource = OutputDataSource & { }; // @public -export type BlobOutputDataSourceProperties = BlobDataSourceProperties & { - authenticationMode?: AuthenticationMode; -}; +export type BlobOutputDataSourceProperties = BlobDataSourceProperties & {}; // @public export type BlobReferenceInputDataSource = ReferenceInputDataSource & { @@ -188,6 +197,7 @@ export type BlobReferenceInputDataSource = ReferenceInputDataSource & { pathPattern?: string; dateFormat?: string; timeFormat?: string; + authenticationMode?: AuthenticationMode; }; // @public @@ -201,6 +211,7 @@ export type BlobStreamInputDataSource = StreamInputDataSource & { pathPattern?: string; dateFormat?: string; timeFormat?: string; + authenticationMode?: AuthenticationMode; sourcePartitionCount?: number; }; @@ -976,11 +987,11 @@ export type Output = SubResource & { // @public export interface OutputDataSource { - type: "Microsoft.Storage/Blob" | "Microsoft.Storage/Table" | "Microsoft.ServiceBus/EventHub" | "Microsoft.EventHub/EventHub" | "Microsoft.Sql/Server/Database" | "Microsoft.Sql/Server/DataWarehouse" | "Microsoft.Storage/DocumentDB" | "Microsoft.ServiceBus/Queue" | "Microsoft.ServiceBus/Topic" | "PowerBI" | "Microsoft.DataLake/Accounts"; + type: "Microsoft.Storage/Blob" | "Microsoft.Storage/Table" | "Microsoft.ServiceBus/EventHub" | "Microsoft.EventHub/EventHub" | "Microsoft.Sql/Server/Database" | "Microsoft.Sql/Server/DataWarehouse" | "Microsoft.Storage/DocumentDB" | "Microsoft.AzureFunction" | "Microsoft.ServiceBus/Queue" | "Microsoft.ServiceBus/Topic" | "PowerBI" | "Microsoft.DataLake/Accounts"; } // @public (undocumented) -export type OutputDataSourceUnion = OutputDataSource | BlobOutputDataSource | AzureTableOutputDataSource | EventHubOutputDataSource | EventHubV2OutputDataSource | AzureSqlDatabaseOutputDataSource | AzureSynapseOutputDataSource | DocumentDbOutputDataSource | ServiceBusQueueOutputDataSource | ServiceBusTopicOutputDataSource | PowerBIOutputDataSource | AzureDataLakeStoreOutputDataSource; +export type OutputDataSourceUnion = OutputDataSource | BlobOutputDataSource | AzureTableOutputDataSource | EventHubOutputDataSource | EventHubV2OutputDataSource | AzureSqlDatabaseOutputDataSource | AzureSynapseOutputDataSource | DocumentDbOutputDataSource | AzureFunctionOutputDataSource | ServiceBusQueueOutputDataSource | ServiceBusTopicOutputDataSource | PowerBIOutputDataSource | AzureDataLakeStoreOutputDataSource; // @public export type OutputErrorPolicy = string; diff --git a/sdk/streamanalytics/arm-streamanalytics/src/models/index.ts b/sdk/streamanalytics/arm-streamanalytics/src/models/index.ts index a6c6e2ffaa4a..e020cbf2e199 100644 --- a/sdk/streamanalytics/arm-streamanalytics/src/models/index.ts +++ b/sdk/streamanalytics/arm-streamanalytics/src/models/index.ts @@ -27,6 +27,7 @@ export type OutputDataSourceUnion = | AzureSqlDatabaseOutputDataSource | AzureSynapseOutputDataSource | DocumentDbOutputDataSource + | AzureFunctionOutputDataSource | ServiceBusQueueOutputDataSource | ServiceBusTopicOutputDataSource | PowerBIOutputDataSource @@ -230,6 +231,7 @@ export interface OutputDataSource { | "Microsoft.Sql/Server/Database" | "Microsoft.Sql/Server/DataWarehouse" | "Microsoft.Storage/DocumentDB" + | "Microsoft.AzureFunction" | "Microsoft.ServiceBus/Queue" | "Microsoft.ServiceBus/Topic" | "PowerBI" @@ -536,6 +538,8 @@ export interface BlobDataSourceProperties { dateFormat?: string; /** The time format. Wherever {time} appears in pathPattern, the value of this property is used as the time format instead. */ timeFormat?: string; + /** Authentication Mode. */ + authenticationMode?: AuthenticationMode; } /** The common properties that are associated with Service Bus data sources (Queues, Topics, Event Hubs, etc.). */ @@ -891,6 +895,22 @@ export type DocumentDbOutputDataSource = OutputDataSource & { documentId?: string; }; +/** Defines the metadata of AzureFunctionOutputDataSource */ +export type AzureFunctionOutputDataSource = OutputDataSource & { + /** Polymorphic discriminator, which specifies the different types this object can be */ + type: "Microsoft.AzureFunction"; + /** The name of your Azure Functions app. */ + functionAppName?: string; + /** The name of the function in your Azure Functions app. */ + functionName?: string; + /** If you want to use an Azure Function from another subscription, you can do so by providing the key to access your function. */ + apiKey?: string; + /** A property that lets you set the maximum size for each output batch that's sent to your Azure function. The input unit is in bytes. By default, this value is 262,144 bytes (256 KB). */ + maxBatchSize?: number; + /** A property that lets you specify the maximum number of events in each batch that's sent to Azure Functions. The default value is 100. */ + maxBatchCount?: number; +}; + /** Describes a Service Bus Queue output data source. */ export type ServiceBusQueueOutputDataSource = OutputDataSource & { /** Polymorphic discriminator, which specifies the different types this object can be */ @@ -1040,7 +1060,9 @@ export type BlobStreamInputDataSource = StreamInputDataSource & { dateFormat?: string; /** The time format. Wherever {time} appears in pathPattern, the value of this property is used as the time format instead. */ timeFormat?: string; - /** The partition count of the blob input data source. Range 1 - 256. */ + /** Authentication Mode. */ + authenticationMode?: AuthenticationMode; + /** The partition count of the blob input data source. Range 1 - 1024. */ sourcePartitionCount?: number; }; @@ -1110,6 +1132,8 @@ export type BlobReferenceInputDataSource = ReferenceInputDataSource & { dateFormat?: string; /** The time format. Wherever {time} appears in pathPattern, the value of this property is used as the time format instead. */ timeFormat?: string; + /** Authentication Mode. */ + authenticationMode?: AuthenticationMode; }; /** Describes an Azure SQL database reference input data source. */ @@ -1138,7 +1162,7 @@ export type AzureSqlReferenceInputDataSource = ReferenceInputDataSource & { /** The properties that are associated with a blob input containing stream data. */ export type BlobStreamInputDataSourceProperties = BlobDataSourceProperties & { - /** The partition count of the blob input data source. Range 1 - 256. */ + /** The partition count of the blob input data source. Range 1 - 1024. */ sourcePartitionCount?: number; }; @@ -1146,10 +1170,7 @@ export type BlobStreamInputDataSourceProperties = BlobDataSourceProperties & { export type BlobReferenceInputDataSourceProperties = BlobDataSourceProperties & {}; /** The properties that are associated with a blob output. */ -export type BlobOutputDataSourceProperties = BlobDataSourceProperties & { - /** Authentication Mode. */ - authenticationMode?: AuthenticationMode; -}; +export type BlobOutputDataSourceProperties = BlobDataSourceProperties & {}; /** The common properties that are associated with Event Hub data sources. */ export type EventHubDataSourceProperties = ServiceBusDataSourceProperties & { diff --git a/sdk/streamanalytics/arm-streamanalytics/src/models/mappers.ts b/sdk/streamanalytics/arm-streamanalytics/src/models/mappers.ts index 854205becd9d..76c6ce73b9bf 100644 --- a/sdk/streamanalytics/arm-streamanalytics/src/models/mappers.ts +++ b/sdk/streamanalytics/arm-streamanalytics/src/models/mappers.ts @@ -1050,6 +1050,12 @@ export const BlobDataSourceProperties: coreClient.CompositeMapper = { type: { name: "String" } + }, + authenticationMode: { + serializedName: "authenticationMode", + type: { + name: "String" + } } } } @@ -2009,6 +2015,49 @@ export const DocumentDbOutputDataSource: coreClient.CompositeMapper = { } }; +export const AzureFunctionOutputDataSource: coreClient.CompositeMapper = { + serializedName: "Microsoft.AzureFunction", + type: { + name: "Composite", + className: "AzureFunctionOutputDataSource", + uberParent: "OutputDataSource", + polymorphicDiscriminator: OutputDataSource.type.polymorphicDiscriminator, + modelProperties: { + ...OutputDataSource.type.modelProperties, + functionAppName: { + serializedName: "properties.functionAppName", + type: { + name: "String" + } + }, + functionName: { + serializedName: "properties.functionName", + type: { + name: "String" + } + }, + apiKey: { + serializedName: "properties.apiKey", + type: { + name: "String" + } + }, + maxBatchSize: { + serializedName: "properties.maxBatchSize", + type: { + name: "Number" + } + }, + maxBatchCount: { + serializedName: "properties.maxBatchCount", + type: { + name: "Number" + } + } + } + } +}; + export const ServiceBusQueueOutputDataSource: coreClient.CompositeMapper = { serializedName: "Microsoft.ServiceBus/Queue", type: { @@ -2450,6 +2499,12 @@ export const BlobStreamInputDataSource: coreClient.CompositeMapper = { name: "String" } }, + authenticationMode: { + serializedName: "properties.authenticationMode", + type: { + name: "String" + } + }, sourcePartitionCount: { serializedName: "properties.sourcePartitionCount", type: { @@ -2649,6 +2704,12 @@ export const BlobReferenceInputDataSource: coreClient.CompositeMapper = { type: { name: "String" } + }, + authenticationMode: { + serializedName: "properties.authenticationMode", + type: { + name: "String" + } } } } @@ -2753,13 +2814,7 @@ export const BlobOutputDataSourceProperties: coreClient.CompositeMapper = { name: "Composite", className: "BlobOutputDataSourceProperties", modelProperties: { - ...BlobDataSourceProperties.type.modelProperties, - authenticationMode: { - serializedName: "authenticationMode", - type: { - name: "String" - } - } + ...BlobDataSourceProperties.type.modelProperties } } }; @@ -3591,6 +3646,7 @@ export let discriminators = { "OutputDataSource.Microsoft.Sql/Server/Database": AzureSqlDatabaseOutputDataSource, "OutputDataSource.Microsoft.Sql/Server/DataWarehouse": AzureSynapseOutputDataSource, "OutputDataSource.Microsoft.Storage/DocumentDB": DocumentDbOutputDataSource, + "OutputDataSource.Microsoft.AzureFunction": AzureFunctionOutputDataSource, "OutputDataSource.Microsoft.ServiceBus/Queue": ServiceBusQueueOutputDataSource, "OutputDataSource.Microsoft.ServiceBus/Topic": ServiceBusTopicOutputDataSource, "OutputDataSource.PowerBI": PowerBIOutputDataSource, diff --git a/sdk/streamanalytics/arm-streamanalytics/src/streamAnalyticsManagementClient.ts b/sdk/streamanalytics/arm-streamanalytics/src/streamAnalyticsManagementClient.ts index 83921827c07e..88895e2a5e22 100644 --- a/sdk/streamanalytics/arm-streamanalytics/src/streamAnalyticsManagementClient.ts +++ b/sdk/streamanalytics/arm-streamanalytics/src/streamAnalyticsManagementClient.ts @@ -64,7 +64,7 @@ export class StreamAnalyticsManagementClient extends coreClient.ServiceClient { credential: credentials }; - const packageDetails = `azsdk-js-arm-streamanalytics/4.0.0`; + const packageDetails = `azsdk-js-arm-streamanalytics/5.0.0`; const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}` diff --git a/sdk/streamanalytics/arm-streamanalytics/tsconfig.json b/sdk/streamanalytics/arm-streamanalytics/tsconfig.json index 6e3251194117..3e6ae96443f3 100644 --- a/sdk/streamanalytics/arm-streamanalytics/tsconfig.json +++ b/sdk/streamanalytics/arm-streamanalytics/tsconfig.json @@ -9,11 +9,19 @@ "esModuleInterop": true, "allowSyntheticDefaultImports": true, "forceConsistentCasingInFileNames": true, - "lib": ["es6", "dom"], + "lib": [ + "es6", + "dom" + ], "declaration": true, "outDir": "./dist-esm", "importHelpers": true }, - "include": ["./src/**/*.ts", "./test/**/*.ts"], - "exclude": ["node_modules"] -} + "include": [ + "./src/**/*.ts", + "./test/**/*.ts" + ], + "exclude": [ + "node_modules" + ] +} \ No newline at end of file diff --git a/sdk/streamanalytics/ci.mgmt.yml b/sdk/streamanalytics/ci.mgmt.yml index fff154729ffd..466ff0f19456 100644 --- a/sdk/streamanalytics/ci.mgmt.yml +++ b/sdk/streamanalytics/ci.mgmt.yml @@ -1,5 +1,5 @@ # NOTE: Please refer to https://aka.ms/azsdk/engsys/ci-yaml before editing this file. - + trigger: branches: include: @@ -10,6 +10,7 @@ trigger: include: - sdk/streamanalytics/ci.mgmt.yml - sdk/streamanalytics/arm-streamanalytics/ + - sdk/streamanalytics/arm-streamanalytics pr: branches: include: @@ -23,11 +24,11 @@ pr: include: - sdk/streamanalytics/ci.mgmt.yml - sdk/streamanalytics/arm-streamanalytics/ - + - sdk/streamanalytics/arm-streamanalytics extends: template: /eng/pipelines/templates/stages/archetype-sdk-client.yml parameters: ServiceDirectory: streamanalytics Artifacts: - name: azure-arm-streamanalytics - safeName: azurearmstreamanalytics \ No newline at end of file + safeName: azurearmstreamanalytics