turbot / steampipe-plugin-azure

Use SQL to instantly query Azure resources across regions and subscriptions. Open source CLI. No DB required.
https://hub.steampipe.io/plugins/turbot/azure
Apache License 2.0
37 stars 17 forks source link

Bump github.com/Azure/azure-sdk-for-go/sdk/data/aztables from 1.0.1 to 1.1.0 #695

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 9 months ago

Bumps github.com/Azure/azure-sdk-for-go/sdk/data/aztables from 1.0.1 to 1.1.0.

Release notes

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

sdk/resourcemanager/containerregistry/armcontainerregistry/v1.1.0

1.1.0 (2023-09-22)

Features Added

  • New enum type CredentialHealthStatus with values CredentialHealthStatusHealthy, CredentialHealthStatusUnhealthy
  • New enum type CredentialName with values CredentialNameCredential1
  • New function NewCacheRulesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*CacheRulesClient, error)
  • New function *CacheRulesClient.BeginCreate(context.Context, string, string, string, CacheRule, *CacheRulesClientBeginCreateOptions) (*runtime.Poller[CacheRulesClientCreateResponse], error)
  • New function *CacheRulesClient.BeginDelete(context.Context, string, string, string, *CacheRulesClientBeginDeleteOptions) (*runtime.Poller[CacheRulesClientDeleteResponse], error)
  • New function *CacheRulesClient.Get(context.Context, string, string, string, *CacheRulesClientGetOptions) (CacheRulesClientGetResponse, error)
  • New function *CacheRulesClient.NewListPager(string, string, *CacheRulesClientListOptions) *runtime.Pager[CacheRulesClientListResponse]
  • New function *CacheRulesClient.BeginUpdate(context.Context, string, string, string, CacheRuleUpdateParameters, *CacheRulesClientBeginUpdateOptions) (*runtime.Poller[CacheRulesClientUpdateResponse], error)
  • New function *ClientFactory.NewCacheRulesClient() *CacheRulesClient
  • New function *ClientFactory.NewCredentialSetsClient() *CredentialSetsClient
  • New function NewCredentialSetsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*CredentialSetsClient, error)
  • New function *CredentialSetsClient.BeginCreate(context.Context, string, string, string, CredentialSet, *CredentialSetsClientBeginCreateOptions) (*runtime.Poller[CredentialSetsClientCreateResponse], error)
  • New function *CredentialSetsClient.BeginDelete(context.Context, string, string, string, *CredentialSetsClientBeginDeleteOptions) (*runtime.Poller[CredentialSetsClientDeleteResponse], error)
  • New function *CredentialSetsClient.Get(context.Context, string, string, string, *CredentialSetsClientGetOptions) (CredentialSetsClientGetResponse, error)
  • New function *CredentialSetsClient.NewListPager(string, string, *CredentialSetsClientListOptions) *runtime.Pager[CredentialSetsClientListResponse]
  • New function *CredentialSetsClient.BeginUpdate(context.Context, string, string, string, CredentialSetUpdateParameters, *CredentialSetsClientBeginUpdateOptions) (*runtime.Poller[CredentialSetsClientUpdateResponse], error)
  • New struct AuthCredential
  • New struct CacheRule
  • New struct CacheRuleProperties
  • New struct CacheRuleUpdateParameters
  • New struct CacheRuleUpdateProperties
  • New struct CacheRulesListResult
  • New struct CredentialHealth
  • New struct CredentialSet
  • New struct CredentialSetListResult
  • New struct CredentialSetProperties
  • New struct CredentialSetUpdateParameters
  • New struct CredentialSetUpdateProperties

sdk/storage/azfile/v1.1.0

1.1.0 (2023-10-11)

Features Added

  • Updated service version to 2022-11-02.

Bugs Fixed

  • Fixed a bug where the x-ms-file-attributes header could be set to contain invalid trailing or leading | characters.

sdk/data/aztables/v1.1.0

1.1.0 (2023-11-14)

Features Added

  • Enabled spans for distributed tracing.

... (truncated)

Commits
  • 8a1a75e Merge remote-tracking branch 'origin/dev'
  • c25453f Refactored and fixed few bugs
  • 7daeb26 Merge pull request #1 from bfirsh/gofmt
  • 1aa8e81 Tidy up with gofmt
  • 9907835 Update README.md
  • b2a95a7 Add License.
  • 1988e0c Aded DeleteDisk method
  • 72aed89 Added CheckHostedServiceNameAvailability method, fixed minor bugs
  • 84da83b Update README.md
  • 2edf9b0 Added parameters validation
  • 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 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)
github-actions[bot] commented 6 months ago

This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.

dependabot[bot] commented 5 months ago

Superseded by #731.