diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index e98765aabb60..df02c9be827e 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -613,6 +613,21 @@ packages: - supports-color dev: false + /@azure/arm-compute/17.2.0: + resolution: {integrity: sha512-tcKF04SeLcQyzFxzTlZN8dpyEU3GvRUYmhw3MYdsV7P3e6BJHibhJCL0pWLpB2Wa8GwVTv2ZLQ0UAzfKCtYerw==} + engines: {node: '>=12.0.0'} + dependencies: + '@azure/abort-controller': 1.0.4 + '@azure/core-auth': 1.3.2 + '@azure/core-client': 1.5.0 + '@azure/core-lro': 2.2.3 + '@azure/core-paging': 1.2.1 + '@azure/core-rest-pipeline': 1.5.0 + tslib: 2.3.1 + transitivePeerDependencies: + - supports-color + dev: false + /@azure/communication-common/1.1.0: resolution: {integrity: sha512-vqTtzDtb4NG3LWoWoqlOOJApZRRIIImNUKlGyTa6c1YC+v5A7UEOL9TX8NRDxvFVUF2wDHsSnkhLBVBgkcAhIQ==} engines: {node: '>=12.0.0'} @@ -9518,7 +9533,7 @@ packages: dev: false file:projects/arm-compute.tgz: - resolution: {integrity: sha512-gN6VdLPNFLxYG9Q/S//Ru95Im4dd2dhhBU9HrtSa3nLDVk0UPJKzE81RmUaTXyj2O5oZh524mAlC+lJWR2boTg==, tarball: file:projects/arm-compute.tgz} + resolution: {integrity: sha512-mblVe8cn6tBhnRxgFfkaueG3l8Ir9YhqNJC3pDAzvGELAtb9Awcnqta2Iu9nBtTln2oGqqlV1rWPhYnvkR0zww==, tarball: file:projects/arm-compute.tgz} name: '@rush-temp/arm-compute' version: 0.0.0 dependencies: @@ -10421,11 +10436,12 @@ packages: dev: false file:projects/arm-imagebuilder.tgz: - resolution: {integrity: sha512-/aJpNGWOV825XGXVuaOPrTSIOCo5u/7rL9DHpikVBKl1ELqMbqOmdTbF7hAwVc2IIIwv1/XUHYkXsohPu9I/dQ==, tarball: file:projects/arm-imagebuilder.tgz} + resolution: {integrity: sha512-WQtkHWHZBlaxdgMhISbg8GroEYhf0Ul/uWayUMjkBLYBtMcIEUkJwj76ZbdZ/0U58z5Lsx5gr93VXXQcmLhqyA==, tarball: file:projects/arm-imagebuilder.tgz} name: '@rush-temp/arm-imagebuilder' version: 0.0.0 dependencies: '@azure-tools/test-recorder': 1.0.2 + '@azure/arm-compute': 17.2.0 '@microsoft/api-extractor': 7.19.4 '@rollup/plugin-commonjs': 11.0.2_rollup@1.32.1 '@rollup/plugin-json': 4.1.0_rollup@1.32.1 diff --git a/sdk/compute/arm-compute/CHANGELOG.md b/sdk/compute/arm-compute/CHANGELOG.md index 6a4c34193718..e82b4d7a2262 100644 --- a/sdk/compute/arm-compute/CHANGELOG.md +++ b/sdk/compute/arm-compute/CHANGELOG.md @@ -1,5 +1,25 @@ # Release History +## 17.3.0 (2022-02-25) + +**Features** + + - Added Type Alias Architecture + - Added Type Alias ArchitectureTypes + - Added Type Alias DataAccessAuthMode + - Interface DiskUpdate has a new optional parameter dataAccessAuthMode + - Interface SnapshotUpdate has a new optional parameter dataAccessAuthMode + - Interface SupportedCapabilities has a new optional parameter architecture + - Type Alias Disk has a new parameter dataAccessAuthMode + - Type Alias GalleryImage has a new parameter architecture + - Type Alias GalleryImageUpdate has a new parameter architecture + - Type Alias Snapshot has a new parameter dataAccessAuthMode + - Type Alias VirtualMachineImage has a new parameter architecture + - Added Enum KnownArchitecture + - Added Enum KnownArchitectureTypes + - Added Enum KnownDataAccessAuthMode + + ## 17.2.0 (2022-02-14) **Features** diff --git a/sdk/compute/arm-compute/_meta.json b/sdk/compute/arm-compute/_meta.json index ed991dab39f9..e047086be98d 100644 --- a/sdk/compute/arm-compute/_meta.json +++ b/sdk/compute/arm-compute/_meta.json @@ -1,7 +1,7 @@ { - "commit": "7c98de7664d4565c088350015ccd0cfc102eab49", + "commit": "72fed4c683884347c5d560dc678a7ae682c44fd1", "readme": "specification/compute/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:\\mydev\\azure-sdk-for-js ../azure-rest-api-specs/specification/compute/resource-manager/readme.md --use=@autorest/typescript@6.0.0-alpha.16.20220128.1 --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=/home/vsts/work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/compute/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.20220128.1" + "use": "@autorest/typescript@6.0.0-alpha.16.20220105.1" } \ No newline at end of file diff --git a/sdk/compute/arm-compute/package.json b/sdk/compute/arm-compute/package.json index 4b1454af02c2..7d31e38f9026 100644 --- a/sdk/compute/arm-compute/package.json +++ b/sdk/compute/arm-compute/package.json @@ -3,7 +3,7 @@ "sdk-type": "mgmt", "author": "Microsoft Corporation", "description": "A generated SDK for ComputeManagementClient.", - "version": "17.2.0", + "version": "1.0.0-beta.1", "engines": { "node": ">=12.0.0" }, @@ -42,8 +42,7 @@ "@azure/identity": "^2.0.1", "@azure-tools/test-recorder": "^1.0.0", "mocha": "^7.1.1", - "cross-env": "^7.0.2", - "@azure/arm-network": "^26.0.0" + "cross-env": "^7.0.2" }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/compute/arm-compute", "repository": { @@ -99,21 +98,5 @@ "docs": "echo skipped" }, "sideEffects": false, - "//metadata": { - "constantPaths": [ - { - "path": "src/computeManagementClient.ts", - "prefix": "packageDetails" - } - ] - }, - "autoPublish": true, - "//sampleConfiguration": { - "productName": "", - "productSlugs": [ - "azure" - ], - "disableDocsMs": true, - "apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-compute?view=azure-node-preview" - } + "autoPublish": true } \ No newline at end of file diff --git a/sdk/compute/arm-compute/review/arm-compute.api.md b/sdk/compute/arm-compute/review/arm-compute.api.md index 77deb0d2719e..53ef7aaacaf7 100644 --- a/sdk/compute/arm-compute/review/arm-compute.api.md +++ b/sdk/compute/arm-compute/review/arm-compute.api.md @@ -64,6 +64,12 @@ export interface ApplicationProfile { galleryApplications?: VMGalleryApplication[]; } +// @public +export type Architecture = string; + +// @public +export type ArchitectureTypes = string; + // @public export interface AutomaticOSUpgradePolicy { disableAutomaticRollback?: boolean; @@ -1120,6 +1126,9 @@ export interface CreationData { uploadSizeBytes?: number; } +// @public +export type DataAccessAuthMode = string; + // @public export interface DataDisk { caching?: CachingTypes; @@ -1431,6 +1440,7 @@ export type Disk = Resource & { securityProfile?: DiskSecurityProfile; completionPercent?: number; publicNetworkAccess?: PublicNetworkAccess; + dataAccessAuthMode?: DataAccessAuthMode; }; // @public @@ -1936,6 +1946,7 @@ export type DisksUpdateResponse = Disk; // @public export interface DiskUpdate { burstingEnabled?: boolean; + dataAccessAuthMode?: DataAccessAuthMode; diskAccessId?: string; diskIopsReadOnly?: number; diskIopsReadWrite?: number; @@ -2345,6 +2356,7 @@ export type GalleryImage = Resource & { purchasePlan?: ImagePurchasePlan; readonly provisioningState?: GalleryImagePropertiesProvisioningState; features?: GalleryImageFeature[]; + architecture?: Architecture; }; // @public @@ -2442,6 +2454,7 @@ export type GalleryImageUpdate = UpdateResourceDefinition & { purchasePlan?: ImagePurchasePlan; readonly provisioningState?: GalleryImagePropertiesProvisioningState; features?: GalleryImageFeature[]; + architecture?: Architecture; }; // @public @@ -2852,6 +2865,22 @@ export enum KnownAggregatedReplicationState { Unknown = "Unknown" } +// @public +export enum KnownArchitecture { + // (undocumented) + Arm64 = "Arm64", + // (undocumented) + X64 = "x64" +} + +// @public +export enum KnownArchitectureTypes { + // (undocumented) + Arm64 = "Arm64", + // (undocumented) + X64 = "x64" +} + // @public export enum KnownAvailabilitySetSkuTypes { // (undocumented) @@ -2902,6 +2931,12 @@ export enum KnownConsistencyModeTypes { FileSystemConsistent = "FileSystemConsistent" } +// @public +export enum KnownDataAccessAuthMode { + AzureActiveDirectory = "AzureActiveDirectory", + None = "None" +} + // @public export enum KnownDeleteOptions { // (undocumented) @@ -5269,6 +5304,7 @@ export type Snapshot = Resource & { supportsHibernation?: boolean; publicNetworkAccess?: PublicNetworkAccess; completionPercent?: number; + dataAccessAuthMode?: DataAccessAuthMode; }; // @public @@ -5379,6 +5415,7 @@ export type SnapshotsUpdateResponse = Snapshot; // @public export interface SnapshotUpdate { + dataAccessAuthMode?: DataAccessAuthMode; diskAccessId?: string; diskSizeGB?: number; encryption?: Encryption; @@ -5555,6 +5592,7 @@ export type SubResourceWithColocationStatus = SubResource & { // @public export interface SupportedCapabilities { acceleratedNetwork?: boolean; + architecture?: Architecture; } // @public @@ -5961,6 +5999,7 @@ export type VirtualMachineImage = VirtualMachineImageResource & { hyperVGeneration?: HyperVGenerationTypes; disallowed?: DisallowedConfiguration; features?: VirtualMachineImageFeature[]; + architecture?: ArchitectureTypes; }; // @public diff --git a/sdk/compute/arm-compute/src/computeManagementClient.ts b/sdk/compute/arm-compute/src/computeManagementClient.ts index ce49bdd68231..869e344e577b 100644 --- a/sdk/compute/arm-compute/src/computeManagementClient.ts +++ b/sdk/compute/arm-compute/src/computeManagementClient.ts @@ -144,7 +144,7 @@ export class ComputeManagementClient extends coreClient.ServiceClient { credential: credentials }; - const packageDetails = `azsdk-js-arm-compute/17.2.0`; + const packageDetails = `azsdk-js-arm-compute/17.3.0`; const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}` diff --git a/sdk/compute/arm-compute/src/models/index.ts b/sdk/compute/arm-compute/src/models/index.ts index 78c946b28dfb..4abb76fcfb79 100644 --- a/sdk/compute/arm-compute/src/models/index.ts +++ b/sdk/compute/arm-compute/src/models/index.ts @@ -2688,10 +2688,12 @@ export interface PurchasePlanAutoGenerated { promotionCode?: string; } -/** List of supported capabilities (like accelerated networking) persisted on the disk resource for VM use. */ +/** List of supported capabilities persisted on the disk resource for VM use. */ export interface SupportedCapabilities { /** True if the image from which the OS disk is created supports accelerated networking. */ acceleratedNetwork?: boolean; + /** CPU architecture supported by an OS disk. */ + architecture?: Architecture; } /** Data used when creating a disk. */ @@ -2833,7 +2835,7 @@ export interface DiskUpdate { burstingEnabled?: boolean; /** Purchase plan information to be added on the OS disk */ purchasePlan?: PurchasePlanAutoGenerated; - /** List of supported capabilities (like accelerated networking) to be added on the OS disk. */ + /** List of supported capabilities to be added on the OS disk. */ supportedCapabilities?: SupportedCapabilities; /** * Properties of the disk for which update is pending. @@ -2844,6 +2846,8 @@ export interface DiskUpdate { supportsHibernation?: boolean; /** Policy for controlling export on the disk. */ publicNetworkAccess?: PublicNetworkAccess; + /** Additional authentication requirements when exporting or uploading to a disk or snapshot. */ + dataAccessAuthMode?: DataAccessAuthMode; } /** The List Disks operation response. */ @@ -2910,7 +2914,9 @@ export interface SnapshotUpdate { supportsHibernation?: boolean; /** Policy for controlling export on the disk. */ publicNetworkAccess?: PublicNetworkAccess; - /** List of supported capabilities (like accelerated networking) for the image from which the OS disk was created. */ + /** Additional authentication requirements when exporting or uploading to a disk or snapshot. */ + dataAccessAuthMode?: DataAccessAuthMode; + /** List of supported capabilities for the image from which the OS disk was created. */ supportedCapabilities?: SupportedCapabilities; } @@ -4912,6 +4918,8 @@ export type Disk = Resource & { completionPercent?: number; /** Policy for controlling export on the disk. */ publicNetworkAccess?: PublicNetworkAccess; + /** Additional authentication requirements when exporting or uploading to a disk or snapshot. */ + dataAccessAuthMode?: DataAccessAuthMode; }; /** Snapshot resource. */ @@ -4936,7 +4944,7 @@ export type Snapshot = Resource & { hyperVGeneration?: HyperVGeneration; /** Purchase plan information for the image from which the source disk for the snapshot was originally created. */ purchasePlan?: PurchasePlanAutoGenerated; - /** List of supported capabilities (like Accelerated Networking) for the image from which the source disk from the snapshot was originally created. */ + /** List of supported capabilities for the image from which the source disk from the snapshot was originally created. */ supportedCapabilities?: SupportedCapabilities; /** Disk source information. CreationData information cannot be changed after the disk has been created. */ creationData?: CreationData; @@ -4980,6 +4988,8 @@ export type Snapshot = Resource & { publicNetworkAccess?: PublicNetworkAccess; /** Percentage complete for the background copy when a resource is created via the CopyStart operation. */ completionPercent?: number; + /** Additional authentication requirements when exporting or uploading to a disk or snapshot. */ + dataAccessAuthMode?: DataAccessAuthMode; }; /** disk encryption set resource. */ @@ -5090,6 +5100,8 @@ export type GalleryImage = Resource & { readonly provisioningState?: GalleryImagePropertiesProvisioningState; /** A list of gallery image features. */ features?: GalleryImageFeature[]; + /** The architecture of the image. Applicable to OS disks only. */ + architecture?: Architecture; }; /** Specifies information about the gallery image version that you want to create or update. */ @@ -5736,7 +5748,7 @@ export type DiskRestorePoint = ProxyOnlyResource & { hyperVGeneration?: HyperVGeneration; /** Purchase plan information for the the image from which the OS disk was created. */ purchasePlan?: PurchasePlanAutoGenerated; - /** List of supported capabilities (like accelerated networking) for the image from which the OS disk was created. */ + /** List of supported capabilities for the image from which the OS disk was created. */ supportedCapabilities?: SupportedCapabilities; /** * id of the backing snapshot's MIS family @@ -5830,6 +5842,8 @@ export type GalleryImageUpdate = UpdateResourceDefinition & { readonly provisioningState?: GalleryImagePropertiesProvisioningState; /** A list of gallery image features. */ features?: GalleryImageFeature[]; + /** The architecture of the image. Applicable to OS disks only. */ + architecture?: Architecture; }; /** Specifies information about the gallery image version that you want to update. */ @@ -5968,6 +5982,8 @@ export type VirtualMachineImage = VirtualMachineImageResource & { /** Specifies disallowed configuration for the VirtualMachine created from the image */ disallowed?: DisallowedConfiguration; features?: VirtualMachineImageFeature[]; + /** Specifies the Architecture Type */ + architecture?: ArchitectureTypes; }; /** Describes a Virtual Machine Scale Set VM Reimage Parameters. */ @@ -6057,6 +6073,22 @@ export enum KnownVmDiskTypes { */ export type VmDiskTypes = string; +/** Known values of {@link ArchitectureTypes} that the service accepts. */ +export enum KnownArchitectureTypes { + X64 = "x64", + Arm64 = "Arm64" +} + +/** + * Defines values for ArchitectureTypes. \ + * {@link KnownArchitectureTypes} can be used interchangeably with ArchitectureTypes, + * this enum contains the known values that the service supports. + * ### Known values supported by the service + * **x64** \ + * **Arm64** + */ +export type ArchitectureTypes = string; + /** Known values of {@link ExtendedLocationTypes} that the service accepts. */ export enum KnownExtendedLocationTypes { EdgeZone = "EdgeZone" @@ -7253,6 +7285,22 @@ export enum KnownHyperVGeneration { */ export type HyperVGeneration = string; +/** Known values of {@link Architecture} that the service accepts. */ +export enum KnownArchitecture { + X64 = "x64", + Arm64 = "Arm64" +} + +/** + * Defines values for Architecture. \ + * {@link KnownArchitecture} can be used interchangeably with Architecture, + * this enum contains the known values that the service supports. + * ### Known values supported by the service + * **x64** \ + * **Arm64** + */ +export type Architecture = string; + /** Known values of {@link DiskCreateOption} that the service accepts. */ export enum KnownDiskCreateOption { /** Create an empty data disk of a size given by diskSizeGB. */ @@ -7415,6 +7463,24 @@ export enum KnownPublicNetworkAccess { */ export type PublicNetworkAccess = string; +/** Known values of {@link DataAccessAuthMode} that the service accepts. */ +export enum KnownDataAccessAuthMode { + /** When export/upload URL is used, the system checks if the user has an identity in Azure Active Directory and has necessary permissions to export/upload the data. Please refer to aka.ms/DisksAzureADAuth. */ + AzureActiveDirectory = "AzureActiveDirectory", + /** No additional authentication would be performed when accessing export/upload URL. */ + None = "None" +} + +/** + * Defines values for DataAccessAuthMode. \ + * {@link KnownDataAccessAuthMode} can be used interchangeably with DataAccessAuthMode, + * this enum contains the known values that the service supports. + * ### Known values supported by the service + * **AzureActiveDirectory**: When export\/upload URL is used, the system checks if the user has an identity in Azure Active Directory and has necessary permissions to export\/upload the data. Please refer to aka.ms\/DisksAzureADAuth. \ + * **None**: No additional authentication would be performed when accessing export\/upload URL. + */ +export type DataAccessAuthMode = string; + /** Known values of {@link AccessLevel} that the service accepts. */ export enum KnownAccessLevel { None = "None", diff --git a/sdk/compute/arm-compute/src/models/mappers.ts b/sdk/compute/arm-compute/src/models/mappers.ts index 387dfffc0b7b..12978d03ca18 100644 --- a/sdk/compute/arm-compute/src/models/mappers.ts +++ b/sdk/compute/arm-compute/src/models/mappers.ts @@ -6986,6 +6986,12 @@ export const SupportedCapabilities: coreClient.CompositeMapper = { type: { name: "Boolean" } + }, + architecture: { + serializedName: "architecture", + type: { + name: "String" + } } } } @@ -7409,6 +7415,12 @@ export const DiskUpdate: coreClient.CompositeMapper = { type: { name: "String" } + }, + dataAccessAuthMode: { + serializedName: "properties.dataAccessAuthMode", + type: { + name: "String" + } } } } @@ -7586,6 +7598,12 @@ export const SnapshotUpdate: coreClient.CompositeMapper = { name: "String" } }, + dataAccessAuthMode: { + serializedName: "properties.dataAccessAuthMode", + type: { + name: "String" + } + }, supportedCapabilities: { serializedName: "properties.supportedCapabilities", type: { @@ -12712,6 +12730,12 @@ export const Disk: coreClient.CompositeMapper = { type: { name: "String" } + }, + dataAccessAuthMode: { + serializedName: "properties.dataAccessAuthMode", + type: { + name: "String" + } } } } @@ -12875,6 +12899,12 @@ export const Snapshot: coreClient.CompositeMapper = { type: { name: "Number" } + }, + dataAccessAuthMode: { + serializedName: "properties.dataAccessAuthMode", + type: { + name: "String" + } } } } @@ -13147,6 +13177,12 @@ export const GalleryImage: coreClient.CompositeMapper = { } } } + }, + architecture: { + serializedName: "properties.architecture", + type: { + name: "String" + } } } } @@ -15030,6 +15066,12 @@ export const GalleryImageUpdate: coreClient.CompositeMapper = { } } } + }, + architecture: { + serializedName: "properties.architecture", + type: { + name: "String" + } } } } @@ -15439,6 +15481,12 @@ export const VirtualMachineImage: coreClient.CompositeMapper = { } } } + }, + architecture: { + serializedName: "properties.architecture", + type: { + name: "String" + } } } } diff --git a/sdk/compute/arm-compute/src/models/parameters.ts b/sdk/compute/arm-compute/src/models/parameters.ts index 8bf5b25e1450..3b84e2941ec9 100644 --- a/sdk/compute/arm-compute/src/models/parameters.ts +++ b/sdk/compute/arm-compute/src/models/parameters.ts @@ -940,7 +940,7 @@ export const diskName: OperationURLParameter = { export const apiVersion2: OperationQueryParameter = { parameterPath: "apiVersion", mapper: { - defaultValue: "2021-08-01", + defaultValue: "2021-12-01", isConstant: true, serializedName: "api-version", type: { diff --git a/sdk/compute/arm-compute/test/sampleTest.ts b/sdk/compute/arm-compute/test/sampleTest.ts new file mode 100644 index 000000000000..7ed89b043e1b --- /dev/null +++ b/sdk/compute/arm-compute/test/sampleTest.ts @@ -0,0 +1,48 @@ +/* + * Copyright (c) Microsoft Corporation. + * Licensed under the MIT License. + * + * Code generated by Microsoft (R) AutoRest Code Generator. + * Changes may cause incorrect behavior and will be lost if the code is regenerated. + */ + +import { + env, + record, + RecorderEnvironmentSetup, + Recorder +} from "@azure-tools/test-recorder"; +import * as assert from "assert"; + +const recorderEnvSetup: RecorderEnvironmentSetup = { + replaceableVariables: { + AZURE_CLIENT_ID: "azure_client_id", + AZURE_CLIENT_SECRET: "azure_client_secret", + AZURE_TENANT_ID: "88888888-8888-8888-8888-888888888888", + SUBSCRIPTION_ID: "azure_subscription_id" + }, + customizationsOnRecordings: [ + (recording: any): any => + recording.replace( + /"access_token":"[^"]*"/g, + `"access_token":"access_token"` + ) + ], + queryParametersToSkip: [] +}; + +describe("My test", () => { + let recorder: Recorder; + + beforeEach(async function() { + recorder = record(this, recorderEnvSetup); + }); + + afterEach(async function() { + await recorder.stop(); + }); + + it("sample test", async function() { + console.log("Hi, I'm a test!"); + }); +}); diff --git a/sdk/compute/arm-compute/tsconfig.json b/sdk/compute/arm-compute/tsconfig.json index 481f8c36ccdc..3e6ae96443f3 100644 --- a/sdk/compute/arm-compute/tsconfig.json +++ b/sdk/compute/arm-compute/tsconfig.json @@ -15,12 +15,7 @@ ], "declaration": true, "outDir": "./dist-esm", - "importHelpers": true, - "paths": { - "@azure/arm-compute": [ - "./src/index" - ] - } + "importHelpers": true }, "include": [ "./src/**/*.ts", diff --git a/sdk/compute/ci.mgmt.yml b/sdk/compute/ci.mgmt.yml index c029d21afe01..bebc46d5cac2 100644 --- a/sdk/compute/ci.mgmt.yml +++ b/sdk/compute/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/compute/ci.mgmt.yml - sdk/compute/arm-compute/ + - sdk/compute/arm-compute pr: branches: include: @@ -23,11 +24,11 @@ pr: include: - sdk/compute/ci.mgmt.yml - sdk/compute/arm-compute/ - + - sdk/compute/arm-compute extends: template: /eng/pipelines/templates/stages/archetype-sdk-client.yml parameters: ServiceDirectory: compute Artifacts: - name: azure-arm-compute - safeName: azurearmcompute \ No newline at end of file + safeName: azurearmcompute