github Azure/azure-sdk-for-go sdk/resourcemanager/deploymentmanager/armdeploymentmanager/v0.2.0

0.2.0 (2022-01-13)

Breaking Changes

  • Function *ArtifactSourcesClient.List parameter(s) have been changed from (context.Context, string, *ArtifactSourcesListOptions) to (context.Context, string, *ArtifactSourcesClientListOptions)
  • Function *ArtifactSourcesClient.List return value(s) have been changed from (ArtifactSourcesListResponse, error) to (ArtifactSourcesClientListResponse, error)
  • Function *ServiceTopologiesClient.CreateOrUpdate parameter(s) have been changed from (context.Context, string, string, ServiceTopologyResource, *ServiceTopologiesCreateOrUpdateOptions) to (context.Context, string, string, ServiceTopologyResource, *ServiceTopologiesClientCreateOrUpdateOptions)
  • Function *ServiceTopologiesClient.CreateOrUpdate return value(s) have been changed from (ServiceTopologiesCreateOrUpdateResponse, error) to (ServiceTopologiesClientCreateOrUpdateResponse, error)
  • Function *RolloutsClient.Cancel parameter(s) have been changed from (context.Context, string, string, *RolloutsCancelOptions) to (context.Context, string, string, *RolloutsClientCancelOptions)
  • Function *RolloutsClient.Cancel return value(s) have been changed from (RolloutsCancelResponse, error) to (RolloutsClientCancelResponse, error)
  • Function *ServicesClient.CreateOrUpdate parameter(s) have been changed from (context.Context, string, string, string, ServiceResource, *ServicesCreateOrUpdateOptions) to (context.Context, string, string, string, ServiceResource, *ServicesClientCreateOrUpdateOptions)
  • Function *ServicesClient.CreateOrUpdate return value(s) have been changed from (ServicesCreateOrUpdateResponse, error) to (ServicesClientCreateOrUpdateResponse, error)
  • Function *ServiceTopologiesClient.List parameter(s) have been changed from (context.Context, string, *ServiceTopologiesListOptions) to (context.Context, string, *ServiceTopologiesClientListOptions)
  • Function *ServiceTopologiesClient.List return value(s) have been changed from (ServiceTopologiesListResponse, error) to (ServiceTopologiesClientListResponse, error)
  • Function *StepsClient.Get parameter(s) have been changed from (context.Context, string, string, *StepsGetOptions) to (context.Context, string, string, *StepsClientGetOptions)
  • Function *StepsClient.Get return value(s) have been changed from (StepsGetResponse, error) to (StepsClientGetResponse, error)
  • Function *ServiceTopologiesClient.Delete parameter(s) have been changed from (context.Context, string, string, *ServiceTopologiesDeleteOptions) to (context.Context, string, string, *ServiceTopologiesClientDeleteOptions)
  • Function *ServiceTopologiesClient.Delete return value(s) have been changed from (ServiceTopologiesDeleteResponse, error) to (ServiceTopologiesClientDeleteResponse, error)
  • Function *RolloutsClient.Get parameter(s) have been changed from (context.Context, string, string, *RolloutsGetOptions) to (context.Context, string, string, *RolloutsClientGetOptions)
  • Function *RolloutsClient.Get return value(s) have been changed from (RolloutsGetResponse, error) to (RolloutsClientGetResponse, error)
  • Function *RolloutsClient.Restart parameter(s) have been changed from (context.Context, string, string, *RolloutsRestartOptions) to (context.Context, string, string, *RolloutsClientRestartOptions)
  • Function *RolloutsClient.Restart return value(s) have been changed from (RolloutsRestartResponse, error) to (RolloutsClientRestartResponse, error)
  • Function *ArtifactSourcesClient.Get parameter(s) have been changed from (context.Context, string, string, *ArtifactSourcesGetOptions) to (context.Context, string, string, *ArtifactSourcesClientGetOptions)
  • Function *ArtifactSourcesClient.Get return value(s) have been changed from (ArtifactSourcesGetResponse, error) to (ArtifactSourcesClientGetResponse, error)
  • Function *ServiceUnitsClient.BeginCreateOrUpdate parameter(s) have been changed from (context.Context, string, string, string, string, ServiceUnitResource, *ServiceUnitsBeginCreateOrUpdateOptions) to (context.Context, string, string, string, string, ServiceUnitResource, *ServiceUnitsClientBeginCreateOrUpdateOptions)
  • Function *ServiceUnitsClient.BeginCreateOrUpdate return value(s) have been changed from (ServiceUnitsCreateOrUpdatePollerResponse, error) to (ServiceUnitsClientCreateOrUpdatePollerResponse, error)
  • Function *RolloutsClient.Delete parameter(s) have been changed from (context.Context, string, string, *RolloutsDeleteOptions) to (context.Context, string, string, *RolloutsClientDeleteOptions)
  • Function *RolloutsClient.Delete return value(s) have been changed from (RolloutsDeleteResponse, error) to (RolloutsClientDeleteResponse, error)
  • Function *ServicesClient.List parameter(s) have been changed from (context.Context, string, string, *ServicesListOptions) to (context.Context, string, string, *ServicesClientListOptions)
  • Function *ServicesClient.List return value(s) have been changed from (ServicesListResponse, error) to (ServicesClientListResponse, error)
  • Function *ServiceUnitsClient.Delete parameter(s) have been changed from (context.Context, string, string, string, string, *ServiceUnitsDeleteOptions) to (context.Context, string, string, string, string, *ServiceUnitsClientDeleteOptions)
  • Function *ServiceUnitsClient.Delete return value(s) have been changed from (ServiceUnitsDeleteResponse, error) to (ServiceUnitsClientDeleteResponse, error)
  • Function *StepsClient.List parameter(s) have been changed from (context.Context, string, *StepsListOptions) to (context.Context, string, *StepsClientListOptions)
  • Function *StepsClient.List return value(s) have been changed from (StepsListResponse, error) to (StepsClientListResponse, error)
  • Function *ServicesClient.Delete parameter(s) have been changed from (context.Context, string, string, string, *ServicesDeleteOptions) to (context.Context, string, string, string, *ServicesClientDeleteOptions)
  • Function *ServicesClient.Delete return value(s) have been changed from (ServicesDeleteResponse, error) to (ServicesClientDeleteResponse, error)
  • Function *StepsClient.Delete parameter(s) have been changed from (context.Context, string, string, *StepsDeleteOptions) to (context.Context, string, string, *StepsClientDeleteOptions)
  • Function *StepsClient.Delete return value(s) have been changed from (StepsDeleteResponse, error) to (StepsClientDeleteResponse, error)
  • Function *StepsClient.CreateOrUpdate parameter(s) have been changed from (context.Context, string, string, *StepsCreateOrUpdateOptions) to (context.Context, string, string, *StepsClientCreateOrUpdateOptions)
  • Function *StepsClient.CreateOrUpdate return value(s) have been changed from (StepsCreateOrUpdateResponse, error) to (StepsClientCreateOrUpdateResponse, error)
  • Function *RolloutsClient.List parameter(s) have been changed from (context.Context, string, *RolloutsListOptions) to (context.Context, string, *RolloutsClientListOptions)
  • Function *RolloutsClient.List return value(s) have been changed from (RolloutsListResponse, error) to (RolloutsClientListResponse, error)
  • Function *ArtifactSourcesClient.Delete parameter(s) have been changed from (context.Context, string, string, *ArtifactSourcesDeleteOptions) to (context.Context, string, string, *ArtifactSourcesClientDeleteOptions)
  • Function *ArtifactSourcesClient.Delete return value(s) have been changed from (ArtifactSourcesDeleteResponse, error) to (ArtifactSourcesClientDeleteResponse, error)
  • Function *OperationsClient.List parameter(s) have been changed from (context.Context, *OperationsListOptions) to (context.Context, *OperationsClientListOptions)
  • Function *OperationsClient.List return value(s) have been changed from (OperationsListResponse, error) to (OperationsClientListResponse, error)
  • Function *ArtifactSourcesClient.CreateOrUpdate parameter(s) have been changed from (context.Context, string, string, *ArtifactSourcesCreateOrUpdateOptions) to (context.Context, string, string, *ArtifactSourcesClientCreateOrUpdateOptions)
  • Function *ArtifactSourcesClient.CreateOrUpdate return value(s) have been changed from (ArtifactSourcesCreateOrUpdateResponse, error) to (ArtifactSourcesClientCreateOrUpdateResponse, error)
  • Function *ServiceTopologiesClient.Get parameter(s) have been changed from (context.Context, string, string, *ServiceTopologiesGetOptions) to (context.Context, string, string, *ServiceTopologiesClientGetOptions)
  • Function *ServiceTopologiesClient.Get return value(s) have been changed from (ServiceTopologiesGetResponse, error) to (ServiceTopologiesClientGetResponse, error)
  • Function *ServiceUnitsClient.Get parameter(s) have been changed from (context.Context, string, string, string, string, *ServiceUnitsGetOptions) to (context.Context, string, string, string, string, *ServiceUnitsClientGetOptions)
  • Function *ServiceUnitsClient.Get return value(s) have been changed from (ServiceUnitsGetResponse, error) to (ServiceUnitsClientGetResponse, error)
  • Function *ServiceUnitsClient.List parameter(s) have been changed from (context.Context, string, string, string, *ServiceUnitsListOptions) to (context.Context, string, string, string, *ServiceUnitsClientListOptions)
  • Function *ServiceUnitsClient.List return value(s) have been changed from (ServiceUnitsListResponse, error) to (ServiceUnitsClientListResponse, error)
  • Function *ServicesClient.Get parameter(s) have been changed from (context.Context, string, string, string, *ServicesGetOptions) to (context.Context, string, string, string, *ServicesClientGetOptions)
  • Function *ServicesClient.Get return value(s) have been changed from (ServicesGetResponse, error) to (ServicesClientGetResponse, error)
  • Function *RolloutsClient.BeginCreateOrUpdate parameter(s) have been changed from (context.Context, string, string, *RolloutsBeginCreateOrUpdateOptions) to (context.Context, string, string, *RolloutsClientBeginCreateOrUpdateOptions)
  • Function *RolloutsClient.BeginCreateOrUpdate return value(s) have been changed from (RolloutsCreateOrUpdatePollerResponse, error) to (RolloutsClientCreateOrUpdatePollerResponse, error)
  • Function *ServiceUnitResource.UnmarshalJSON has been removed
  • Function *ServiceUnitsCreateOrUpdatePoller.ResumeToken has been removed
  • Function *TrackedResource.UnmarshalJSON has been removed
  • Function *ServiceUnitsCreateOrUpdatePoller.FinalResponse has been removed
  • Function CloudError.Error has been removed
  • Function *ArtifactSource.UnmarshalJSON has been removed
  • Function ServiceUnitProperties.MarshalJSON has been removed
  • Function *RolloutsCreateOrUpdatePoller.Poll has been removed
  • Function *ServiceUnitsCreateOrUpdatePoller.Poll has been removed
  • Function *RolloutRequest.UnmarshalJSON has been removed
  • Function *RolloutsCreateOrUpdatePoller.FinalResponse has been removed
  • Function *RolloutsCreateOrUpdatePollerResponse.Resume has been removed
  • Function *StepProperties.UnmarshalJSON has been removed
  • Function *RolloutsCreateOrUpdatePoller.ResumeToken has been removed
  • Function *RolloutsCreateOrUpdatePoller.Done has been removed
  • Function *Rollout.UnmarshalJSON has been removed
  • Function *ServiceResource.UnmarshalJSON has been removed
  • Function Resource.MarshalJSON has been removed
  • Function ServiceProperties.MarshalJSON has been removed
  • Function *Resource.UnmarshalJSON has been removed
  • Function ServiceUnitsCreateOrUpdatePollerResponse.PollUntilDone has been removed
  • Function *HealthCheckStepAttributes.UnmarshalJSON has been removed
  • Function *ServiceUnitsCreateOrUpdatePollerResponse.Resume has been removed
  • Function *RestRequestAuthentication.UnmarshalJSON has been removed
  • Function *ServiceTopologyResource.UnmarshalJSON has been removed
  • Function *Authentication.UnmarshalJSON has been removed
  • Function RolloutsCreateOrUpdatePollerResponse.PollUntilDone has been removed
  • Function *ServiceUnitsCreateOrUpdatePoller.Done has been removed
  • Struct ArtifactSourcesCreateOrUpdateOptions has been removed
  • Struct ArtifactSourcesCreateOrUpdateResponse has been removed
  • Struct ArtifactSourcesCreateOrUpdateResult has been removed
  • Struct ArtifactSourcesDeleteOptions has been removed
  • Struct ArtifactSourcesDeleteResponse has been removed
  • Struct ArtifactSourcesGetOptions has been removed
  • Struct ArtifactSourcesGetResponse has been removed
  • Struct ArtifactSourcesGetResult has been removed
  • Struct ArtifactSourcesListOptions has been removed
  • Struct ArtifactSourcesListResponse has been removed
  • Struct ArtifactSourcesListResult has been removed
  • Struct OperationsListOptions has been removed
  • Struct OperationsListResponse has been removed
  • Struct OperationsListResult has been removed
  • Struct RolloutsBeginCreateOrUpdateOptions has been removed
  • Struct RolloutsCancelOptions has been removed
  • Struct RolloutsCancelResponse has been removed
  • Struct RolloutsCancelResult has been removed
  • Struct RolloutsCreateOrUpdatePoller has been removed
  • Struct RolloutsCreateOrUpdatePollerResponse has been removed
  • Struct RolloutsCreateOrUpdateResponse has been removed
  • Struct RolloutsCreateOrUpdateResult has been removed
  • Struct RolloutsDeleteOptions has been removed
  • Struct RolloutsDeleteResponse has been removed
  • Struct RolloutsGetOptions has been removed
  • Struct RolloutsGetResponse has been removed
  • Struct RolloutsGetResult has been removed
  • Struct RolloutsListOptions has been removed
  • Struct RolloutsListResponse has been removed
  • Struct RolloutsListResult has been removed
  • Struct RolloutsRestartOptions has been removed
  • Struct RolloutsRestartResponse has been removed
  • Struct RolloutsRestartResult has been removed
  • Struct ServiceTopologiesCreateOrUpdateOptions has been removed
  • Struct ServiceTopologiesCreateOrUpdateResponse has been removed
  • Struct ServiceTopologiesCreateOrUpdateResult has been removed
  • Struct ServiceTopologiesDeleteOptions has been removed
  • Struct ServiceTopologiesDeleteResponse has been removed
  • Struct ServiceTopologiesGetOptions has been removed
  • Struct ServiceTopologiesGetResponse has been removed
  • Struct ServiceTopologiesGetResult has been removed
  • Struct ServiceTopologiesListOptions has been removed
  • Struct ServiceTopologiesListResponse has been removed
  • Struct ServiceTopologiesListResult has been removed
  • Struct ServiceUnitsBeginCreateOrUpdateOptions has been removed
  • Struct ServiceUnitsCreateOrUpdatePoller has been removed
  • Struct ServiceUnitsCreateOrUpdatePollerResponse has been removed
  • Struct ServiceUnitsCreateOrUpdateResponse has been removed
  • Struct ServiceUnitsCreateOrUpdateResult has been removed
  • Struct ServiceUnitsDeleteOptions has been removed
  • Struct ServiceUnitsDeleteResponse has been removed
  • Struct ServiceUnitsGetOptions has been removed
  • Struct ServiceUnitsGetResponse has been removed
  • Struct ServiceUnitsGetResult has been removed
  • Struct ServiceUnitsListOptions has been removed
  • Struct ServiceUnitsListResponse has been removed
  • Struct ServiceUnitsListResult has been removed
  • Struct ServicesCreateOrUpdateOptions has been removed
  • Struct ServicesCreateOrUpdateResponse has been removed
  • Struct ServicesCreateOrUpdateResult has been removed
  • Struct ServicesDeleteOptions has been removed
  • Struct ServicesDeleteResponse has been removed
  • Struct ServicesGetOptions has been removed
  • Struct ServicesGetResponse has been removed
  • Struct ServicesGetResult has been removed
  • Struct ServicesListOptions has been removed
  • Struct ServicesListResponse has been removed
  • Struct ServicesListResult has been removed
  • Struct StepsCreateOrUpdateOptions has been removed
  • Struct StepsCreateOrUpdateResponse has been removed
  • Struct StepsCreateOrUpdateResult has been removed
  • Struct StepsDeleteOptions has been removed
  • Struct StepsDeleteResponse has been removed
  • Struct StepsGetOptions has been removed
  • Struct StepsGetResponse has been removed
  • Struct StepsGetResult has been removed
  • Struct StepsListOptions has been removed
  • Struct StepsListResponse has been removed
  • Struct StepsListResult has been removed
  • Field ArtifactSourcePropertiesAutoGenerated of struct ArtifactSourceProperties has been removed
  • Field TrackedResource of struct StepResource has been removed
  • Field StepProperties of struct WaitStepProperties has been removed
  • Field TrackedResource of struct ArtifactSource has been removed
  • Field TrackedResource of struct ServiceTopologyResource has been removed
  • Field TrackedResource of struct ServiceUnitResource has been removed
  • Field StepProperties of struct HealthCheckStepProperties has been removed
  • Field ServiceUnitProperties of struct ServiceUnit has been removed
  • Field InnerError of struct CloudError has been removed
  • Field ServiceUnitProperties of struct ServiceUnitResourceProperties has been removed
  • Field ServiceProperties of struct Service has been removed
  • Field ServiceProperties of struct ServiceResourceProperties has been removed
  • Field RestRequestAuthentication of struct APIKeyAuthentication has been removed
  • Field RestRequestAuthentication of struct RolloutIdentityAuthentication has been removed
  • Field TrackedResource of struct RolloutRequest has been removed
  • Field TrackedResource of struct Rollout has been removed
  • Field Authentication of struct SasAuthentication has been removed
  • Field ServiceTopologyProperties of struct ServiceTopologyResourceProperties has been removed
  • Field TrackedResource of struct ServiceResource has been removed
  • Field RolloutPropertiesAutoGenerated of struct RolloutProperties has been removed
  • Field RolloutRequestProperties of struct RolloutProperties has been removed
  • Field HealthCheckStepAttributes of struct RestHealthCheckStepAttributes has been removed
  • Field Resource of struct TrackedResource has been removed

Features Added

  • New function *RolloutsClientCreateOrUpdatePoller.ResumeToken() (string, error)
  • New function *ServiceUnitsClientCreateOrUpdatePoller.Done() bool
  • New function *WaitStepProperties.GetStepProperties() *StepProperties
  • New function *RolloutsClientCreateOrUpdatePollerResponse.Resume(context.Context, *RolloutsClient, string) error
  • New function RolloutProperties.MarshalJSON() ([]byte, error)
  • New function ArtifactSourceProperties.MarshalJSON() ([]byte, error)
  • New function *ArtifactSourceProperties.UnmarshalJSON([]byte) error
  • New function *ServiceUnitsClientCreateOrUpdatePoller.Poll(context.Context) (*http.Response, error)
  • New function *APIKeyAuthentication.GetRestRequestAuthentication() *RestRequestAuthentication
  • New function *RestHealthCheckStepAttributes.GetHealthCheckStepAttributes() *HealthCheckStepAttributes
  • New function RolloutsClientCreateOrUpdatePollerResponse.PollUntilDone(context.Context, time.Duration) (RolloutsClientCreateOrUpdateResponse, error)
  • New function *HealthCheckStepProperties.GetStepProperties() *StepProperties
  • New function *RolloutsClientCreateOrUpdatePoller.Done() bool
  • New function *RolloutIdentityAuthentication.GetRestRequestAuthentication() *RestRequestAuthentication
  • New function *SasAuthentication.GetAuthentication() *Authentication
  • New function ServiceUnitsClientCreateOrUpdatePollerResponse.PollUntilDone(context.Context, time.Duration) (ServiceUnitsClientCreateOrUpdateResponse, error)
  • New function *RolloutsClientCreateOrUpdatePoller.Poll(context.Context) (*http.Response, error)
  • New function *ServiceUnitsClientCreateOrUpdatePollerResponse.Resume(context.Context, *ServiceUnitsClient, string) error
  • New function *ServiceUnitsClientCreateOrUpdatePoller.FinalResponse(context.Context) (ServiceUnitsClientCreateOrUpdateResponse, error)
  • New function *RolloutIdentityAuthentication.UnmarshalJSON([]byte) error
  • New function *RolloutsClientCreateOrUpdatePoller.FinalResponse(context.Context) (RolloutsClientCreateOrUpdateResponse, error)
  • New function *ServiceUnitsClientCreateOrUpdatePoller.ResumeToken() (string, error)
  • New struct ArtifactSourcesClientCreateOrUpdateOptions
  • New struct ArtifactSourcesClientCreateOrUpdateResponse
  • New struct ArtifactSourcesClientCreateOrUpdateResult
  • New struct ArtifactSourcesClientDeleteOptions
  • New struct ArtifactSourcesClientDeleteResponse
  • New struct ArtifactSourcesClientGetOptions
  • New struct ArtifactSourcesClientGetResponse
  • New struct ArtifactSourcesClientGetResult
  • New struct ArtifactSourcesClientListOptions
  • New struct ArtifactSourcesClientListResponse
  • New struct ArtifactSourcesClientListResult
  • New struct OperationsClientListOptions
  • New struct OperationsClientListResponse
  • New struct OperationsClientListResult
  • New struct RolloutsClientBeginCreateOrUpdateOptions
  • New struct RolloutsClientCancelOptions
  • New struct RolloutsClientCancelResponse
  • New struct RolloutsClientCancelResult
  • New struct RolloutsClientCreateOrUpdatePoller
  • New struct RolloutsClientCreateOrUpdatePollerResponse
  • New struct RolloutsClientCreateOrUpdateResponse
  • New struct RolloutsClientCreateOrUpdateResult
  • New struct RolloutsClientDeleteOptions
  • New struct RolloutsClientDeleteResponse
  • New struct RolloutsClientGetOptions
  • New struct RolloutsClientGetResponse
  • New struct RolloutsClientGetResult
  • New struct RolloutsClientListOptions
  • New struct RolloutsClientListResponse
  • New struct RolloutsClientListResult
  • New struct RolloutsClientRestartOptions
  • New struct RolloutsClientRestartResponse
  • New struct RolloutsClientRestartResult
  • New struct ServiceTopologiesClientCreateOrUpdateOptions
  • New struct ServiceTopologiesClientCreateOrUpdateResponse
  • New struct ServiceTopologiesClientCreateOrUpdateResult
  • New struct ServiceTopologiesClientDeleteOptions
  • New struct ServiceTopologiesClientDeleteResponse
  • New struct ServiceTopologiesClientGetOptions
  • New struct ServiceTopologiesClientGetResponse
  • New struct ServiceTopologiesClientGetResult
  • New struct ServiceTopologiesClientListOptions
  • New struct ServiceTopologiesClientListResponse
  • New struct ServiceTopologiesClientListResult
  • New struct ServiceUnitsClientBeginCreateOrUpdateOptions
  • New struct ServiceUnitsClientCreateOrUpdatePoller
  • New struct ServiceUnitsClientCreateOrUpdatePollerResponse
  • New struct ServiceUnitsClientCreateOrUpdateResponse
  • New struct ServiceUnitsClientCreateOrUpdateResult
  • New struct ServiceUnitsClientDeleteOptions
  • New struct ServiceUnitsClientDeleteResponse
  • New struct ServiceUnitsClientGetOptions
  • New struct ServiceUnitsClientGetResponse
  • New struct ServiceUnitsClientGetResult
  • New struct ServiceUnitsClientListOptions
  • New struct ServiceUnitsClientListResponse
  • New struct ServiceUnitsClientListResult
  • New struct ServicesClientCreateOrUpdateOptions
  • New struct ServicesClientCreateOrUpdateResponse
  • New struct ServicesClientCreateOrUpdateResult
  • New struct ServicesClientDeleteOptions
  • New struct ServicesClientDeleteResponse
  • New struct ServicesClientGetOptions
  • New struct ServicesClientGetResponse
  • New struct ServicesClientGetResult
  • New struct ServicesClientListOptions
  • New struct ServicesClientListResponse
  • New struct ServicesClientListResult
  • New struct StepsClientCreateOrUpdateOptions
  • New struct StepsClientCreateOrUpdateResponse
  • New struct StepsClientCreateOrUpdateResult
  • New struct StepsClientDeleteOptions
  • New struct StepsClientDeleteResponse
  • New struct StepsClientGetOptions
  • New struct StepsClientGetResponse
  • New struct StepsClientGetResult
  • New struct StepsClientListOptions
  • New struct StepsClientListResponse
  • New struct StepsClientListResult
  • New field StepType in struct HealthCheckStepProperties
  • New field Error in struct CloudError
  • New field Type in struct RestHealthCheckStepAttributes
  • New field MaxElasticDuration in struct RestHealthCheckStepAttributes
  • New field WaitDuration in struct RestHealthCheckStepAttributes
  • New field HealthyStateDuration in struct RestHealthCheckStepAttributes
  • New field ID in struct StepResource
  • New field Name in struct StepResource
  • New field Type in struct StepResource
  • New field Location in struct StepResource
  • New field Tags in struct StepResource
  • New field Location in struct ArtifactSource
  • New field Tags in struct ArtifactSource
  • New field ID in struct ArtifactSource
  • New field Name in struct ArtifactSource
  • New field Type in struct ArtifactSource
  • New field Location in struct ServiceResource
  • New field Tags in struct ServiceResource
  • New field ID in struct ServiceResource
  • New field Name in struct ServiceResource
  • New field Type in struct ServiceResource
  • New field ArtifactSourceID in struct ServiceTopologyResourceProperties
  • New field Artifacts in struct ServiceUnit
  • New field DeploymentMode in struct ServiceUnit
  • New field TargetResourceGroup in struct ServiceUnit
  • New field Type in struct RolloutIdentityAuthentication
  • New field Name in struct RolloutRequest
  • New field Type in struct RolloutRequest
  • New field Location in struct RolloutRequest
  • New field Tags in struct RolloutRequest
  • New field ID in struct RolloutRequest
  • New field StepType in struct WaitStepProperties
  • New field Type in struct ServiceTopologyResource
  • New field Location in struct ServiceTopologyResource
  • New field Tags in struct ServiceTopologyResource
  • New field ID in struct ServiceTopologyResource
  • New field Name in struct ServiceTopologyResource
  • New field StepGroups in struct RolloutProperties
  • New field TargetServiceTopologyID in struct RolloutProperties
  • New field ArtifactSourceID in struct RolloutProperties
  • New field OperationInfo in struct RolloutProperties
  • New field Services in struct RolloutProperties
  • New field Status in struct RolloutProperties
  • New field TotalRetryAttempts in struct RolloutProperties
  • New field BuildVersion in struct RolloutProperties
  • New field TargetLocation in struct ServiceResourceProperties
  • New field TargetSubscriptionID in struct ServiceResourceProperties
  • New field Authentication in struct ArtifactSourceProperties
  • New field SourceType in struct ArtifactSourceProperties
  • New field ArtifactRoot in struct ArtifactSourceProperties
  • New field Type in struct SasAuthentication
  • New field Type in struct TrackedResource
  • New field ID in struct TrackedResource
  • New field Name in struct TrackedResource
  • New field DeploymentMode in struct ServiceUnitResourceProperties
  • New field TargetResourceGroup in struct ServiceUnitResourceProperties
  • New field Artifacts in struct ServiceUnitResourceProperties
  • New field Name in struct Rollout
  • New field Type in struct Rollout
  • New field Location in struct Rollout
  • New field Tags in struct Rollout
  • New field ID in struct Rollout
  • New field TargetLocation in struct Service
  • New field TargetSubscriptionID in struct Service
  • New field Tags in struct ServiceUnitResource
  • New field ID in struct ServiceUnitResource
  • New field Name in struct ServiceUnitResource
  • New field Type in struct ServiceUnitResource
  • New field Location in struct ServiceUnitResource
  • New field Type in struct APIKeyAuthentication

Don't miss a new azure-sdk-for-go release

NewReleases is sending notifications on new releases.