Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.5.1 to 1.6.0 in /tools #4

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 27, 2024

Bumps github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.5.1 to 1.6.0.

Release notes

Sourced from github.com/Azure/azure-sdk-for-go/sdk/azidentity's releases.

sdk/resourcemanager/storage/armstorage/v1.6.0

1.6.0 (2024-06-28)

Features Added

  • New value AccessTierCold added to enum type AccessTier
  • New value ExpirationActionBlock added to enum type ExpirationAction
  • New value MinimumTLSVersionTLS13 added to enum type MinimumTLSVersion
  • New value ProvisioningStateCanceled, ProvisioningStateDeleting, ProvisioningStateFailed, ProvisioningStateValidateSubscriptionQuotaBegin, ProvisioningStateValidateSubscriptionQuotaEnd added to enum type ProvisioningState
  • New value PublicNetworkAccessSecuredByPerimeter added to enum type PublicNetworkAccess
  • New enum type IssueType with values IssueTypeConfigurationPropagationFailure, IssueTypeUnknown
  • New enum type ListLocalUserIncludeParam with values ListLocalUserIncludeParamNfsv3
  • New enum type NetworkSecurityPerimeterConfigurationProvisioningState with values NetworkSecurityPerimeterConfigurationProvisioningStateAccepted, NetworkSecurityPerimeterConfigurationProvisioningStateCanceled, NetworkSecurityPerimeterConfigurationProvisioningStateDeleting, NetworkSecurityPerimeterConfigurationProvisioningStateFailed, NetworkSecurityPerimeterConfigurationProvisioningStateSucceeded
  • New enum type NspAccessRuleDirection with values NspAccessRuleDirectionInbound, NspAccessRuleDirectionOutbound
  • New enum type ResourceAssociationAccessMode with values ResourceAssociationAccessModeAudit, ResourceAssociationAccessModeEnforced, ResourceAssociationAccessModeLearning
  • New enum type RunResult with values RunResultFailed, RunResultSucceeded
  • New enum type RunStatusEnum with values RunStatusEnumFinished, RunStatusEnumInProgress
  • New enum type Severity with values SeverityError, SeverityWarning
  • New enum type TriggerType with values TriggerTypeOnSchedule, TriggerTypeRunOnce
  • New function *ClientFactory.NewNetworkSecurityPerimeterConfigurationsClient() *NetworkSecurityPerimeterConfigurationsClient
  • New function *ClientFactory.NewTaskAssignmentInstancesReportClient() *TaskAssignmentInstancesReportClient
  • New function *ClientFactory.NewTaskAssignmentsClient() *TaskAssignmentsClient
  • New function *ClientFactory.NewTaskAssignmentsInstancesReportClient() *TaskAssignmentsInstancesReportClient
  • New function NewTaskAssignmentInstancesReportClient(string, azcore.TokenCredential, *arm.ClientOptions) (*TaskAssignmentInstancesReportClient, error)
  • New function *TaskAssignmentInstancesReportClient.NewListPager(string, string, string, *TaskAssignmentInstancesReportClientListOptions) *runtime.Pager[TaskAssignmentInstancesReportClientListResponse]
  • New function NewTaskAssignmentsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*TaskAssignmentsClient, error)
  • New function *TaskAssignmentsClient.BeginCreate(context.Context, string, string, string, TaskAssignment, *TaskAssignmentsClientBeginCreateOptions) (*runtime.Poller[TaskAssignmentsClientCreateResponse], error)
  • New function *TaskAssignmentsClient.BeginDelete(context.Context, string, string, string, *TaskAssignmentsClientBeginDeleteOptions) (*runtime.Poller[TaskAssignmentsClientDeleteResponse], error)
  • New function *TaskAssignmentsClient.Get(context.Context, string, string, string, *TaskAssignmentsClientGetOptions) (TaskAssignmentsClientGetResponse, error)
  • New function *TaskAssignmentsClient.NewListPager(string, string, *TaskAssignmentsClientListOptions) *runtime.Pager[TaskAssignmentsClientListResponse]
  • New function *TaskAssignmentsClient.BeginUpdate(context.Context, string, string, string, TaskAssignmentUpdateParameters, *TaskAssignmentsClientBeginUpdateOptions) (*runtime.Poller[TaskAssignmentsClientUpdateResponse], error)
  • New function NewTaskAssignmentsInstancesReportClient(string, azcore.TokenCredential, *arm.ClientOptions) (*TaskAssignmentsInstancesReportClient, error)
  • New function *TaskAssignmentsInstancesReportClient.NewListPager(string, string, *TaskAssignmentsInstancesReportClientListOptions) *runtime.Pager[TaskAssignmentsInstancesReportClientListResponse]
  • New function NewNetworkSecurityPerimeterConfigurationsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*NetworkSecurityPerimeterConfigurationsClient, error)
  • New function *NetworkSecurityPerimeterConfigurationsClient.Get(context.Context, string, string, string, *NetworkSecurityPerimeterConfigurationsClientGetOptions) (NetworkSecurityPerimeterConfigurationsClientGetResponse, error)
  • New function *NetworkSecurityPerimeterConfigurationsClient.NewListPager(string, string, *NetworkSecurityPerimeterConfigurationsClientListOptions) *runtime.Pager[NetworkSecurityPerimeterConfigurationsClientListResponse]
  • New function *NetworkSecurityPerimeterConfigurationsClient.BeginReconcile(context.Context, string, string, string, *NetworkSecurityPerimeterConfigurationsClientBeginReconcileOptions) (*runtime.Poller[NetworkSecurityPerimeterConfigurationsClientReconcileResponse], error)
  • New struct ExecutionTarget
  • New struct ExecutionTrigger
  • New struct ExecutionTriggerUpdate
  • New struct NetworkSecurityPerimeter
  • New struct NetworkSecurityPerimeterConfiguration
  • New struct NetworkSecurityPerimeterConfigurationList
  • New struct NetworkSecurityPerimeterConfigurationProperties
  • New struct NetworkSecurityPerimeterConfigurationPropertiesProfile
  • New struct NetworkSecurityPerimeterConfigurationPropertiesResourceAssociation
  • New struct NspAccessRule
  • New struct NspAccessRuleProperties
  • New struct NspAccessRulePropertiesSubscriptionsItem
  • New struct ProvisioningIssue
  • New struct ProvisioningIssueProperties

... (truncated)

Commits
  • 36f766d add sdk/resourcemanager/cosmos/armcosmos live test (#20705)
  • c005ed6 sdk/resourcemanager/network/armnetwork live test (#20331)
  • 5fa7df4 add sdk/resourcemanager/compute/armcompute live test (#20048)
  • 0d22aed add sdk/resourcemanager/eventhub/armeventhub live test (#20686)
  • 2a8d96d add sdk/resourcemanager/postgresql/armpostgresql live test (#20685)
  • b2cddab [Release] sdk/resourcemanager/paloaltonetworksngfw/armpanngfw/0.1.0 (#20437)
  • ed7f3c7 Fix azidentity troubleshooting guide link (#20736)
  • 6dfd0cb [azeventhubs] Fixing checkpoint store race condition (#20727)
  • 745d967 pass along the artifact name so we can override it later (#20732)
  • 20b4dd8 Update changelog with latest features (#20730)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go) from 1.5.1 to 1.6.0.
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md)
- [Commits](Azure/azure-sdk-for-go@sdk/internal/v1.5.1...sdk/azcore/v1.6.0)

---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azidentity
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 27, 2024
Copy link
Contributor

github-actions bot commented Sep 27, 2024

✅ Successfully planned Terraform CDK Stack 'stack'

Show Plan
npm warn deprecated [email protected]: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
[2024-10-15T20:01:45.520] [ERROR] default - go: downloading github.com/cdktf/cdktf-provider-local-go/local/v10 v10.1.1
go: downloading github.com/aws/jsii-runtime-go v1.103.1
go: downloading github.com/aws/constructs-go/constructs/v10 v10.3.0
go: downloading github.com/hashicorp/terraform-cdk-go/cdktf v0.20.9

[2024-10-15T20:01:45.733] [ERROR] default - go: downloading github.com/Masterminds/semver/v3 v3.3.0

stack  Initializing the backend...
stack  Successfully configured the backend "local"! Terraform will automatically
       use this backend unless the backend configuration changes.
stack  Initializing provider plugins...
       - Finding hashicorp/local versions matching "2.5.2"...
stack  - Installing hashicorp/local v2.5.2...
stack  - Installed hashicorp/local v2.5.2 (signed by HashiCorp)
       Terraform has created a lock file .terraform.lock.hcl to record the provider
       selections it made above. Include this file in your version control repository
       so that Terraform can guarantee to make the same selections by default when
       you run "terraform init" in the future.
stack  Terraform has been successfully initialized!

       You may now begin working with Terraform. Try running "terraform plan" to see
       any changes that are required for your infrastructure. All Terraform commands
       should now work.

       If you ever set or change modules or backend configuration for Terraform,
       rerun this command to reinitialize your working directory. If you forget, other
       commands will detect it and remind you to do so if necessary.
stack  - Fetching hashicorp/local 2.5.2 for linux_amd64...
stack  - Retrieved hashicorp/local 2.5.2 for linux_amd64 (signed by HashiCorp)
       - Obtained hashicorp/local checksums for linux_amd64; All checksums for this platform were already tracked in the lock file
stack  Success! Terraform has validated the lock file and found no need for changes.
stack  Terraform used the selected providers to generate the following execution
       plan. Resource actions are indicated with the following symbols:
         + create

       Terraform will perform the following actions:
stack  # local_file.file (file) will be created
         + resource "local_file" "file" {
             + content              = "Hello, World!"
             + content_base64sha256 = (known after apply)
             + content_base64sha512 = (known after apply)
             + content_md5          = (known after apply)
             + content_sha1         = (known after apply)
             + content_sha256       = (known after apply)
             + content_sha512       = (known after apply)
             + directory_permission = "0777"
             + file_permission      = "0777"
             + filename             = "hello.txt"
             + id                   = (known after apply)
           }

       Plan: 1 to add, 0 to change, 0 to destroy.

       Changes to Outputs:
         + filename = "hello.txt"

       ─────────────────────────────────────────────────────────────────────────────

       Saved the plan to: plan

       To perform exactly these actions, run the following command to apply:
           terraform apply "plan"

Copy link
Contributor

✅ Successfully applied Terraform CDK Stack 'stack'

Show Run
npm warn deprecated [email protected]: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
[2024-10-15T20:01:46.935] [ERROR] default - go: downloading github.com/cdktf/cdktf-provider-local-go/local/v10 v10.1.1
go: downloading github.com/aws/jsii-runtime-go v1.103.1
go: downloading github.com/aws/constructs-go/constructs/v10 v10.3.0

[2024-10-15T20:01:46.959] [ERROR] default - go: downloading github.com/hashicorp/terraform-cdk-go/cdktf v0.20.9

[2024-10-15T20:01:47.173] [ERROR] default - go: downloading github.com/Masterminds/semver/v3 v3.3.0

[2024-10-15T20:01:54.886] [ERROR] default - Bad Gateway
stack  Initializing the backend...
stack  Successfully configured the backend "local"! Terraform will automatically
       use this backend unless the backend configuration changes.
stack  Initializing provider plugins...
       - Finding hashicorp/local versions matching "2.5.2"...
stack  - Installing hashicorp/local v2.5.2...
stack  - Installed hashicorp/local v2.5.2 (signed by HashiCorp)
       Terraform has created a lock file .terraform.lock.hcl to record the provider
       selections it made above. Include this file in your version control repository
       so that Terraform can guarantee to make the same selections by default when
       you run "terraform init" in the future.
stack  Terraform has been successfully initialized!

       You may now begin working with Terraform. Try running "terraform plan" to see
       any changes that are required for your infrastructure. All Terraform commands
       should now work.

       If you ever set or change modules or backend configuration for Terraform,
       rerun this command to reinitialize your working directory. If you forget, other
       commands will detect it and remind you to do so if necessary.
stack  - Fetching hashicorp/local 2.5.2 for linux_amd64...
stack  - Retrieved hashicorp/local 2.5.2 for linux_amd64 (signed by HashiCorp)
       - Obtained hashicorp/local checksums for linux_amd64; All checksums for this platform were already tracked in the lock file
stack  Success! Terraform has validated the lock file and found no need for changes.
stack  Terraform used the selected providers to generate the following execution plan.
       Resource actions are indicated with the following symbols:
         + create

       Terraform will perform the following actions:

         # local_file.file (file) will be created
         + resource "local_file" "file" {
             + content              = "Hello, World!"
             + content_base64sha256 = (known after apply)
             + content_base64sha512 = (known after apply)
             + content_md5          = (known after apply)
             + content_sha1         = (known after apply)
             + content_sha256       = (known after apply)
             + content_sha512       = (known after apply)
stack  + directory_permission = "0777"
             + file_permission      = "0777"
             + filename             = "hello.txt"
             + id                   = (known after apply)
           }

       Plan: 1 to add, 0 to change, 0 to destroy.

       Changes to Outputs:
         + filename = "hello.txt"
stack  local_file.file (file): Creating...
stack  local_file.file (file): Creation complete after 0s [id=0a0a9f2a6772942557ab5355d76af442f8f65e01]
stack  Apply complete! Resources: 1 added, 0 changed, 0 destroyed.

       Outputs:

       filename = "hello.txt"

  stack
  filename = hello.txt

@katallaxie katallaxie merged commit e9e4048 into main Oct 23, 2024
8 of 9 checks passed
@katallaxie katallaxie deleted the dependabot/go_modules/tools/github.com/Azure/azure-sdk-for-go/sdk/azidentity-1.6.0 branch October 23, 2024 18:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant