Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test for deviceprovisioningservices #9350

Merged
merged 2 commits into from
May 22, 2020
Merged
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
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
```