diff --git a/sdk/features/arm-features/LICENSE b/sdk/features/arm-features/LICENSE index ccb63b166732..5d1d36e0af80 100644 --- a/sdk/features/arm-features/LICENSE +++ b/sdk/features/arm-features/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/features/arm-features/README.md b/sdk/features/arm-features/README.md index 4fc0b96747f6..e571fb79b4e0 100644 --- a/sdk/features/arm-features/README.md +++ b/sdk/features/arm-features/README.md @@ -6,7 +6,7 @@ Azure Feature Exposure Control (AFEC) provides a mechanism for the resource prov [Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/features/arm-features) | [Package (NPM)](https://www.npmjs.com/package/@azure/arm-features) | -[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-features) | +[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-features?view=azure-node-preview) | [Samples](https://github.com/Azure-Samples/azure-samples-js-management) ## Getting started diff --git a/sdk/features/arm-features/_meta.json b/sdk/features/arm-features/_meta.json index 0551b4fe18f8..5110d9ab980d 100644 --- a/sdk/features/arm-features/_meta.json +++ b/sdk/features/arm-features/_meta.json @@ -1,7 +1,7 @@ { - "commit": "a42f1b58607091c4f255ead152a8ef323fa0b280", + "commit": "d46c4780b430d518fd0f78cdbcb0b2dcaff9d94a", "readme": "specification/resources/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/resources/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/resources/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" + "use": "@autorest/typescript@6.0.0-alpha.16.20220105.1" } \ No newline at end of file diff --git a/sdk/features/arm-features/api-extractor.json b/sdk/features/arm-features/api-extractor.json index 494666de9c7c..1279529db2df 100644 --- a/sdk/features/arm-features/api-extractor.json +++ b/sdk/features/arm-features/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-features.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/features/arm-features/package.json b/sdk/features/arm-features/package.json index cf3a999b42e5..18ad8512884c 100644 --- a/sdk/features/arm-features/package.json +++ b/sdk/features/arm-features/package.json @@ -3,7 +3,7 @@ "sdk-type": "mgmt", "author": "Microsoft Corporation", "description": "A generated SDK for FeatureClient.", - "version": "3.0.1", + "version": "1.0.0-beta.1", "engines": { "node": ">=12.0.0" }, @@ -97,4 +97,4 @@ }, "sideEffects": false, "autoPublish": true -} +} \ No newline at end of file diff --git a/sdk/features/arm-features/src/featureClient.ts b/sdk/features/arm-features/src/featureClient.ts index 1e666690f901..0b5920e6c09b 100644 --- a/sdk/features/arm-features/src/featureClient.ts +++ b/sdk/features/arm-features/src/featureClient.ts @@ -61,7 +61,7 @@ export class FeatureClient extends coreClient.ServiceClient { credential: credentials }; - const packageDetails = `azsdk-js-arm-features/3.0.0`; + const packageDetails = `azsdk-js-arm-features/1.0.0-beta.1`; const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}` diff --git a/sdk/features/arm-features/test/sampleTest.ts b/sdk/features/arm-features/test/sampleTest.ts index 51da14a946f4..7ed89b043e1b 100644 --- a/sdk/features/arm-features/test/sampleTest.ts +++ b/sdk/features/arm-features/test/sampleTest.ts @@ -10,13 +10,9 @@ import { env, record, RecorderEnvironmentSetup, - Recorder, - delay, - isPlaybackMode + Recorder } from "@azure-tools/test-recorder"; import * as assert from "assert"; -import { ClientSecretCredential } from "@azure/identity"; -import { FeatureClient } from "../src/featureClient"; const recorderEnvSetup: RecorderEnvironmentSetup = { replaceableVariables: { @@ -35,58 +31,18 @@ const recorderEnvSetup: RecorderEnvironmentSetup = { queryParametersToSkip: [] }; -export const testPollingOptions = { - updateIntervalInMs: isPlaybackMode() ? 0 : undefined, -}; - -describe("Features test", () => { +describe("My test", () => { let recorder: Recorder; - let subscriptionId: string; - let client: FeatureClient; - let location: string; - let resourceGroup: string; beforeEach(async function() { recorder = record(this, recorderEnvSetup); - subscriptionId = env.SUBSCRIPTION_ID; - // This is an example of how the environment variables are used - const credential = new ClientSecretCredential( - env.AZURE_TENANT_ID, - env.AZURE_CLIENT_ID, - env.AZURE_CLIENT_SECRET - ); - client = new FeatureClient(credential, subscriptionId); - location = "eastus"; - resourceGroup = "myjstest"; }); afterEach(async function() { await recorder.stop(); }); - it("features listall test", async function() { - const arrayList = []; - for await (const item of client.features.listAll()) { - arrayList.push(item); - } - assert.notEqual(arrayList.length,0); - }); - - it("features list test", async function() { - const arrayList = []; - for await (const item of client.features.list("Microsoft.Compute")) { - arrayList.push(item); - } - assert.notEqual(arrayList.length,0); - }); - - it("features get test", async function() { - const arrayList = new Array(); - for await (const item of client.features.list("Microsoft.Compute")) { - arrayList.push(item); - } - const featureName = arrayList[0].name.split("/")[1]; - const feature = await client.features.get("Microsoft.Compute", featureName); - assert.equal(feature.name,"Microsoft.Compute/"+featureName); + it("sample test", async function() { + console.log("Hi, I'm a test!"); }); }); diff --git a/sdk/features/arm-features/tsconfig.json b/sdk/features/arm-features/tsconfig.json index 6e3251194117..3e6ae96443f3 100644 --- a/sdk/features/arm-features/tsconfig.json +++ b/sdk/features/arm-features/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