Skip to content

Commit

Permalink
CodeGen from PR 27385 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge f80aff1fe36eef9d797841d8da2e420da9309134 into 86a89f22f5e18449a3fde7c00a416f18c19b70f9
  • Loading branch information
SDKAuto committed Jan 29, 2024
1 parent 7327822 commit f72a7dc
Show file tree
Hide file tree
Showing 149 changed files with 53,146 additions and 11,107 deletions.
794 changes: 417 additions & 377 deletions common/config/rush/pnpm-lock.yaml

Large diffs are not rendered by default.

977 changes: 968 additions & 9 deletions sdk/migrate/arm-migrate/CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sdk/migrate/arm-migrate/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2023 Microsoft
Copyright (c) 2024 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
Expand Down
28 changes: 14 additions & 14 deletions sdk/migrate/arm-migrate/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# AzureMigrateV2 client library for JavaScript
# Azure Migrate Discovery client library for JavaScript

This package contains an isomorphic SDK (runs both in Node.js and in browsers) for AzureMigrateV2 client.
This package contains an isomorphic SDK (runs both in Node.js and in browsers) for Azure Migrate Discovery client.

Assess your workloads for Azure.
Azure OffAzure Resource Provider management API.

[Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/migrate/arm-migrate) |
[Package (NPM)](https://www.npmjs.com/package/@azure/arm-migrate) |
[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-migrate) |
[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-migrate?view=azure-node-preview) |
[Samples](https://github.com/Azure-Samples/azure-samples-js-management)

## Getting started
Expand All @@ -24,16 +24,16 @@ See our [support policy](https://github.com/Azure/azure-sdk-for-js/blob/main/SUP

### Install the `@azure/arm-migrate` package

Install the AzureMigrateV2 client library for JavaScript with `npm`:
Install the Azure Migrate Discovery client library for JavaScript with `npm`:

```bash
npm install @azure/arm-migrate
```

### Create and authenticate a `AzureMigrateV2`
### Create and authenticate a `AzureMigrateDiscoveryService`

To create a client object to access the AzureMigrateV2 API, you will need the `endpoint` of your AzureMigrateV2 resource and a `credential`. The AzureMigrateV2 client can use Azure Active Directory credentials to authenticate.
You can find the endpoint for your AzureMigrateV2 resource in the [Azure Portal][azure_portal].
To create a client object to access the Azure Migrate Discovery API, you will need the `endpoint` of your Azure Migrate Discovery resource and a `credential`. The Azure Migrate Discovery client can use Azure Active Directory credentials to authenticate.
You can find the endpoint for your Azure Migrate Discovery resource in the [Azure Portal][azure_portal].

You can authenticate with Azure Active Directory using a credential from the [@azure/identity][azure_identity] library or [an existing AAD Token](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/identity/identity/samples/AzureIdentityExamples.md#authenticating-with-a-pre-fetched-access-token).

Expand All @@ -43,25 +43,25 @@ To use the [DefaultAzureCredential][defaultazurecredential] provider shown below
npm install @azure/identity
```

You will also need to **register a new AAD application and grant access to AzureMigrateV2** by assigning the suitable role to your service principal (note: roles such as `"Owner"` will not grant the necessary permissions).
You will also need to **register a new AAD application and grant access to Azure Migrate Discovery** by assigning the suitable role to your service principal (note: roles such as `"Owner"` will not grant the necessary permissions).
Set the values of the client ID, tenant ID, and client secret of the AAD application as environment variables: `AZURE_CLIENT_ID`, `AZURE_TENANT_ID`, `AZURE_CLIENT_SECRET`.

For more information about how to create an Azure AD Application check out [this guide](https://docs.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal).

```javascript
const { AzureMigrateV2 } = require("@azure/arm-migrate");
const { AzureMigrateDiscoveryService } = require("@azure/arm-migrate");
const { DefaultAzureCredential } = require("@azure/identity");
// For client-side applications running in the browser, use InteractiveBrowserCredential instead of DefaultAzureCredential. See https://aka.ms/azsdk/js/identity/examples for more details.

const subscriptionId = "00000000-0000-0000-0000-000000000000";
const client = new AzureMigrateV2(new DefaultAzureCredential(), subscriptionId);
const client = new AzureMigrateDiscoveryService(new DefaultAzureCredential(), subscriptionId);

// For client-side applications running in the browser, use this code instead:
// const credential = new InteractiveBrowserCredential({
// tenantId: "<YOUR_TENANT_ID>",
// clientId: "<YOUR_CLIENT_ID>"
// });
// const client = new AzureMigrateV2(credential, subscriptionId);
// const client = new AzureMigrateDiscoveryService(credential, subscriptionId);
```


Expand All @@ -70,9 +70,9 @@ To use this client library in the browser, first you need to use a bundler. For

## Key concepts

### AzureMigrateV2
### AzureMigrateDiscoveryService

`AzureMigrateV2` is the primary interface for developers using the AzureMigrateV2 client library. Explore the methods on this client object to understand the different features of the AzureMigrateV2 service that you can access.
`AzureMigrateDiscoveryService` is the primary interface for developers using the Azure Migrate Discovery client library. Explore the methods on this client object to understand the different features of the Azure Migrate Discovery service that you can access.

## Troubleshooting

Expand Down
10 changes: 5 additions & 5 deletions sdk/migrate/arm-migrate/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "d967edeee8fd6af6d40bffe53cceed1bd053d7ad",
"readme": "specification\\migrate\\resource-manager\\readme.md",
"autorest_command": "autorest --version=3.9.3 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=F:\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\migrate\\resource-manager\\readme.md --use=@autorest/typescript@6.0.0-rc.7 --generate-sample=true",
"commit": "d4f879396c353d38bc8e9fd3c5865f008d3bf403",
"readme": "specification/migrate/resource-manager/readme.md",
"autorest_command": "autorest --version=3.9.7 --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/migrate/resource-manager/readme.md --use=@autorest/typescript@^6.0.12",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.6.0",
"use": "@autorest/typescript@6.0.0-rc.7"
"release_tool": "@azure-tools/js-sdk-release-tools@2.7.4",
"use": "@autorest/typescript@^6.0.12"
}
37 changes: 16 additions & 21 deletions sdk/migrate/arm-migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,18 @@
"name": "@azure/arm-migrate",
"sdk-type": "mgmt",
"author": "Microsoft Corporation",
"description": "A generated SDK for AzureMigrateV2.",
"version": "2.0.4",
"description": "A generated SDK for AzureMigrateDiscoveryService.",
"version": "3.0.0-beta.1",
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@azure/core-lro": "^2.5.4",
"@azure/abort-controller": "^1.0.0",
"@azure/core-paging": "^1.2.0",
"@azure/core-client": "^1.6.1",
"@azure/core-client": "^1.7.0",
"@azure/core-auth": "^1.3.0",
"@azure/core-rest-pipeline": "^1.8.0",
"@azure/core-rest-pipeline": "^1.12.0",
"tslib": "^2.2.0"
},
"keywords": [
Expand All @@ -27,20 +29,22 @@
"types": "./types/arm-migrate.d.ts",
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"mkdirp": "^1.0.4",
"typescript": "~5.3.3",
"mkdirp": "^2.1.2",
"typescript": "~5.2.0",
"uglify-js": "^3.4.9",
"rimraf": "^3.0.0",
"rimraf": "^5.0.0",
"dotenv": "^16.0.0",
"@azure/dev-tool": "^1.0.0",
"@azure/identity": "^3.3.0",
"@azure-tools/test-recorder": "^3.0.0",
"@azure-tools/test-credential": "^1.0.0",
"mocha": "^10.0.0",
"@types/mocha": "^10.0.0",
"esm": "^3.2.18",
"@types/chai": "^4.2.8",
"chai": "^4.2.0",
"cross-env": "^7.0.2",
"@types/node": "^18.0.0",
"@azure/dev-tool": "^1.0.0",
"ts-node": "^10.0.0"
},
"repository": {
Expand Down Expand Up @@ -74,8 +78,7 @@
"pack": "npm pack 2>&1",
"extract-api": "api-extractor run --local",
"lint": "echo skipped",
"audit": "echo skipped",
"clean": "rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log",
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
"build:node": "echo skipped",
"build:browser": "echo skipped",
"build:test": "echo skipped",
Expand All @@ -97,19 +100,11 @@
"//metadata": {
"constantPaths": [
{
"path": "src/azureMigrateV2.ts",
"path": "src/azureMigrateDiscoveryService.ts",
"prefix": "packageDetails"
}
]
},
"autoPublish": true,
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/migrate/arm-migrate",
"//sampleConfiguration": {
"productName": "",
"productSlugs": [
"azure"
],
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-migrate?view=azure-node-preview"
}
}
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/migrate/arm-migrate"
}
Loading

0 comments on commit f72a7dc

Please sign in to comment.