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 13128 in Azure/azure-rest-api-specs
Revert "[Hub Generated] Review request for Microsoft.Resources to add version stable/2021-01-01 (Azure#13000)" (Azure#13128) This reverts commit 231d09443a06cedcb0b605ed08bacd77facb404e.
- Loading branch information
SDKAuto
committed
Feb 24, 2021
1 parent
5ab0b88
commit 84617a8
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.