Skip to content

fix(deps): Update module github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/reservations/armreservations to v3#9470

Merged
kodiakhq[bot] merged 3 commits into
mainfrom
renovate/github.com-azure-azure-sdk-for-go-sdk-resourcemanager-reservations-armreservations-3.x
Mar 28, 2023
Merged

fix(deps): Update module github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/reservations/armreservations to v3#9470
kodiakhq[bot] merged 3 commits into
mainfrom
renovate/github.com-azure-azure-sdk-for-go-sdk-resourcemanager-reservations-armreservations-3.x

Conversation

@cq-bot
Copy link
Copy Markdown
Contributor

@cq-bot cq-bot commented Mar 28, 2023

This PR contains the following updates:

Package Type Update Change
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/reservations/armreservations require major v1.1.0 -> v3.0.0

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

Azure/azure-sdk-for-go

v3.0.0

Compare Source

3.0.0 (2023-03-24)

Breaking Changes
  • Response of ReturnClient.Post has been changed from RefundResponse to ReservationOrderResponse
Features Added
  • New struct ClientFactory which is a client factory used to create any client in this module
  • New field P3Y in struct CatalogMsrp
  • New field P5Y in struct CatalogMsrp
  • New anonymous field ReservationOrderResponse in struct ReturnClientPostResponse

v2.0.0

Compare Source

2.0.0 (2023-03-24)

Breaking Changes
  • Type of ScalingPlanProperties.HostPoolType has been changed from *HostPoolType to *ScalingHostPoolType
  • Type of ScalingSchedule.OffPeakStartTime has been changed from *time.Time to *Time
  • Type of ScalingSchedule.PeakStartTime has been changed from *time.Time to *Time
  • Type of ScalingSchedule.RampDownStartTime has been changed from *time.Time to *Time
  • Type of ScalingSchedule.RampUpStartTime has been changed from *time.Time to *Time
  • Type alias Operation has been removed
  • Operation *DesktopsClient.List has supported pagination, use *DesktopsClient.NewListPager instead.
  • Operation *OperationsClient.List has supported pagination, use *OperationsClient.NewListPager instead.
  • Struct MigrationRequestProperties has been removed
  • Field MigrationRequest of struct ApplicationGroupProperties has been removed
  • Field MigrationRequest of struct HostPoolProperties has been removed
  • Field HostPoolType of struct ScalingPlanPatchProperties has been removed
Features Added
  • New struct ClientFactory which is a client factory used to create any client in this module
  • New enum type CreatedByType with values CreatedByTypeApplication, CreatedByTypeKey, CreatedByTypeManagedIdentity, CreatedByTypeUser
  • New enum type DayOfWeek with values DayOfWeekFriday, DayOfWeekMonday, DayOfWeekSaturday, DayOfWeekSunday, DayOfWeekThursday, DayOfWeekTuesday, DayOfWeekWednesday
  • New enum type ScalingHostPoolType with values ScalingHostPoolTypePooled
  • New enum type SessionHostComponentUpdateType with values SessionHostComponentUpdateTypeDefault, SessionHostComponentUpdateTypeScheduled
  • New function NewScalingPlanPooledSchedulesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*ScalingPlanPooledSchedulesClient, error)
  • New function *ScalingPlanPooledSchedulesClient.Create(context.Context, string, string, string, ScalingPlanPooledSchedule, *ScalingPlanPooledSchedulesClientCreateOptions) (ScalingPlanPooledSchedulesClientCreateResponse, error)
  • New function *ScalingPlanPooledSchedulesClient.Delete(context.Context, string, string, string, *ScalingPlanPooledSchedulesClientDeleteOptions) (ScalingPlanPooledSchedulesClientDeleteResponse, error)
  • New function *ScalingPlanPooledSchedulesClient.Get(context.Context, string, string, string, *ScalingPlanPooledSchedulesClientGetOptions) (ScalingPlanPooledSchedulesClientGetResponse, error)
  • New function *ScalingPlanPooledSchedulesClient.NewListPager(string, string, *ScalingPlanPooledSchedulesClientListOptions) *runtime.Pager[ScalingPlanPooledSchedulesClientListResponse]
  • New function *ScalingPlanPooledSchedulesClient.Update(context.Context, string, string, string, *ScalingPlanPooledSchedulesClientUpdateOptions) (ScalingPlanPooledSchedulesClientUpdateResponse, error)
  • New struct AgentUpdatePatchProperties
  • New struct AgentUpdateProperties
  • New struct MaintenanceWindowPatchProperties
  • New struct MaintenanceWindowProperties
  • New struct ScalingPlanPooledSchedule
  • New struct ScalingPlanPooledScheduleList
  • New struct ScalingPlanPooledSchedulePatch
  • New struct ScalingPlanPooledScheduleProperties
  • New struct SystemData
  • New struct Time
  • New field SystemData in struct Application
  • New field SystemData in struct ApplicationGroup
  • New field InitialSkip in struct ApplicationGroupsClientListByResourceGroupOptions
  • New field IsDescending in struct ApplicationGroupsClientListByResourceGroupOptions
  • New field PageSize in struct ApplicationGroupsClientListByResourceGroupOptions
  • New field InitialSkip in struct ApplicationsClientListOptions
  • New field IsDescending in struct ApplicationsClientListOptions
  • New field PageSize in struct ApplicationsClientListOptions
  • New field SystemData in struct Desktop
  • New field SystemData in struct HostPool
  • New field AgentUpdate in struct HostPoolPatchProperties
  • New field AgentUpdate in struct HostPoolProperties
  • New field InitialSkip in struct HostPoolsClientListByResourceGroupOptions
  • New field IsDescending in struct HostPoolsClientListByResourceGroupOptions
  • New field PageSize in struct HostPoolsClientListByResourceGroupOptions
  • New field InitialSkip in struct HostPoolsClientListOptions
  • New field IsDescending in struct HostPoolsClientListOptions
  • New field PageSize in struct HostPoolsClientListOptions
  • New field SystemData in struct MSIXPackage
  • New field InitialSkip in struct MSIXPackagesClientListOptions
  • New field IsDescending in struct MSIXPackagesClientListOptions
  • New field PageSize in struct MSIXPackagesClientListOptions
  • New field NextLink in struct ResourceProviderOperationList
  • New field SystemData in struct ScalingPlan
  • New field InitialSkip in struct ScalingPlansClientListByHostPoolOptions
  • New field IsDescending in struct ScalingPlansClientListByHostPoolOptions
  • New field PageSize in struct ScalingPlansClientListByHostPoolOptions
  • New field InitialSkip in struct ScalingPlansClientListByResourceGroupOptions
  • New field IsDescending in struct ScalingPlansClientListByResourceGroupOptions
  • New field PageSize in struct ScalingPlansClientListByResourceGroupOptions
  • New field InitialSkip in struct ScalingPlansClientListBySubscriptionOptions
  • New field IsDescending in struct ScalingPlansClientListBySubscriptionOptions
  • New field PageSize in struct ScalingPlansClientListBySubscriptionOptions
  • New field SystemData in struct SessionHost
  • New field FriendlyName in struct SessionHostPatchProperties
  • New field FriendlyName in struct SessionHostProperties
  • New field InitialSkip in struct SessionHostsClientListOptions
  • New field IsDescending in struct SessionHostsClientListOptions
  • New field PageSize in struct SessionHostsClientListOptions
  • New field Force in struct SessionHostsClientUpdateOptions
  • New field InitialSkip in struct StartMenuItemsClientListOptions
  • New field IsDescending in struct StartMenuItemsClientListOptions
  • New field PageSize in struct StartMenuItemsClientListOptions
  • New field SystemData in struct UserSession
  • New field InitialSkip in struct UserSessionsClientListByHostPoolOptions
  • New field IsDescending in struct UserSessionsClientListByHostPoolOptions
  • New field PageSize in struct UserSessionsClientListByHostPoolOptions
  • New field InitialSkip in struct UserSessionsClientListOptions
  • New field IsDescending in struct UserSessionsClientListOptions
  • New field PageSize in struct UserSessionsClientListOptions
  • New field SystemData in struct Workspace
  • New field InitialSkip in struct WorkspacesClientListByResourceGroupOptions
  • New field IsDescending in struct WorkspacesClientListByResourceGroupOptions
  • New field PageSize in struct WorkspacesClientListByResourceGroupOptions

Configuration

📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

…cemanager/reservations/armreservations to v3
@cq-bot
Copy link
Copy Markdown
Contributor Author

cq-bot commented Mar 28, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: plugins/source/azure/go.sum
Command failed: docker run --rm --name=renovate_sidecar --label=renovate_child -v "/tmp/renovate/repos/github/cloudquery/cloudquery":"/tmp/renovate/repos/github/cloudquery/cloudquery" -v "/tmp/renovate/cache":"/tmp/renovate/cache" -e GOPATH -e GOSUMDB -e GOFLAGS -e CGO_ENABLED -e GIT_CONFIG_KEY_0 -e GIT_CONFIG_VALUE_0 -e GIT_CONFIG_KEY_1 -e GIT_CONFIG_VALUE_1 -e GIT_CONFIG_KEY_2 -e GIT_CONFIG_VALUE_2 -e GIT_CONFIG_COUNT -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w "/tmp/renovate/repos/github/cloudquery/cloudquery/plugins/source/azure" docker.io/renovate/sidecar bash -l -c "install-tool golang 1.20.2 && go get -d -t ./... && go install github.com/marwan-at-work/mod/cmd/mod@latest && mod upgrade --mod-name=github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/reservations/armreservations -t=3 && go mod tidy && go mod tidy"
go: errors parsing go.mod:
/tmp/renovate/repos/github/cloudquery/cloudquery/plugins/source/azure/go.mod:81:2: require github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/reservations/armreservations: version "v3.0.0" invalid: should be v0 or v1, not v3

@cq-bot cq-bot added the azure label Mar 28, 2023
@cq-bot
Copy link
Copy Markdown
Contributor Author

cq-bot commented Mar 28, 2023

/gen sha=3ceb01e54156f1593c4a90c35448198ab11dacec plugin=azure

@candiduslynx
Copy link
Copy Markdown
Contributor

@erezrokah it's extracted from #9467 and ready for review

@candiduslynx candiduslynx removed the request for review from yevgenypats March 28, 2023 08:29
@erezrokah erezrokah added the automerge Automatically merge once required checks pass label Mar 28, 2023
@erezrokah
Copy link
Copy Markdown
Member

erezrokah commented Mar 28, 2023

@cq-bot
Copy link
Copy Markdown
Contributor Author

cq-bot commented Mar 28, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

…dk-resourcemanager-reservations-armreservations-3.x
@kodiakhq kodiakhq Bot merged commit c3c97b9 into main Mar 28, 2023
@kodiakhq kodiakhq Bot deleted the renovate/github.com-azure-azure-sdk-for-go-sdk-resourcemanager-reservations-armreservations-3.x branch March 28, 2023 09:53
kodiakhq Bot pushed a commit that referenced this pull request Apr 4, 2023
🤖 I have created a release *beep* *boop*
---


## [7.0.0](plugins-source-azure-v6.2.0...plugins-source-azure-v7.0.0) (2023-04-04)


### ⚠ BREAKING CHANGES

* **deps:** In `v2` of the Azure Go `desktopvirtualization` client, the `MigrationRequest` field was removed from the `HostPoolProperties` struct. This means that the `azure_desktopvirtualization_host_pools->properties` JSON column will not have that field anymore. If you're relying on it in a query, you'd need to update it.
* **deps:** In `v1` of the Azure Go `containerregistry` client, the `AnonymousPullEnabled` field was removed from the `RegistryProperties` struct. This means that the `azure_containerregistry_registries->properties` JSON column will not have that field anymore. If you're relying on it in a query, you'd need to update it.

### This Release has the Following Changes to Tables
- Table `azure_desktopvirtualization_host_pools`: column added with name `system_data` and type `JSON`

### Bug Fixes

* **deps:** Update golang.org/x/exp digest to 10a5072 ([#9587](#9587)) ([31f913f](31f913f))
* **deps:** Update module github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerregistry/armcontainerregistry to v1 ([0c0562f](0c0562f))
* **deps:** Update module github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/desktopvirtualization/armdesktopvirtualization to v2 ([ed7ab5b](ed7ab5b))
* **deps:** Update module github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/reservations/armreservations to v3 ([#9470](#9470)) ([c3c97b9](c3c97b9))
* **deps:** Update module github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storagecache/armstoragecache/v2 to v3 ([#9471](#9471)) ([8505c4c](8505c4c))
* **deps:** Update module github.com/cloudquery/plugin-sdk to v1.44.1 ([#9520](#9520)) ([202c31b](202c31b))
* **deps:** Update module github.com/cloudquery/plugin-sdk to v1.44.2 ([#9661](#9661)) ([a27dc84](a27dc84))
* **deps:** Update module github.com/mattn/go-isatty to v0.0.18 ([#9609](#9609)) ([5b2908e](5b2908e))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Automatically merge once required checks pass

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants