Skip to content
Merged
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
16 changes: 16 additions & 0 deletions Commands/databox/job/_cancel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _databox job cancel_

CancelJob.

## Versions

### [2022-12-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5kYXRhYm94L2pvYnMve30vY2FuY2Vs/2022-12-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.databox/jobs/{}/cancel 2022-12-01 -->

#### examples

- Cancel job
```bash
databox job cancel -g rg --job-name name --reason reason
```
16 changes: 16 additions & 0 deletions Commands/databox/job/_create.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _databox job create_

Create a new job with the specified parameters.

## Versions

### [2022-12-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5kYXRhYm94L2pvYnMve30=/2022-12-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.databox/jobs/{} 2022-12-01 -->

#### examples

- Create job
```bash
databox job create -g rg -n job-name --sku databox --contact-name 'test' --phone 14258828080 --email-list testing@microsoft.com --street-address1 "1 MICROSOFT WAY" --city Redmond --state-or-province WA --country US --postal-code 98052 --company-name Microsoft --storage-account account-id --staging-storage-account account-id --resource-group-for-managed-disk rg --transfer-type ImportToAzure --kek-type MicrosoftManaged
```
16 changes: 16 additions & 0 deletions Commands/databox/job/_delete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _databox job delete_

Delete a job.

## Versions

### [2022-12-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5kYXRhYm94L2pvYnMve30=/2022-12-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.databox/jobs/{} 2022-12-01 -->

#### examples

- Delete job
```bash
databox job delete -n job-name -g rg
```
16 changes: 16 additions & 0 deletions Commands/databox/job/_list-credential.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _databox job list-credential_

This method gets the unencrypted secrets related to the job.

## Versions

### [2022-12-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5kYXRhYm94L2pvYnMve30vbGlzdGNyZWRlbnRpYWxz/2022-12-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.databox/jobs/{}/listcredentials 2022-12-01 -->

#### examples

- List credential
```bash
databox job list-credential -g rg -n job-name
```
17 changes: 17 additions & 0 deletions Commands/databox/job/_list.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# [Command] _databox job list_

List all the jobs available under the subscription.

## Versions

### [2022-12-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5kYXRhYm94L2pvYnM=/2022-12-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.databox/jobs 2022-12-01 -->
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.databox/jobs 2022-12-01 -->

#### examples

- List job by resource group
```bash
databox job list -g rg
```
16 changes: 16 additions & 0 deletions Commands/databox/job/_mark-devices-shipped.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _databox job mark-devices-shipped_

Request to mark devices for a given job as shipped

## Versions

### [2022-12-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5kYXRhYm94L2pvYnMve30vbWFya2RldmljZXNzaGlwcGVk/2022-12-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.databox/jobs/{}/markdevicesshipped 2022-12-01 -->

#### examples

- Mark devices shipped
```bash
databox job mark-devices-shipped -g rg -n job-name
```
16 changes: 16 additions & 0 deletions Commands/databox/job/_show.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _databox job show_

Get information about the specified job.

## Versions

### [2022-12-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5kYXRhYm94L2pvYnMve30=/2022-12-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.databox/jobs/{} 2022-12-01 -->

#### examples

- Show job
```bash
databox job show -g rg -n job-name
```
16 changes: 16 additions & 0 deletions Commands/databox/job/_update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _databox job update_

Update the properties of an existing job.

## Versions

### [2022-12-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5kYXRhYm94L2pvYnMve30=/2022-12-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.databox/jobs/{} 2022-12-01 -->

#### examples

- Update job
```bash
databox job update -g rg -n job-name --contact-name 'name --email-list email --phone phone-number
```
29 changes: 29 additions & 0 deletions Commands/databox/job/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# [Group] _databox job_

Manage data box job

## Commands

- [cancel](/Commands/databox/job/_cancel.md)
: CancelJob.

- [create](/Commands/databox/job/_create.md)
: Create a new job with the specified parameters.

- [delete](/Commands/databox/job/_delete.md)
: Delete a job.

- [list](/Commands/databox/job/_list.md)
: List all the jobs available under the subscription.

- [list-credential](/Commands/databox/job/_list-credential.md)
: This method gets the unencrypted secrets related to the job.

- [mark-devices-shipped](/Commands/databox/job/_mark-devices-shipped.md)
: Request to mark devices for a given job as shipped

- [show](/Commands/databox/job/_show.md)
: Get information about the specified job.

- [update](/Commands/databox/job/_update.md)
: Update the properties of an existing job.
8 changes: 8 additions & 0 deletions Commands/databox/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# [Group] _databox_

Manage data box

## Subgroups

- [job](/Commands/databox/job/readme.md)
: Manage data box job
3 changes: 3 additions & 0 deletions Commands/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
- [confidentialledger](/Commands/confidentialledger/readme.md)
: Deploy and manage Azure confidential ledgers.

- [databox](/Commands/databox/readme.md)
: Manage data box

- [databricks](/Commands/databricks/readme.md)
: Manage databricks workspaces.

Expand Down
Loading