Skip to content

Commit

Permalink
Generated from 2bb00d2fea7f4803a2e768e29d0d46a54244cbf2 (#84)
Browse files Browse the repository at this point in the history
fix: MD010/no-hard-tabs

Remove hard tabs
  • Loading branch information
openapi-sdkautomation[bot] authored Aug 19, 2019
1 parent ef43049 commit 0495450
Show file tree
Hide file tree
Showing 28 changed files with 2,907 additions and 276 deletions.
4 changes: 4 additions & 0 deletions sdk/compute/arm-compute/src/computeManagementClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ class ComputeManagementClient extends ComputeManagementClientContext {
galleries: operations.Galleries;
galleryImages: operations.GalleryImages;
galleryImageVersions: operations.GalleryImageVersions;
galleryApplications: operations.GalleryApplications;
galleryApplicationVersions: operations.GalleryApplicationVersions;
containerServices: operations.ContainerServices;

/**
Expand Down Expand Up @@ -76,6 +78,8 @@ class ComputeManagementClient extends ComputeManagementClientContext {
this.galleries = new operations.Galleries(this);
this.galleryImages = new operations.GalleryImages(this);
this.galleryImageVersions = new operations.GalleryImageVersions(this);
this.galleryApplications = new operations.GalleryApplications(this);
this.galleryApplicationVersions = new operations.GalleryApplicationVersions(this);
this.containerServices = new operations.ContainerServices(this);
}
}
Expand Down
4 changes: 4 additions & 0 deletions sdk/compute/arm-compute/src/models/availabilitySetsMappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ export {
EncryptionSettingsCollection,
EncryptionSettingsElement,
Gallery,
GalleryApplication,
GalleryApplicationVersion,
GalleryApplicationVersionPublishingProfile,
GalleryArtifactPublishingProfileBase,
GalleryArtifactVersionSource,
GalleryDataDiskImage,
Expand Down Expand Up @@ -114,6 +117,7 @@ export {
TerminateNotificationProfile,
UpdateResource,
UpgradePolicy,
UserArtifactSource,
VaultCertificate,
VaultSecretGroup,
VirtualHardDisk,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ export {
EncryptionSettingsCollection,
EncryptionSettingsElement,
Gallery,
GalleryApplication,
GalleryApplicationVersion,
GalleryApplicationVersionPublishingProfile,
GalleryArtifactPublishingProfileBase,
GalleryArtifactVersionSource,
GalleryDataDiskImage,
Expand Down Expand Up @@ -114,6 +117,7 @@ export {
TerminateNotificationProfile,
UpdateResource,
UpgradePolicy,
UserArtifactSource,
VaultCertificate,
VaultSecretGroup,
VirtualHardDisk,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ export {
EncryptionSettingsCollection,
EncryptionSettingsElement,
Gallery,
GalleryApplication,
GalleryApplicationVersion,
GalleryApplicationVersionPublishingProfile,
GalleryArtifactPublishingProfileBase,
GalleryArtifactVersionSource,
GalleryDataDiskImage,
Expand Down Expand Up @@ -114,6 +117,7 @@ export {
TerminateNotificationProfile,
UpdateResource,
UpgradePolicy,
UserArtifactSource,
VaultCertificate,
VaultSecretGroup,
VirtualHardDisk,
Expand Down
4 changes: 4 additions & 0 deletions sdk/compute/arm-compute/src/models/dedicatedHostsMappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ export {
EncryptionSettingsCollection,
EncryptionSettingsElement,
Gallery,
GalleryApplication,
GalleryApplicationVersion,
GalleryApplicationVersionPublishingProfile,
GalleryArtifactPublishingProfileBase,
GalleryArtifactVersionSource,
GalleryDataDiskImage,
Expand Down Expand Up @@ -114,6 +117,7 @@ export {
TerminateNotificationProfile,
UpdateResource,
UpgradePolicy,
UserArtifactSource,
VaultCertificate,
VaultSecretGroup,
VirtualHardDisk,
Expand Down
4 changes: 4 additions & 0 deletions sdk/compute/arm-compute/src/models/disksMappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ export {
EncryptionSettingsCollection,
EncryptionSettingsElement,
Gallery,
GalleryApplication,
GalleryApplicationVersion,
GalleryApplicationVersionPublishingProfile,
GalleryArtifactPublishingProfileBase,
GalleryArtifactVersionSource,
GalleryDataDiskImage,
Expand Down Expand Up @@ -117,6 +120,7 @@ export {
TerminateNotificationProfile,
UpdateResource,
UpgradePolicy,
UserArtifactSource,
VaultCertificate,
VaultSecretGroup,
VirtualHardDisk,
Expand Down
4 changes: 4 additions & 0 deletions sdk/compute/arm-compute/src/models/galleriesMappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ export {
EncryptionSettingsCollection,
EncryptionSettingsElement,
Gallery,
GalleryApplication,
GalleryApplicationVersion,
GalleryApplicationVersionPublishingProfile,
GalleryArtifactPublishingProfileBase,
GalleryArtifactVersionSource,
GalleryDataDiskImage,
Expand Down Expand Up @@ -114,6 +117,7 @@ export {
TerminateNotificationProfile,
UpdateResource,
UpgradePolicy,
UserArtifactSource,
VaultCertificate,
VaultSecretGroup,
VirtualHardDisk,
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,173 @@
/*
* 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 {
AdditionalCapabilities,
AdditionalUnattendContent,
ApiEntityReference,
ApiError,
ApiErrorBase,
AutomaticOSUpgradePolicy,
AutomaticOSUpgradeProperties,
AvailabilitySet,
AvailabilitySetUpdate,
BaseResource,
BootDiagnostics,
BootDiagnosticsInstanceView,
CloudError,
ContainerService,
ContainerServiceAgentPoolProfile,
ContainerServiceCustomProfile,
ContainerServiceDiagnosticsProfile,
ContainerServiceLinuxProfile,
ContainerServiceMasterProfile,
ContainerServiceOrchestratorProfile,
ContainerServiceServicePrincipalProfile,
ContainerServiceSshConfiguration,
ContainerServiceSshPublicKey,
ContainerServiceVMDiagnostics,
ContainerServiceWindowsProfile,
CreationData,
DataDisk,
DataDiskImage,
DedicatedHost,
DedicatedHostAllocatableVM,
DedicatedHostAvailableCapacity,
DedicatedHostGroup,
DedicatedHostGroupUpdate,
DedicatedHostInstanceView,
DedicatedHostUpdate,
DiagnosticsProfile,
DiffDiskSettings,
Disallowed,
Disk,
DiskEncryptionSettings,
DiskInstanceView,
DiskSku,
EncryptionSettingsCollection,
EncryptionSettingsElement,
Gallery,
GalleryApplication,
GalleryApplicationVersion,
GalleryApplicationVersionList,
GalleryApplicationVersionPublishingProfile,
GalleryArtifactPublishingProfileBase,
GalleryArtifactVersionSource,
GalleryDataDiskImage,
GalleryDiskImage,
GalleryIdentifier,
GalleryImage,
GalleryImageIdentifier,
GalleryImageVersion,
GalleryImageVersionPublishingProfile,
GalleryImageVersionStorageProfile,
GalleryOSDiskImage,
HardwareProfile,
Image,
ImageDataDisk,
ImageDiskReference,
ImageOSDisk,
ImagePurchasePlan,
ImageReference,
ImageStorageProfile,
ImageUpdate,
InnerError,
InstanceViewStatus,
KeyVaultAndKeyReference,
KeyVaultAndSecretReference,
KeyVaultKeyReference,
KeyVaultSecretReference,
LinuxConfiguration,
MaintenanceRedeployStatus,
ManagedDiskParameters,
NetworkInterfaceReference,
NetworkProfile,
OSDisk,
OSDiskImage,
OSProfile,
Plan,
ProximityPlacementGroup,
ProximityPlacementGroupUpdate,
PurchasePlan,
RecommendedMachineConfiguration,
RegionalReplicationStatus,
ReplicationStatus,
Resource,
ResourceRange,
RollingUpgradePolicy,
RollingUpgradeProgressInfo,
RollingUpgradeRunningStatus,
RollingUpgradeStatusInfo,
ScheduledEventsProfile,
Sku,
Snapshot,
SnapshotSku,
SourceVault,
SshConfiguration,
SshPublicKey,
StorageProfile,
SubResource,
SubResourceReadOnly,
TargetRegion,
TerminateNotificationProfile,
UpdateResource,
UpgradePolicy,
UserArtifactSource,
VaultCertificate,
VaultSecretGroup,
VirtualHardDisk,
VirtualMachine,
VirtualMachineAgentInstanceView,
VirtualMachineCaptureResult,
VirtualMachineExtension,
VirtualMachineExtensionHandlerInstanceView,
VirtualMachineExtensionImage,
VirtualMachineExtensionInstanceView,
VirtualMachineExtensionUpdate,
VirtualMachineHealthStatus,
VirtualMachineIdentity,
VirtualMachineIdentityUserAssignedIdentitiesValue,
VirtualMachineImage,
VirtualMachineImageResource,
VirtualMachineInstanceView,
VirtualMachineScaleSet,
VirtualMachineScaleSetDataDisk,
VirtualMachineScaleSetExtension,
VirtualMachineScaleSetExtensionProfile,
VirtualMachineScaleSetIdentity,
VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue,
VirtualMachineScaleSetIPConfiguration,
VirtualMachineScaleSetIpTag,
VirtualMachineScaleSetManagedDiskParameters,
VirtualMachineScaleSetNetworkConfiguration,
VirtualMachineScaleSetNetworkConfigurationDnsSettings,
VirtualMachineScaleSetNetworkProfile,
VirtualMachineScaleSetOSDisk,
VirtualMachineScaleSetOSProfile,
VirtualMachineScaleSetPublicIPAddressConfiguration,
VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings,
VirtualMachineScaleSetStorageProfile,
VirtualMachineScaleSetUpdate,
VirtualMachineScaleSetUpdateIPConfiguration,
VirtualMachineScaleSetUpdateNetworkConfiguration,
VirtualMachineScaleSetUpdateNetworkProfile,
VirtualMachineScaleSetUpdateOSDisk,
VirtualMachineScaleSetUpdateOSProfile,
VirtualMachineScaleSetUpdatePublicIPAddressConfiguration,
VirtualMachineScaleSetUpdateStorageProfile,
VirtualMachineScaleSetUpdateVMProfile,
VirtualMachineScaleSetVM,
VirtualMachineScaleSetVMInstanceView,
VirtualMachineScaleSetVMNetworkProfileConfiguration,
VirtualMachineScaleSetVMProfile,
VirtualMachineScaleSetVMProtectionPolicy,
VirtualMachineUpdate,
WindowsConfiguration,
WinRMConfiguration,
WinRMListener
} from "../models/mappers";
Loading

0 comments on commit 0495450

Please sign in to comment.