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 11412 in Azure/azure-rest-api-specs
[ACR] New API version 2020-11-01-preview: AZ and On-Prem support (Azure#11412)
- Loading branch information
SDKAuto
committed
Nov 24, 2020
1 parent
589583c
commit f17584b
Showing
38 changed files
with
5,114 additions
and
3,140 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
5 changes: 2 additions & 3 deletions
5
sdk/containerregistry/arm-containerregistry/src/containerRegistryManagementClientContext.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
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
102 changes: 102 additions & 0 deletions
102
sdk/containerregistry/arm-containerregistry/src/models/connectedRegistriesMappers.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,102 @@ | ||
/* | ||
* 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 { | ||
discriminators, | ||
ActivationProperties, | ||
AgentPool, | ||
AgentProperties, | ||
Argument, | ||
AuthInfo, | ||
BaseImageDependency, | ||
BaseImageTrigger, | ||
BaseResource, | ||
ConnectedRegistry, | ||
ConnectedRegistryListResult, | ||
ConnectedRegistryUpdateParameters, | ||
Credentials, | ||
CustomRegistryCredentials, | ||
DockerBuildRequest, | ||
DockerBuildStep, | ||
EncodedTaskRunRequest, | ||
EncodedTaskStep, | ||
EncryptionProperty, | ||
ErrorResponse, | ||
ErrorResponseBody, | ||
ExportPipeline, | ||
ExportPipelineTargetProperties, | ||
FileTaskRunRequest, | ||
FileTaskStep, | ||
IdentityProperties, | ||
ImageDescriptor, | ||
ImageUpdateTrigger, | ||
ImportPipeline, | ||
ImportPipelineSourceProperties, | ||
InnerErrorDescription, | ||
IPRule, | ||
KeyVaultProperties, | ||
LoggingProperties, | ||
LoginServerProperties, | ||
NetworkRuleSet, | ||
OverrideTaskStepProperties, | ||
ParentProperties, | ||
PipelineRun, | ||
PipelineRunRequest, | ||
PipelineRunResponse, | ||
PipelineRunSourceProperties, | ||
PipelineRunTargetProperties, | ||
PipelineSourceTriggerDescriptor, | ||
PipelineSourceTriggerProperties, | ||
PipelineTriggerDescriptor, | ||
PipelineTriggerProperties, | ||
PlatformProperties, | ||
Policies, | ||
PrivateEndpoint, | ||
PrivateEndpointConnection, | ||
PrivateLinkServiceConnectionState, | ||
ProgressProperties, | ||
ProxyResource, | ||
QuarantinePolicy, | ||
Registry, | ||
Replication, | ||
Resource, | ||
RetentionPolicy, | ||
Run, | ||
RunRequest, | ||
ScopeMap, | ||
SecretObject, | ||
SetValue, | ||
Sku, | ||
SourceProperties, | ||
SourceRegistryCredentials, | ||
SourceTrigger, | ||
SourceTriggerDescriptor, | ||
Status, | ||
StatusDetailProperties, | ||
StorageAccountProperties, | ||
SyncProperties, | ||
SyncUpdateProperties, | ||
SystemData, | ||
Task, | ||
TaskRun, | ||
TaskRunRequest, | ||
TaskStepProperties, | ||
TimerTrigger, | ||
TimerTriggerDescriptor, | ||
TlsCertificateProperties, | ||
TlsProperties, | ||
Token, | ||
TokenCertificate, | ||
TokenCredentialsProperties, | ||
TokenPassword, | ||
TriggerProperties, | ||
TrustPolicy, | ||
UserIdentityProperties, | ||
VirtualNetworkRule, | ||
Webhook | ||
} from "../models/mappers"; |
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
Oops, something went wrong.