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 13562 in Azure/azure-rest-api-specs
Merge b95c4de769c624e137e344940878f236a82da78a into 2db34d9bfb885d51439dfdb7409aedd7547c8caf
- Loading branch information
SDKAuto
committed
Mar 23, 2021
1 parent
a22db68
commit 989ce78
Showing
11 changed files
with
1,395 additions
and
209 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
27 changes: 27 additions & 0 deletions
27
sdk/kubernetesconfiguration/arm-kubernetesconfiguration/src/models/extensionsMappers.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,27 @@ | ||
/* | ||
* 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 { | ||
BaseResource, | ||
ComplianceStatus, | ||
ConfigurationIdentity, | ||
ErrorDefinition, | ||
ErrorResponse, | ||
ExtensionInstance, | ||
ExtensionInstancesList, | ||
ExtensionInstanceUpdate, | ||
ExtensionStatus, | ||
HelmOperatorProperties, | ||
ProxyResource, | ||
Resource, | ||
Scope, | ||
ScopeCluster, | ||
ScopeNamespace, | ||
SourceControlConfiguration, | ||
SystemData | ||
} from "../models/mappers"; |
Oops, something went wrong.