Skip to content

Commit

Permalink
test for deviceprovisioningservices (Azure#9350)
Browse files Browse the repository at this point in the history
* Update readme.cli.md

* test for deviceprovisioningservices
  • Loading branch information
Zim Kalinowski authored and 00Kai0 committed Oct 12, 2020
1 parent 457cddd commit 356fd1a
Showing 1 changed file with 43 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
## CLI

These settings apply only when `--cli` is specified on the command line.

``` yaml $(cli)
cli:
cli-name: iothubprovisioningservices
package-name: azure-mgmt-iothubprovisioningservices
namespace: azure.mgmt.iothubprovisioningservices
test-scenario:
- name: /IotDpsResource/put/DPSCreate
- name: /DpsCertificate/put/DPSCreateOrUpdateCertificate
disabled: true
comment: Certificates not tested yet
- name: /DpsCertificate/get/DPSGetCertificate
disabled: true
comment: Certificates not tested yet
- name: /IotDpsResource/get/DPSGetOperationResult
disabled: true
comment: Certificates not tested yet
- name: /DpsCertificate/get/DPSGetCertificates
- name: /IotDpsResource/get/DPSGetValidSku
- name: /IotDpsResource/get/DPSGet
- name: /IotDpsResource/get/DPSListByResourceGroup
- name: /IotDpsResource/get/DPSListBySubscription
- name: /Operations/get/DPSOperations
- name: /DpsCertificate/post/DPSGenerateVerificationCode
disabled: true
comment: Certificates not tested yet
- name: /DpsCertificate/post/DPSVerifyCertificate
disabled: true
comment: Certificates not tested yet
- name: /IotDpsResource/post/DPSGetKey
disabled: true
comment: Certificates not tested yet
- name: /IotDpsResource/post/DPSListKeys
- name: /IotDpsResource/patch/DPSPatch
- name: /IotDpsResource/post/DPSCheckName
- name: /DpsCertificate/delete/DPSDeleteCertificate
disabled: true
comment: Certificates not tested yet
- name: /IotDpsResource/delete/DPSDelete
```

0 comments on commit 356fd1a

Please sign in to comment.