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 13326 in Azure/azure-rest-api-specs
Auth locks examples (Azure#13326) * add examples and default responses in locks * fix management * fix management * remove default error responses per KPI owner guidance
- Loading branch information
SDKAuto
committed
Mar 17, 2021
1 parent
ee474aa
commit a5f4111
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.