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 14198 in Azure/azure-rest-api-specs
Merge 6e61333b2bbd2e747bb22117a0e0e66defe05c33 into 741037c0809936531a00170da2bc9add30629aea
- Loading branch information
SDKAuto
committed
Apr 29, 2021
1 parent
64dfd08
commit ee1f986
Showing
19 changed files
with
3,352 additions
and
308 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
35 changes: 35 additions & 0 deletions
35
sdk/policy/arm-policy/src/models/dataPolicyManifestsMappers.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,35 @@ | ||
/* | ||
* 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. | ||
*/ | ||
|
||
export { | ||
Alias, | ||
AliasPath, | ||
AliasPathMetadata, | ||
AliasPattern, | ||
BaseResource, | ||
CloudError, | ||
DataEffect, | ||
DataManifestCustomResourceFunctionDefinition, | ||
DataPolicyManifest, | ||
DataPolicyManifestListResult, | ||
ErrorAdditionalInfo, | ||
ErrorResponse, | ||
Identity, | ||
NonComplianceMessage, | ||
ParameterDefinitionsValue, | ||
ParameterDefinitionsValueMetadata, | ||
ParameterValuesValue, | ||
PolicyAssignment, | ||
PolicyDefinition, | ||
PolicyDefinitionGroup, | ||
PolicyDefinitionReference, | ||
PolicyExemption, | ||
PolicySetDefinition, | ||
ResourceTypeAliases, | ||
SystemData | ||
} from "../models/mappers"; |
Oops, something went wrong.