Skip to content

Commit

Permalink
Release v57.0.0 1630045276 (Azure#15400)
Browse files Browse the repository at this point in the history
* delete services\securityinsight\mgmt\v1.0\securityinsight

* Generated from specification/network/resource-manager/readme.md tag package-2021-03 (commit hash: 6e95cd4c6086d61bb3de67cf6e4209a7b84efa23)

* Generated from specification/cosmos-db/resource-manager/readme.md tag package-2021-03-preview (commit hash: 6e95cd4c6086d61bb3de67cf6e4209a7b84efa23)

* Generated from specification/datafactory/resource-manager/readme.md tag package-2018-06 (commit hash: 6e95cd4c6086d61bb3de67cf6e4209a7b84efa23)

* Generated from specification/dataprotection/resource-manager/readme.md tag package-2021-07 (commit hash: 6e95cd4c6086d61bb3de67cf6e4209a7b84efa23)

* Generated from specification/netapp/resource-manager/readme.md tag package-netapp-2021-06-01 (commit hash: 6e95cd4c6086d61bb3de67cf6e4209a7b84efa23)

* Generated from specification/synapse/resource-manager/readme.md tag package-preview-2021-06 (commit hash: 6e95cd4c6086d61bb3de67cf6e4209a7b84efa23)

* Generated from specification/compute/resource-manager/readme.md tag package-2021-07-01 (commit hash: 6e95cd4c6086d61bb3de67cf6e4209a7b84efa23)

* Generated from specification/guestconfiguration/resource-manager/readme.md tag package-2021-01-25 (commit hash: 6e95cd4c6086d61bb3de67cf6e4209a7b84efa23)

* Generated from specification/postgresql/resource-manager/readme.md tag package-flexibleserver-2021-06 (commit hash: 6e95cd4c6086d61bb3de67cf6e4209a7b84efa23)

* Generated from specification/guestconfiguration/resource-manager/readme.md tag package-2020-06-25 (commit hash: 6e95cd4c6086d61bb3de67cf6e4209a7b84efa23)

* v57.0.0
  • Loading branch information
Alancere authored and vindicatesociety committed Sep 18, 2021
1 parent 697b89c commit 0e248da
Show file tree
Hide file tree
Showing 372 changed files with 228,950 additions and 10,504 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# CHANGELOG

## `v57.0.0`

### New Packages

- `github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2021-07-01/compute`
- `github.com/Azure/azure-sdk-for-go/services/dataprotection/mgmt/2021-07-01/dataprotection`
- `github.com/Azure/azure-sdk-for-go/services/guestconfiguration/mgmt/2021-01-25/guestconfiguration`
- `github.com/Azure/azure-sdk-for-go/services/netapp/mgmt/2021-06-01/netapp`
- `github.com/Azure/azure-sdk-for-go/services/network/mgmt/2021-03-01/network`
- `github.com/Azure/azure-sdk-for-go/services/preview/synapse/mgmt/2021-06-01-preview/synapse`

### Updated Packages

| Package Path | Changelog |
| :--- | :---: |
| `github.com/Azure/azure-sdk-for-go/services/datafactory/mgmt/2018-06-01/datafactory` | [details](https://github.com/Azure/azure-sdk-for-go/tree/master/services/datafactory/mgmt/2018-06-01/datafactory/CHANGELOG.md) |

### Breaking Changes

| Package Path | Changelog |
| :--- | :---: |
| `github.com/Azure/azure-sdk-for-go/services/guestconfiguration/mgmt/2020-06-25/guestconfiguration` | [details](https://github.com/Azure/azure-sdk-for-go/tree/master/services/guestconfiguration/mgmt/2020-06-25/guestconfiguration/CHANGELOG.md) |
| `github.com/Azure/azure-sdk-for-go/services/postgresql/mgmt/2021-06-01/postgresqlflexibleservers` | [details](https://github.com/Azure/azure-sdk-for-go/tree/master/services/postgresql/mgmt/2021-06-01/postgresqlflexibleservers/CHANGELOG.md) |
| `github.com/Azure/azure-sdk-for-go/services/preview/cosmos-db/mgmt/2021-03-01-preview/documentdb` | [details](https://github.com/Azure/azure-sdk-for-go/tree/master/services/preview/cosmos-db/mgmt/2021-03-01-preview/documentdb/CHANGELOG.md) |

## `v56.3.0`

### New Packages
Expand Down
2 changes: 1 addition & 1 deletion profiles/latest/compute/mgmt/compute/computeapi/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

package computeapi

import original "github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2021-04-01/compute/computeapi"
import original "github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2021-07-01/compute/computeapi"

type AvailabilitySetsClientAPI = original.AvailabilitySetsClientAPI
type CapacityReservationGroupsClientAPI = original.CapacityReservationGroupsClientAPI
Expand Down
25 changes: 24 additions & 1 deletion profiles/latest/compute/mgmt/compute/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ package compute
import (
"context"

original "github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2021-04-01/compute"
original "github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2021-07-01/compute"
)

const (
Expand Down Expand Up @@ -221,6 +221,12 @@ const (
ExpandTypesForGetVMScaleSetsUserData ExpandTypesForGetVMScaleSets = original.ExpandTypesForGetVMScaleSetsUserData
)

type ExtendedLocationType = original.ExtendedLocationType

const (
ExtendedLocationTypeEdgeZone ExtendedLocationType = original.ExtendedLocationTypeEdgeZone
)

type ExtendedLocationTypes = original.ExtendedLocationTypes

const (
Expand Down Expand Up @@ -509,6 +515,13 @@ const (
PublicIPAllocationMethodStatic PublicIPAllocationMethod = original.PublicIPAllocationMethodStatic
)

type ReplicationMode = original.ReplicationMode

const (
ReplicationModeFull ReplicationMode = original.ReplicationModeFull
ReplicationModeShallow ReplicationMode = original.ReplicationModeShallow
)

type ReplicationState = original.ReplicationState

const (
Expand Down Expand Up @@ -955,6 +968,7 @@ type APIErrorBase = original.APIErrorBase
type AccessURI = original.AccessURI
type AdditionalCapabilities = original.AdditionalCapabilities
type AdditionalUnattendContent = original.AdditionalUnattendContent
type ApplicationProfile = original.ApplicationProfile
type AutomaticOSUpgradePolicy = original.AutomaticOSUpgradePolicy
type AutomaticOSUpgradeProperties = original.AutomaticOSUpgradeProperties
type AutomaticRepairsPolicy = original.AutomaticRepairsPolicy
Expand Down Expand Up @@ -1403,6 +1417,7 @@ type SnapshotsDeleteFuture = original.SnapshotsDeleteFuture
type SnapshotsGrantAccessFuture = original.SnapshotsGrantAccessFuture
type SnapshotsRevokeAccessFuture = original.SnapshotsRevokeAccessFuture
type SnapshotsUpdateFuture = original.SnapshotsUpdateFuture
type SoftDeletePolicy = original.SoftDeletePolicy
type SourceVault = original.SourceVault
type SpotRestorePolicy = original.SpotRestorePolicy
type StatusCodeCount = original.StatusCodeCount
Expand All @@ -1429,7 +1444,9 @@ type UsageClient = original.UsageClient
type UsageName = original.UsageName
type UserArtifactManage = original.UserArtifactManage
type UserArtifactSource = original.UserArtifactSource
type VMGalleryApplication = original.VMGalleryApplication
type VMScaleSetConvertToSinglePlacementGroupInput = original.VMScaleSetConvertToSinglePlacementGroupInput
type VMSizeProperties = original.VMSizeProperties
type VaultCertificate = original.VaultCertificate
type VaultSecretGroup = original.VaultSecretGroup
type VirtualHardDisk = original.VirtualHardDisk
Expand Down Expand Up @@ -2240,6 +2257,9 @@ func PossibleExpandTypesForGetCapacityReservationGroupsValues() []ExpandTypesFor
func PossibleExpandTypesForGetVMScaleSetsValues() []ExpandTypesForGetVMScaleSets {
return original.PossibleExpandTypesForGetVMScaleSetsValues()
}
func PossibleExtendedLocationTypeValues() []ExtendedLocationType {
return original.PossibleExtendedLocationTypeValues()
}
func PossibleExtendedLocationTypesValues() []ExtendedLocationTypes {
return original.PossibleExtendedLocationTypesValues()
}
Expand Down Expand Up @@ -2351,6 +2371,9 @@ func PossiblePublicIPAddressSkuTierValues() []PublicIPAddressSkuTier {
func PossiblePublicIPAllocationMethodValues() []PublicIPAllocationMethod {
return original.PossiblePublicIPAllocationMethodValues()
}
func PossibleReplicationModeValues() []ReplicationMode {
return original.PossibleReplicationModeValues()
}
func PossibleReplicationStateValues() []ReplicationState {
return original.PossibleReplicationStateValues()
}
Expand Down
32 changes: 30 additions & 2 deletions profiles/latest/datafactory/mgmt/datafactory/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ const (
DefaultBaseURI = original.DefaultBaseURI
)

type AmazonRdsForOraclePartitionOption = original.AmazonRdsForOraclePartitionOption

const (
AmazonRdsForOraclePartitionOptionDynamicRange AmazonRdsForOraclePartitionOption = original.AmazonRdsForOraclePartitionOptionDynamicRange
AmazonRdsForOraclePartitionOptionNone AmazonRdsForOraclePartitionOption = original.AmazonRdsForOraclePartitionOptionNone
AmazonRdsForOraclePartitionOptionPhysicalPartitionsOfTable AmazonRdsForOraclePartitionOption = original.AmazonRdsForOraclePartitionOptionPhysicalPartitionsOfTable
)

type AuthenticationType = original.AuthenticationType

const (
Expand Down Expand Up @@ -827,6 +835,7 @@ const (
TypeBasicActivityTypeExecuteDataFlow TypeBasicActivity = original.TypeBasicActivityTypeExecuteDataFlow
TypeBasicActivityTypeExecutePipeline TypeBasicActivity = original.TypeBasicActivityTypeExecutePipeline
TypeBasicActivityTypeExecuteSSISPackage TypeBasicActivity = original.TypeBasicActivityTypeExecuteSSISPackage
TypeBasicActivityTypeExecuteWranglingDataflow TypeBasicActivity = original.TypeBasicActivityTypeExecuteWranglingDataflow
TypeBasicActivityTypeExecution TypeBasicActivity = original.TypeBasicActivityTypeExecution
TypeBasicActivityTypeFilter TypeBasicActivity = original.TypeBasicActivityTypeFilter
TypeBasicActivityTypeForEach TypeBasicActivity = original.TypeBasicActivityTypeForEach
Expand Down Expand Up @@ -906,6 +915,7 @@ type TypeBasicCopySource = original.TypeBasicCopySource

const (
TypeBasicCopySourceTypeAmazonMWSSource TypeBasicCopySource = original.TypeBasicCopySourceTypeAmazonMWSSource
TypeBasicCopySourceTypeAmazonRdsForOracleSource TypeBasicCopySource = original.TypeBasicCopySourceTypeAmazonRdsForOracleSource
TypeBasicCopySourceTypeAmazonRedshiftSource TypeBasicCopySource = original.TypeBasicCopySourceTypeAmazonRedshiftSource
TypeBasicCopySourceTypeAvroSource TypeBasicCopySource = original.TypeBasicCopySourceTypeAvroSource
TypeBasicCopySourceTypeAzureBlobFSSource TypeBasicCopySource = original.TypeBasicCopySourceTypeAzureBlobFSSource
Expand Down Expand Up @@ -1029,14 +1039,16 @@ const (
type TypeBasicDataFlow = original.TypeBasicDataFlow

const (
TypeBasicDataFlowTypeDataFlow TypeBasicDataFlow = original.TypeBasicDataFlowTypeDataFlow
TypeBasicDataFlowTypeMappingDataFlow TypeBasicDataFlow = original.TypeBasicDataFlowTypeMappingDataFlow
TypeBasicDataFlowTypeDataFlow TypeBasicDataFlow = original.TypeBasicDataFlowTypeDataFlow
TypeBasicDataFlowTypeMappingDataFlow TypeBasicDataFlow = original.TypeBasicDataFlowTypeMappingDataFlow
TypeBasicDataFlowTypeWranglingDataFlow TypeBasicDataFlow = original.TypeBasicDataFlowTypeWranglingDataFlow
)

type TypeBasicDataset = original.TypeBasicDataset

const (
TypeBasicDatasetTypeAmazonMWSObject TypeBasicDataset = original.TypeBasicDatasetTypeAmazonMWSObject
TypeBasicDatasetTypeAmazonRdsForOracleTable TypeBasicDataset = original.TypeBasicDatasetTypeAmazonRdsForOracleTable
TypeBasicDatasetTypeAmazonRedshiftTable TypeBasicDataset = original.TypeBasicDatasetTypeAmazonRedshiftTable
TypeBasicDatasetTypeAmazonS3Object TypeBasicDataset = original.TypeBasicDatasetTypeAmazonS3Object
TypeBasicDatasetTypeAvro TypeBasicDataset = original.TypeBasicDatasetTypeAvro
Expand Down Expand Up @@ -1248,6 +1260,7 @@ type TypeBasicLinkedService = original.TypeBasicLinkedService

const (
TypeBasicLinkedServiceTypeAmazonMWS TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeAmazonMWS
TypeBasicLinkedServiceTypeAmazonRdsForOracle TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeAmazonRdsForOracle
TypeBasicLinkedServiceTypeAmazonRedshift TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeAmazonRedshift
TypeBasicLinkedServiceTypeAmazonS3 TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeAmazonS3
TypeBasicLinkedServiceTypeAmazonS3Compatible TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeAmazonS3Compatible
Expand Down Expand Up @@ -1441,6 +1454,12 @@ type AmazonMWSLinkedService = original.AmazonMWSLinkedService
type AmazonMWSLinkedServiceTypeProperties = original.AmazonMWSLinkedServiceTypeProperties
type AmazonMWSObjectDataset = original.AmazonMWSObjectDataset
type AmazonMWSSource = original.AmazonMWSSource
type AmazonRdsForLinkedServiceTypeProperties = original.AmazonRdsForLinkedServiceTypeProperties
type AmazonRdsForOracleLinkedService = original.AmazonRdsForOracleLinkedService
type AmazonRdsForOraclePartitionSettings = original.AmazonRdsForOraclePartitionSettings
type AmazonRdsForOracleSource = original.AmazonRdsForOracleSource
type AmazonRdsForOracleTableDataset = original.AmazonRdsForOracleTableDataset
type AmazonRdsForOracleTableDatasetTypeProperties = original.AmazonRdsForOracleTableDatasetTypeProperties
type AmazonRedshiftLinkedService = original.AmazonRedshiftLinkedService
type AmazonRedshiftLinkedServiceTypeProperties = original.AmazonRedshiftLinkedServiceTypeProperties
type AmazonRedshiftSource = original.AmazonRedshiftSource
Expand Down Expand Up @@ -1798,8 +1817,10 @@ type ExecuteDataFlowActivityTypeProperties = original.ExecuteDataFlowActivityTyp
type ExecuteDataFlowActivityTypePropertiesCompute = original.ExecuteDataFlowActivityTypePropertiesCompute
type ExecutePipelineActivity = original.ExecutePipelineActivity
type ExecutePipelineActivityTypeProperties = original.ExecutePipelineActivityTypeProperties
type ExecutePowerQueryActivityTypeProperties = original.ExecutePowerQueryActivityTypeProperties
type ExecuteSSISPackageActivity = original.ExecuteSSISPackageActivity
type ExecuteSSISPackageActivityTypeProperties = original.ExecuteSSISPackageActivityTypeProperties
type ExecuteWranglingDataflowActivity = original.ExecuteWranglingDataflowActivity
type ExecutionActivity = original.ExecutionActivity
type ExportSettings = original.ExportSettings
type ExposureControlBatchRequest = original.ExposureControlBatchRequest
Expand Down Expand Up @@ -2141,6 +2162,9 @@ type PostgreSQLLinkedServiceTypeProperties = original.PostgreSQLLinkedServiceTyp
type PostgreSQLSource = original.PostgreSQLSource
type PostgreSQLTableDataset = original.PostgreSQLTableDataset
type PostgreSQLTableDatasetTypeProperties = original.PostgreSQLTableDatasetTypeProperties
type PowerQuerySink = original.PowerQuerySink
type PowerQuerySource = original.PowerQuerySource
type PowerQueryTypeProperties = original.PowerQueryTypeProperties
type PrestoDatasetTypeProperties = original.PrestoDatasetTypeProperties
type PrestoLinkedService = original.PrestoLinkedService
type PrestoLinkedServiceTypeProperties = original.PrestoLinkedServiceTypeProperties
Expand Down Expand Up @@ -2406,6 +2430,7 @@ type WebLinkedServiceTypeProperties = original.WebLinkedServiceTypeProperties
type WebSource = original.WebSource
type WebTableDataset = original.WebTableDataset
type WebTableDatasetTypeProperties = original.WebTableDatasetTypeProperties
type WranglingDataFlow = original.WranglingDataFlow
type XMLDataset = original.XMLDataset
type XMLDatasetTypeProperties = original.XMLDatasetTypeProperties
type XMLReadSettings = original.XMLReadSettings
Expand Down Expand Up @@ -2618,6 +2643,9 @@ func NewTriggersClientWithBaseURI(baseURI string, subscriptionID string) Trigger
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
return original.NewWithBaseURI(baseURI, subscriptionID)
}
func PossibleAmazonRdsForOraclePartitionOptionValues() []AmazonRdsForOraclePartitionOption {
return original.PossibleAmazonRdsForOraclePartitionOptionValues()
}
func PossibleAuthenticationTypeValues() []AuthenticationType {
return original.PossibleAuthenticationTypeValues()
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,19 @@

package dataprotectionapi

import original "github.com/Azure/azure-sdk-for-go/services/dataprotection/mgmt/2021-01-01/dataprotection/dataprotectionapi"
import original "github.com/Azure/azure-sdk-for-go/services/dataprotection/mgmt/2021-07-01/dataprotection/dataprotectionapi"

type BackupInstancesClientAPI = original.BackupInstancesClientAPI
type BackupPoliciesClientAPI = original.BackupPoliciesClientAPI
type BackupVaultOperationResultsClientAPI = original.BackupVaultOperationResultsClientAPI
type BackupVaultsClientAPI = original.BackupVaultsClientAPI
type BaseClientAPI = original.BaseClientAPI
type ClientAPI = original.ClientAPI
type ExportJobsClientAPI = original.ExportJobsClientAPI
type ExportJobsOperationResultClientAPI = original.ExportJobsOperationResultClientAPI
type FindRestorableTimeRangesClientAPI = original.FindRestorableTimeRangesClientAPI
type JobClientAPI = original.JobClientAPI
type JobsClientAPI = original.JobsClientAPI
type OperationResultClientAPI = original.OperationResultClientAPI
type OperationStatusClientAPI = original.OperationStatusClientAPI
type OperationsClientAPI = original.OperationsClientAPI
type RecoveryPointClientAPI = original.RecoveryPointClientAPI
type RecoveryPointsClientAPI = original.RecoveryPointsClientAPI
type ResourceGuardsClientAPI = original.ResourceGuardsClientAPI
type RestorableTimeRangesClientAPI = original.RestorableTimeRangesClientAPI
Loading

0 comments on commit 0e248da

Please sign in to comment.