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.
Generated from 0e5a9dba02e521c7f89a7364a3560cfee8c4f9ec
- Loading branch information
SDK Automation
committed
Oct 22, 2020
1 parent
e1fbd0a
commit 86c12e5
Showing
16 changed files
with
633 additions
and
186 deletions.
There are no files selected for viewing
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
26 changes: 26 additions & 0 deletions
26
sdk/appconfiguration/arm-appconfiguration/src/models/keyValuesMappers.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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
/* | ||
* Copyright (c) Microsoft Corporation. All rights reserved. | ||
* Licensed under the MIT License. See License.txt in the project root for license information. | ||
* | ||
* Code generated by Microsoft (R) AutoRest Code Generator. | ||
* Changes may cause incorrect behavior and will be lost if the code is regenerated. | ||
*/ | ||
|
||
export { | ||
BaseResource, | ||
ConfigurationStore, | ||
EncryptionProperties, | ||
ErrorDetails, | ||
ErrorResponse, | ||
KeyValue, | ||
KeyValueListResult, | ||
KeyVaultProperties, | ||
PrivateEndpoint, | ||
PrivateEndpointConnection, | ||
PrivateEndpointConnectionReference, | ||
PrivateLinkServiceConnectionState, | ||
Resource, | ||
ResourceIdentity, | ||
Sku, | ||
UserIdentity | ||
} from "../models/mappers"; |
Oops, something went wrong.