-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deviceprovisioningservices-track1 (#18096)
- Loading branch information
Showing
17 changed files
with
1,390 additions
and
435 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
sdk/deviceprovisioningservices/arm-deviceprovisioningservices/LICENSE.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 2 additions & 3 deletions
5
sdk/deviceprovisioningservices/arm-deviceprovisioningservices/src/iotDpsClient.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
32 changes: 17 additions & 15 deletions
32
...ceprovisioningservices/arm-deviceprovisioningservices/src/models/dpsCertificateMappers.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,30 @@ | ||
/* | ||
* Copyright (c) Microsoft Corporation. All rights reserved. | ||
* Licensed under the MIT License. See License.txt in the project root for | ||
* license information. | ||
* Copyright (c) Microsoft Corporation. | ||
* Licensed under the MIT License. | ||
* | ||
* Code generated by Microsoft (R) AutoRest Code Generator. | ||
* Changes may cause incorrect behavior and will be lost if the code is | ||
* regenerated. | ||
* Changes may cause incorrect behavior and will be lost if the code is regenerated. | ||
*/ | ||
|
||
export { | ||
CertificateResponse, | ||
BaseResource, | ||
CertificateProperties, | ||
ErrorDetails, | ||
CertificateBodyDescription, | ||
CertificateListDescription, | ||
VerificationCodeResponse, | ||
VerificationCodeResponseProperties, | ||
VerificationCodeRequest, | ||
Resource, | ||
ProvisioningServiceDescription, | ||
CertificateProperties, | ||
CertificateResponse, | ||
ErrorDetails, | ||
IotDpsPropertiesDescription, | ||
IotDpsSkuInfo, | ||
IotHubDefinitionDescription, | ||
IpFilterRule, | ||
PrivateEndpoint, | ||
PrivateEndpointConnection, | ||
PrivateEndpointConnectionProperties, | ||
PrivateLinkServiceConnectionState, | ||
ProvisioningServiceDescription, | ||
Resource, | ||
SharedAccessSignatureAuthorizationRuleAccessRightsDescription, | ||
IotDpsSkuInfo | ||
VerificationCodeRequest, | ||
VerificationCodeResponse, | ||
VerificationCodeResponseProperties | ||
} from "../models/mappers"; | ||
|
Oops, something went wrong.