Skip to content

fix(deps): Update module github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/redhatopenshift/armredhatopenshift to v1.1.0#6183

Merged
kodiakhq[bot] merged 2 commits intomainfrom
renovate/github.com-azure-azure-sdk-for-go-sdk-resourcemanager-redhatopenshift-armredhatopenshift-1.x
Jan 1, 2023
Merged

fix(deps): Update module github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/redhatopenshift/armredhatopenshift to v1.1.0#6183
kodiakhq[bot] merged 2 commits intomainfrom
renovate/github.com-azure-azure-sdk-for-go-sdk-resourcemanager-redhatopenshift-armredhatopenshift-1.x

Conversation

@cq-bot
Copy link
Copy Markdown
Contributor

@cq-bot cq-bot commented Jan 1, 2023

This PR contains the following updates:

Package Type Update Change
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/redhatopenshift/armredhatopenshift require minor v1.0.0 -> v1.1.0

Release Notes

Azure/azure-sdk-for-go

v1.1.0

Compare Source

1.1.0 (2023-01-27)

Features Added
  • New function NewMachinePoolsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*MachinePoolsClient, error)
  • New function *MachinePoolsClient.CreateOrUpdate(context.Context, string, string, string, MachinePool, *MachinePoolsClientCreateOrUpdateOptions) (MachinePoolsClientCreateOrUpdateResponse, error)
  • New function *MachinePoolsClient.Delete(context.Context, string, string, string, *MachinePoolsClientDeleteOptions) (MachinePoolsClientDeleteResponse, error)
  • New function *MachinePoolsClient.Get(context.Context, string, string, string, *MachinePoolsClientGetOptions) (MachinePoolsClientGetResponse, error)
  • New function *MachinePoolsClient.NewListPager(string, string, *MachinePoolsClientListOptions) *runtime.Pager[MachinePoolsClientListResponse]
  • New function *MachinePoolsClient.Update(context.Context, string, string, string, MachinePoolUpdate, *MachinePoolsClientUpdateOptions) (MachinePoolsClientUpdateResponse, error)
  • New function NewOpenShiftVersionsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*OpenShiftVersionsClient, error)
  • New function *OpenShiftVersionsClient.NewListPager(string, *OpenShiftVersionsClientListOptions) *runtime.Pager[OpenShiftVersionsClientListResponse]
  • New function NewSecretsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*SecretsClient, error)
  • New function *SecretsClient.CreateOrUpdate(context.Context, string, string, string, Secret, *SecretsClientCreateOrUpdateOptions) (SecretsClientCreateOrUpdateResponse, error)
  • New function *SecretsClient.Delete(context.Context, string, string, string, *SecretsClientDeleteOptions) (SecretsClientDeleteResponse, error)
  • New function *SecretsClient.Get(context.Context, string, string, string, *SecretsClientGetOptions) (SecretsClientGetResponse, error)
  • New function *SecretsClient.NewListPager(string, string, *SecretsClientListOptions) *runtime.Pager[SecretsClientListResponse]
  • New function *SecretsClient.Update(context.Context, string, string, string, SecretUpdate, *SecretsClientUpdateOptions) (SecretsClientUpdateResponse, error)
  • New function NewSyncIdentityProvidersClient(string, azcore.TokenCredential, *arm.ClientOptions) (*SyncIdentityProvidersClient, error)
  • New function *SyncIdentityProvidersClient.CreateOrUpdate(context.Context, string, string, string, SyncIdentityProvider, *SyncIdentityProvidersClientCreateOrUpdateOptions) (SyncIdentityProvidersClientCreateOrUpdateResponse, error)
  • New function *SyncIdentityProvidersClient.Delete(context.Context, string, string, string, *SyncIdentityProvidersClientDeleteOptions) (SyncIdentityProvidersClientDeleteResponse, error)
  • New function *SyncIdentityProvidersClient.Get(context.Context, string, string, string, *SyncIdentityProvidersClientGetOptions) (SyncIdentityProvidersClientGetResponse, error)
  • New function *SyncIdentityProvidersClient.NewListPager(string, string, *SyncIdentityProvidersClientListOptions) *runtime.Pager[SyncIdentityProvidersClientListResponse]
  • New function *SyncIdentityProvidersClient.Update(context.Context, string, string, string, SyncIdentityProviderUpdate, *SyncIdentityProvidersClientUpdateOptions) (SyncIdentityProvidersClientUpdateResponse, error)
  • New function NewSyncSetsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*SyncSetsClient, error)
  • New function *SyncSetsClient.CreateOrUpdate(context.Context, string, string, string, SyncSet, *SyncSetsClientCreateOrUpdateOptions) (SyncSetsClientCreateOrUpdateResponse, error)
  • New function *SyncSetsClient.Delete(context.Context, string, string, string, *SyncSetsClientDeleteOptions) (SyncSetsClientDeleteResponse, error)
  • New function *SyncSetsClient.Get(context.Context, string, string, string, *SyncSetsClientGetOptions) (SyncSetsClientGetResponse, error)
  • New function *SyncSetsClient.NewListPager(string, string, *SyncSetsClientListOptions) *runtime.Pager[SyncSetsClientListResponse]
  • New function *SyncSetsClient.Update(context.Context, string, string, string, SyncSetUpdate, *SyncSetsClientUpdateOptions) (SyncSetsClientUpdateResponse, error)
  • New struct MachinePool
  • New struct MachinePoolList
  • New struct MachinePoolProperties
  • New struct MachinePoolUpdate
  • New struct MachinePoolsClient
  • New struct MachinePoolsClientListResponse
  • New struct OpenShiftVersion
  • New struct OpenShiftVersionList
  • New struct OpenShiftVersionProperties
  • New struct OpenShiftVersionsClient
  • New struct OpenShiftVersionsClientListResponse
  • New struct ProxyResource
  • New struct Secret
  • New struct SecretList
  • New struct SecretProperties
  • New struct SecretUpdate
  • New struct SecretsClient
  • New struct SecretsClientListResponse
  • New struct SyncIdentityProvider
  • New struct SyncIdentityProviderList
  • New struct SyncIdentityProviderProperties
  • New struct SyncIdentityProviderUpdate
  • New struct SyncIdentityProvidersClient
  • New struct SyncIdentityProvidersClientListResponse
  • New struct SyncSet
  • New struct SyncSetList
  • New struct SyncSetProperties
  • New struct SyncSetUpdate
  • New struct SyncSetsClient
  • New struct SyncSetsClientListResponse
  • New field SystemData in struct Resource
  • New field SystemData in struct TrackedResource

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/redhatopenshift/armredhatopenshift to v1.1.0
@cq-bot cq-bot added automerge Automatically merge once required checks pass azure labels Jan 1, 2023
@cq-bot
Copy link
Copy Markdown
Contributor Author

cq-bot commented Jan 1, 2023

/gen sha=cb65225a1513fa17e981092eb0ce613bdc411b50 plugin=azure

…dk-resourcemanager-redhatopenshift-armredhatopenshift-1.x
@kodiakhq kodiakhq bot merged commit 3395c09 into main Jan 1, 2023
@kodiakhq kodiakhq bot deleted the renovate/github.com-azure-azure-sdk-for-go-sdk-resourcemanager-redhatopenshift-armredhatopenshift-1.x branch January 1, 2023 01:50
kodiakhq bot pushed a commit that referenced this pull request Jan 3, 2023
🤖 I have created a release *beep* *boop*
---


## [3.1.0](plugins-source-azure-v3.0.0...plugins-source-azure-v3.1.0) (2023-01-03)


### Features

* Add azure security pricings resource ([#6023](#6023)) ([9648f26](9648f26))
* **azure:** Add storage_blob_services ([#6245](#6245)) ([0620ccd](0620ccd))
* **azure:** Cost management view queries, query views by subscription scope ([#5898](#5898)) ([ace315f](ace315f))


### Bug Fixes

* **deps:** Update module github.com/Azure/azure-sdk-for-go/sdk/internal to v1.1.2 ([#6205](#6205)) ([154fa6f](154fa6f))
* **deps:** Update module github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/redhatopenshift/armredhatopenshift to v1.1.0 ([#6183](#6183)) ([3395c09](3395c09))
* **deps:** Update module github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage to v1.2.0 ([#6184](#6184)) ([adc96f3](adc96f3))
* **deps:** Update module github.com/cloudquery/plugin-sdk to v1.14.0 ([#6025](#6025)) ([35b2cfc](35b2cfc))
* **deps:** Update module github.com/cloudquery/plugin-sdk to v1.15.0 ([#6071](#6071)) ([684b525](684b525))
* **deps:** Update module github.com/cloudquery/plugin-sdk to v1.15.1 ([#6079](#6079)) ([650659c](650659c))
* **deps:** Update module github.com/cloudquery/plugin-sdk to v1.16.0 ([#6098](#6098)) ([7bacdf3](7bacdf3))
* **deps:** Update module github.com/cloudquery/plugin-sdk to v1.16.1 ([#6214](#6214)) ([53b2415](53b2415))
* **deps:** Update module github.com/cloudquery/plugin-sdk to v1.17.0 ([#6256](#6256)) ([b19f6cd](b19f6cd))

---
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.

2 participants