forked from Azure/azure-sdk-for-js
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CodeGen from PR 12912 in Azure/azure-rest-api-specs
[Hub Generated] Review request for Microsoft.Devices to add version stable/2020-01-01 (Azure#12912) * fixing swagger correctness for OBJECT_ADDITIONAL_PROPERTIES, INVALID_TYPE * resolving validation error - Swagger Correctness fix * correcting validation error - swagger corretness fix * reverting back changes - swagger correctness * reverting some changes as it might require new versioning * changing example and bringing api specs to parity * fixing the comments in PR and added the recommendation plus some validation fixes * prettier fix * model validation fix * model validation fix * fixing lintdiff error * removing the package lock file * Revert "removing the package lock file" This reverts commit 154844214997c4bf394097aa6222f4d75a5b46ab. * reverting previous commit i Please enter the commit message for your changes. Lines starting
- Loading branch information
SDKAuto
committed
Mar 1, 2021
1 parent
f88317f
commit beb459a
Showing
17 changed files
with
1,608 additions
and
440 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
37 changes: 22 additions & 15 deletions
37
...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,35 @@ | ||
/* | ||
* 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, | ||
ArmIdentity, | ||
ArmUserIdentity, | ||
BaseResource, | ||
CertificateProperties, | ||
ErrorDetails, | ||
CertificateBodyDescription, | ||
CertificateListDescription, | ||
VerificationCodeResponse, | ||
VerificationCodeResponseProperties, | ||
VerificationCodeRequest, | ||
Resource, | ||
ProvisioningServiceDescription, | ||
CertificateProperties, | ||
CertificateResponse, | ||
EncryptionKeyIdentity, | ||
EncryptionPropertiesDescription, | ||
ErrorDetails, | ||
IotDpsPropertiesDescription, | ||
IotDpsSkuInfo, | ||
IotHubDefinitionDescription, | ||
IpFilterRule, | ||
KeyVaultKeyProperties, | ||
PrivateEndpoint, | ||
PrivateEndpointConnection, | ||
PrivateEndpointConnectionProperties, | ||
PrivateLinkServiceConnectionState, | ||
ProvisioningServiceDescription, | ||
Resource, | ||
SharedAccessSignatureAuthorizationRuleAccessRightsDescription, | ||
IotDpsSkuInfo | ||
VerificationCodeRequest, | ||
VerificationCodeResponse, | ||
VerificationCodeResponseProperties | ||
} from "../models/mappers"; | ||
|
Oops, something went wrong.