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 16431 in Azure/azure-rest-api-specs
Add track2 batch 4 mysql-->cognitiveservices (Azure#16431) * Add track2 batch 4 mysql-->cognitiveservices * resourcehealth-->sqlvirtualmachine
- Loading branch information
SDKAuto
committed
Oct 18, 2021
1 parent
008ed54
commit 5653af3
Showing
19 changed files
with
258 additions
and
345 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
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
29 changes: 13 additions & 16 deletions
29
sdk/relay/arm-relay/src/models/hybridConnectionsMappers.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 |
---|---|---|
@@ -1,28 +1,25 @@ | ||
/* | ||
* Copyright (c) Microsoft Corporation. All rights reserved. | ||
* Licensed under the MIT License. See License.txt in the project root for | ||
* license information. | ||
* 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. | ||
* Changes may cause incorrect behavior and will be lost if the code is regenerated. | ||
*/ | ||
|
||
export { | ||
HybridConnectionListResult, | ||
HybridConnection, | ||
Resource, | ||
AccessKeys, | ||
AuthorizationRule, | ||
AuthorizationRuleListResult, | ||
BaseResource, | ||
ErrorResponse, | ||
AuthorizationRuleListResult, | ||
AuthorizationRule, | ||
AccessKeys, | ||
HybridConnection, | ||
HybridConnectionListResult, | ||
RegenerateAccessKeyParameters, | ||
TrackedResource, | ||
ResourceNamespacePatch, | ||
WcfRelay, | ||
RelayNamespace, | ||
RelayUpdateParameters, | ||
Resource, | ||
ResourceNamespacePatch, | ||
Sku, | ||
RelayUpdateParameters | ||
TrackedResource, | ||
WcfRelay | ||
} from "../models/mappers"; | ||
|
Oops, something went wrong.