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 13936 in Azure/azure-rest-api-specs
Add missing Zone mapping property to Microsoft.Resources (Azure#13936) * remove name validation from client side * remove name check from deploymentScripts swagger * remove name check from previous swagger versions * remove pattern from resourcegroupname parameter * add zoneMappings to ResoursesType * backfill older versions of swagger with zonemapping property
- Loading branch information
SDKAuto
committed
Apr 26, 2021
1 parent
974e568
commit 4f8651e
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.