-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[AutoPR] security/resource-manager (#471)
* Generated from 84624804865be53090660f859760f153de313691 (#470) merged from master * [AutoPR security/resource-manager] Remove security contact phone field mandatory fields (#427) * Generated from 3f99e72342d5d4f194ff74c8c553657530955783 Remove security contact phone field mandatory fields * Generated from e94d9f5b16a429a3f1d2270a981be7218f06fd36 Update security contact examples - refactored - second iteration * [AutoPR] network/resource-manager (#469) * Generated from 52981377b86caf85843799cd4294ec9101af0dcf (#467) Make NIC VM readOnly * Regenerated "@azure/arm-network" SDK. * [AutoPR] cognitiveservices/data-plane/Face (#461) * Regenerated "@azure/arm-cognitiveservices" SDK. * Generated from c6f7fc714e3befa12ae571daf6a0781a6456406c (#460) Split Python conf in it's own file * Regenerated "@azure/cognitiveservices-face" SDK. * Regenerated "@azure/arm-security" SDK.
- Loading branch information
1 parent
2bcc400
commit 76a07bc
Showing
27 changed files
with
857 additions
and
325 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
19 changes: 19 additions & 0 deletions
19
packages/@azure/arm-security/lib/models/allowedConnectionsMappers.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,19 @@ | ||
/* | ||
* Copyright (c) Microsoft Corporation. All rights reserved. | ||
* Licensed under the MIT License. See License.txt in the project root for | ||
* license information. | ||
* | ||
* Code generated by Microsoft (R) AutoRest Code Generator. | ||
* Changes may cause incorrect behavior and will be lost if the code is | ||
* regenerated. | ||
*/ | ||
|
||
export { | ||
discriminators, | ||
AllowedConnectionsList, | ||
AllowedConnectionsResource, | ||
ConnectableResource, | ||
ConnectedResource, | ||
CloudError | ||
} from "../models/mappers"; | ||
|
Oops, something went wrong.