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
17 changes: 8 additions & 9 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 3 additions & 13 deletions sdk/databox/arm-databox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,8 @@
# Release History

## 5.0.0 (2022-04-26)

## 5.0.0-beta.3 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 5.0.0-beta.2 (2022-04-15)

The package of @azure/arm-databox is using our next generation design principles since version 5.0.0-beta.2, which contains breaking changes.
The package of @azure/arm-databox is using our next generation design principles since version 5.0.0, which contains breaking changes.

To understand the detail of the change, please refer to [Changelog](https://aka.ms/js-track2-changelog).

Expand Down
13 changes: 1 addition & 12 deletions sdk/databox/arm-databox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This package contains an isomorphic SDK (runs both in Node.js and in browsers) f

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

## Getting started
Expand All @@ -16,8 +16,6 @@ This package contains an isomorphic SDK (runs both in Node.js and in browsers) f
- [LTS versions of Node.js](https://nodejs.org/about/releases/)
- Latest versions of Safari, Chrome, Edge and Firefox.

See our [support policy](https://github.com/Azure/azure-sdk-for-js/blob/main/SUPPORT.md) for more details.

### Prerequisites

- An [Azure subscription][azure_sub].
Expand Down Expand Up @@ -51,17 +49,8 @@ For more information about how to create an Azure AD Application check out [this
```javascript
const { DataBoxManagementClient } = require("@azure/arm-databox");
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 DataBoxManagementClient(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 DataBoxManagementClient(credential, subscriptionId);
```


Expand Down
10 changes: 5 additions & 5 deletions sdk/databox/arm-databox/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "e6a2296d02ec6c4b2c32479198bfbcb9b16ea247",
"readme": "specification\\databox\\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\\databox\\resource-manager\\readme.md --use=@autorest/[email protected].19.20220408.1 --generate-sample=true",
"commit": "5543826cdd190aaf306c435b64710512b8261506",
"readme": "specification/databox/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=/mnt/vss/_work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/databox/resource-manager/readme.md --use=@autorest/[email protected].16.20220105.1",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.2.6",
"use": "@autorest/[email protected].19.20220408.1"
"release_tool": "@azure-tools/js-sdk-release-tools@2.3.0",
"use": "@autorest/[email protected].16.20220105.1"
}
40 changes: 12 additions & 28 deletions sdk/databox/arm-databox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
"sdk-type": "mgmt",
"author": "Microsoft Corporation",
"description": "A generated SDK for DataBoxManagementClient.",
"version": "5.0.0-beta.3",
"version": "5.0.0",
"engines": {
"node": ">=12.0.0"
},
"dependencies": {
"@azure/core-lro": "^2.2.0",
"@azure/abort-controller": "^1.0.0",
"@azure/core-paging": "^1.2.0",
"@azure/core-client": "^1.5.0",
"@azure/core-client": "^1.0.0",
"@azure/core-auth": "^1.3.0",
"@azure/core-rest-pipeline": "^1.8.0",
"@azure/core-rest-pipeline": "^1.1.0",
"tslib": "^2.2.0"
},
"keywords": [
Expand All @@ -28,14 +28,14 @@
"module": "./dist-esm/src/index.js",
"types": "./types/arm-databox.d.ts",
"devDependencies": {
"@microsoft/api-extractor": "7.18.11",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-multi-entry": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@microsoft/api-extractor": "^7.18.11",
"@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.66.1",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup": "^1.16.3",
"rollup-plugin-sourcemaps": "^0.4.2",
"typescript": "~4.2.0",
"uglify-js": "^3.4.9",
"rimraf": "^3.0.0",
Expand Down Expand Up @@ -98,21 +98,5 @@
"docs": "echo skipped"
},
"sideEffects": false,
"//metadata": {
"constantPaths": [
{
"path": "src/dataBoxManagementClient.ts",
"prefix": "packageDetails"
}
]
},
"autoPublish": true,
"//sampleConfiguration": {
"productName": "",
"productSlugs": [
"azure"
],
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-databox?view=azure-node-preview"
}
}
"autoPublish": true
}
73 changes: 71 additions & 2 deletions sdk/databox/arm-databox/review/arm-databox.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export type CustomerDiskJobSecrets = JobSecrets & {
};

// @public
export type CustomerResolutionCode = "None" | "MoveToCleanUpDevice" | "Resume";
export type CustomerResolutionCode = "None" | "MoveToCleanUpDevice" | "Resume" | "Restart" | "ReachOutToOperation";

// @public
export interface DataAccountDetails {
Expand Down Expand Up @@ -244,13 +244,29 @@ export interface DataBoxDiskCopyProgress {
readonly status?: CopyStatus;
}

// @public
export type DataBoxDiskGranularCopyLogDetails = GranularCopyLogDetails & {
copyLogDetailsType: "DataBoxCustomerDisk";
readonly serialNumber?: string;
readonly accountName?: string;
readonly errorLogLink?: string;
readonly verboseLogLink?: string;
};

// @public
export type DataBoxDiskGranularCopyProgress = GranularCopyProgress & {
readonly serialNumber?: string;
readonly copyStatus?: CopyStatus;
};

// @public
export type DataBoxDiskJobDetails = JobDetails & {
jobDetailsType: "DataBoxDisk";
preferredDisks?: {
[propertyName: string]: number;
};
readonly copyProgress?: DataBoxDiskCopyProgress[];
readonly granularCopyProgress?: DataBoxDiskGranularCopyProgress[];
readonly disksAndSizeDetails?: {
[propertyName: string]: number;
};
Expand Down Expand Up @@ -441,6 +457,12 @@ export interface Details {
message: string;
}

// @public
export interface DeviceErasureDetails {
readonly deviceErasureStatus?: StageStatus;
readonly erasureOrDestructionCertificateSasKey?: string;
}

// @public
export type DiskScheduleAvailabilityRequest = ScheduleAvailabilityRequest & {
skuName: "DataBoxDisk";
Expand Down Expand Up @@ -489,6 +511,33 @@ export interface FilterFileDetails {
// @public
export type FilterFileType = "AzureBlob" | "AzureFile";

// @public
export interface GranularCopyLogDetails {
copyLogDetailsType: "DataBoxCustomerDisk";
}

// @public (undocumented)
export type GranularCopyLogDetailsUnion = GranularCopyLogDetails | DataBoxDiskGranularCopyLogDetails;

// @public
export interface GranularCopyProgress {
readonly accountId?: string;
readonly bytesProcessed?: number;
readonly dataAccountType?: DataAccountType;
readonly directoriesErroredOut?: number;
readonly filesErroredOut?: number;
readonly filesProcessed?: number;
readonly invalidDirectoriesProcessed?: number;
readonly invalidFileBytesUploaded?: number;
readonly invalidFilesProcessed?: number;
readonly isEnumerationInProgress?: boolean;
readonly renamedContainerCount?: number;
readonly storageAccountName?: string;
readonly totalBytesToProcess?: number;
readonly totalFilesToProcess?: number;
readonly transferType?: TransferType;
}

// @public
export type HeavyScheduleAvailabilityRequest = ScheduleAvailabilityRequest & {
skuName: "DataBoxHeavy";
Expand Down Expand Up @@ -527,6 +576,7 @@ export interface JobDetails {
dataExportDetails?: DataExportDetails[];
dataImportDetails?: DataImportDetails[];
readonly deliveryPackage?: PackageShippingDetails;
readonly deviceErasureDetails?: DeviceErasureDetails;
expectedDataSizeInTeraBytes?: number;
jobDetailsType: "DataBoxCustomerDisk" | "DataBoxDisk" | "DataBoxHeavy" | "DataBox";
readonly jobStages?: JobStages[];
Expand Down Expand Up @@ -748,12 +798,16 @@ export enum KnownDataCenterCode {
// (undocumented)
BJB = "BJB",
// (undocumented)
BJS20 = "BJS20",
// (undocumented)
BL20 = "BL20",
// (undocumented)
BL7 = "BL7",
// (undocumented)
BN1 = "BN1",
// (undocumented)
BN7 = "BN7",
// (undocumented)
BOM01 = "BOM01",
// (undocumented)
BY1 = "BY1",
Expand All @@ -778,6 +832,8 @@ export enum KnownDataCenterCode {
// (undocumented)
DSM05 = "DSM05",
// (undocumented)
DUB07 = "DUB07",
// (undocumented)
FRA22 = "FRA22",
// (undocumented)
HKG20 = "HKG20",
Expand All @@ -800,8 +856,16 @@ export enum KnownDataCenterCode {
// (undocumented)
ORK70 = "ORK70",
// (undocumented)
OSA02 = "OSA02",
// (undocumented)
OSA20 = "OSA20",
// (undocumented)
OSA22 = "OSA22",
// (undocumented)
PAR22 = "PAR22",
// (undocumented)
PNQ01 = "PNQ01",
// (undocumented)
PUS20 = "PUS20",
// (undocumented)
SEL20 = "SEL20",
Expand All @@ -816,10 +880,14 @@ export enum KnownDataCenterCode {
// (undocumented)
SN5 = "SN5",
// (undocumented)
SN6 = "SN6",
// (undocumented)
SN8 = "SN8",
// (undocumented)
SSE90 = "SSE90",
// (undocumented)
SVG20 = "SVG20",
// (undocumented)
SYD03 = "SYD03",
// (undocumented)
SYD23 = "SYD23",
Expand Down Expand Up @@ -983,6 +1051,7 @@ export interface PackageShippingDetails {
export interface Preferences {
encryptionPreferences?: EncryptionPreferences;
preferredDataCenterRegion?: string[];
storageAccountAccessTierPreferences?: string[];
transportPreferences?: TransportPreferences;
}

Expand Down Expand Up @@ -1204,7 +1273,7 @@ export type SkuName = "DataBox" | "DataBoxDisk" | "DataBoxHeavy" | "DataBoxCusto
export type StageName = string;

// @public
export type StageStatus = "None" | "InProgress" | "Succeeded" | "Failed" | "Cancelled" | "Cancelling" | "SucceededWithErrors" | "WaitingForCustomerAction" | "SucceededWithWarnings" | "WaitingForCustomerActionForKek" | "WaitingForCustomerActionForCleanUp" | "CustomerActionPerformedForCleanUp";
export type StageStatus = "None" | "InProgress" | "Succeeded" | "Failed" | "Cancelled" | "Cancelling" | "SucceededWithErrors" | "WaitingForCustomerAction" | "SucceededWithWarnings" | "WaitingForCustomerActionForKek" | "WaitingForCustomerActionForCleanUp" | "CustomerActionPerformedForCleanUp" | "CustomerActionPerformed";

// @public
export type StorageAccountDetails = DataAccountDetails & {
Expand Down
Loading