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 12941 in Azure/azure-rest-api-specs
Merge 453041d080a7af8ccb70e0aee7138e32cdc0f6b9 into bfbbca417537b86565c1f0434f6b0e34d0601811
- Loading branch information
SDKAuto
committed
Feb 20, 2021
1 parent
e966f38
commit 0e21329
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.