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

deps: bump github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage from 1.6.0 to 1.7.0 #1394

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 27, 2025

Bumps github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage from 1.6.0 to 1.7.0.

Release notes

Sourced from github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage's releases.

sdk/resourcemanager/cognitiveservices/armcognitiveservices/v1.7.0

1.7.0 (2024-12-27)

Features Added

  • New value ModelLifecycleStatusDeprecated, ModelLifecycleStatusDeprecating, ModelLifecycleStatusStable added to enum type ModelLifecycleStatus
  • New enum type ByPassSelection with values ByPassSelectionAzureServices, ByPassSelectionNone
  • New enum type ContentLevel with values ContentLevelHigh, ContentLevelLow, ContentLevelMedium
  • New enum type DefenderForAISettingState with values DefenderForAISettingStateDisabled, DefenderForAISettingStateEnabled
  • New enum type EncryptionScopeProvisioningState with values EncryptionScopeProvisioningStateAccepted, EncryptionScopeProvisioningStateCanceled, EncryptionScopeProvisioningStateCreating, EncryptionScopeProvisioningStateDeleting, EncryptionScopeProvisioningStateFailed, EncryptionScopeProvisioningStateMoving, EncryptionScopeProvisioningStateSucceeded
  • New enum type EncryptionScopeState with values EncryptionScopeStateDisabled, EncryptionScopeStateEnabled
  • New enum type NspAccessRuleDirection with values NspAccessRuleDirectionInbound, NspAccessRuleDirectionOutbound
  • New enum type RaiPolicyContentSource with values RaiPolicyContentSourceCompletion, RaiPolicyContentSourcePrompt
  • New enum type RaiPolicyMode with values RaiPolicyModeAsynchronousFilter, RaiPolicyModeBlocking, RaiPolicyModeDefault, RaiPolicyModeDeferred
  • New enum type RaiPolicyType with values RaiPolicyTypeSystemManaged, RaiPolicyTypeUserManaged
  • New function *ClientFactory.NewDefenderForAISettingsClient() *DefenderForAISettingsClient
  • New function *ClientFactory.NewEncryptionScopesClient() *EncryptionScopesClient
  • New function *ClientFactory.NewLocationBasedModelCapacitiesClient() *LocationBasedModelCapacitiesClient
  • New function *ClientFactory.NewModelCapacitiesClient() *ModelCapacitiesClient
  • New function *ClientFactory.NewNetworkSecurityPerimeterConfigurationsClient() *NetworkSecurityPerimeterConfigurationsClient
  • New function *ClientFactory.NewRaiBlocklistItemsClient() *RaiBlocklistItemsClient
  • New function *ClientFactory.NewRaiBlocklistsClient() *RaiBlocklistsClient
  • New function *ClientFactory.NewRaiContentFiltersClient() *RaiContentFiltersClient
  • New function *ClientFactory.NewRaiPoliciesClient() *RaiPoliciesClient
  • New function NewDefenderForAISettingsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*DefenderForAISettingsClient, error)
  • New function *DefenderForAISettingsClient.CreateOrUpdate(context.Context, string, string, string, DefenderForAISetting, *DefenderForAISettingsClientCreateOrUpdateOptions) (DefenderForAISettingsClientCreateOrUpdateResponse, error)
  • New function *DefenderForAISettingsClient.Get(context.Context, string, string, string, *DefenderForAISettingsClientGetOptions) (DefenderForAISettingsClientGetResponse, error)
  • New function *DefenderForAISettingsClient.NewListPager(string, string, *DefenderForAISettingsClientListOptions) *runtime.Pager[DefenderForAISettingsClientListResponse]
  • New function *DefenderForAISettingsClient.Update(context.Context, string, string, string, DefenderForAISetting, *DefenderForAISettingsClientUpdateOptions) (DefenderForAISettingsClientUpdateResponse, error)
  • New function *DeploymentsClient.NewListSKUsPager(string, string, string, *DeploymentsClientListSKUsOptions) *runtime.Pager[DeploymentsClientListSKUsResponse]
  • New function *DeploymentsClient.BeginUpdate(context.Context, string, string, string, PatchResourceTagsAndSKU, *DeploymentsClientBeginUpdateOptions) (*runtime.Poller[DeploymentsClientUpdateResponse], error)
  • New function NewEncryptionScopesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*EncryptionScopesClient, error)
  • New function *EncryptionScopesClient.CreateOrUpdate(context.Context, string, string, string, EncryptionScope, *EncryptionScopesClientCreateOrUpdateOptions) (EncryptionScopesClientCreateOrUpdateResponse, error)
  • New function *EncryptionScopesClient.BeginDelete(context.Context, string, string, string, *EncryptionScopesClientBeginDeleteOptions) (*runtime.Poller[EncryptionScopesClientDeleteResponse], error)
  • New function *EncryptionScopesClient.Get(context.Context, string, string, string, *EncryptionScopesClientGetOptions) (EncryptionScopesClientGetResponse, error)
  • New function *EncryptionScopesClient.NewListPager(string, string, *EncryptionScopesClientListOptions) *runtime.Pager[EncryptionScopesClientListResponse]
  • New function NewLocationBasedModelCapacitiesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*LocationBasedModelCapacitiesClient, error)
  • New function *LocationBasedModelCapacitiesClient.NewListPager(string, string, string, string, *LocationBasedModelCapacitiesClientListOptions) *runtime.Pager[LocationBasedModelCapacitiesClientListResponse]
  • New function *ManagementClient.CalculateModelCapacity(context.Context, CalculateModelCapacityParameter, *ManagementClientCalculateModelCapacityOptions) (ManagementClientCalculateModelCapacityResponse, error)
  • New function NewModelCapacitiesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*ModelCapacitiesClient, error)
  • New function *ModelCapacitiesClient.NewListPager(string, string, string, *ModelCapacitiesClientListOptions) *runtime.Pager[ModelCapacitiesClientListResponse]
  • New function NewRaiBlocklistItemsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*RaiBlocklistItemsClient, error)
  • New function *RaiBlocklistItemsClient.BatchAdd(context.Context, string, string, string, []*RaiBlocklistItemBulkRequest, *RaiBlocklistItemsClientBatchAddOptions) (RaiBlocklistItemsClientBatchAddResponse, error)
  • New function *RaiBlocklistItemsClient.BatchDelete(context.Context, string, string, string, any, *RaiBlocklistItemsClientBatchDeleteOptions) (RaiBlocklistItemsClientBatchDeleteResponse, error)
  • New function *RaiBlocklistItemsClient.CreateOrUpdate(context.Context, string, string, string, string, RaiBlocklistItem, *RaiBlocklistItemsClientCreateOrUpdateOptions) (RaiBlocklistItemsClientCreateOrUpdateResponse, error)
  • New function *RaiBlocklistItemsClient.BeginDelete(context.Context, string, string, string, string, *RaiBlocklistItemsClientBeginDeleteOptions) (*runtime.Poller[RaiBlocklistItemsClientDeleteResponse], error)
  • New function *RaiBlocklistItemsClient.Get(context.Context, string, string, string, string, *RaiBlocklistItemsClientGetOptions) (RaiBlocklistItemsClientGetResponse, error)
  • New function *RaiBlocklistItemsClient.NewListPager(string, string, string, *RaiBlocklistItemsClientListOptions) *runtime.Pager[RaiBlocklistItemsClientListResponse]
  • New function NewRaiBlocklistsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*RaiBlocklistsClient, error)
  • New function *RaiBlocklistsClient.CreateOrUpdate(context.Context, string, string, string, RaiBlocklist, *RaiBlocklistsClientCreateOrUpdateOptions) (RaiBlocklistsClientCreateOrUpdateResponse, error)
  • New function *RaiBlocklistsClient.BeginDelete(context.Context, string, string, string, *RaiBlocklistsClientBeginDeleteOptions) (*runtime.Poller[RaiBlocklistsClientDeleteResponse], error)

... (truncated)

Commits

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)

…age/armstorage

Bumps [github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage](https://github.com/Azure/azure-sdk-for-go) from 1.6.0 to 1.7.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/azcore/v1.6.0...sdk/azcore/v1.7.0)

---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner February 27, 2025 13:41
@dependabot dependabot bot added area/dependencies Pull requests that update a dependency file lang/go The Go Programming Language labels Feb 27, 2025
@dependabot dependabot bot requested review from vipul-21 and QxBytes February 27, 2025 13:41
@nddq nddq added this pull request to the merge queue Feb 27, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to no response for status checks Feb 27, 2025
@nddq nddq added this pull request to the merge queue Feb 27, 2025
Merged via the queue into main with commit 5eec0ac Feb 27, 2025
28 checks passed
@nddq nddq deleted the dependabot/go_modules/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage-1.7.0 branch February 27, 2025 19:43
BeegiiK pushed a commit to BeegiiK/retina that referenced this pull request Feb 28, 2025
…age/armstorage from 1.6.0 to 1.7.0 (microsoft#1394)

Bumps
[github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage](https://github.com/Azure/azure-sdk-for-go)
from 1.6.0 to 1.7.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Azure/azure-sdk-for-go/releases">github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage's
releases</a>.</em></p>
<blockquote>

<h2>sdk/resourcemanager/cognitiveservices/armcognitiveservices/v1.7.0</h2>
<h2>1.7.0 (2024-12-27)</h2>
<h3>Features Added</h3>
<ul>
<li>New value <code>ModelLifecycleStatusDeprecated</code>,
<code>ModelLifecycleStatusDeprecating</code>,
<code>ModelLifecycleStatusStable</code> added to enum type
<code>ModelLifecycleStatus</code></li>
<li>New enum type <code>ByPassSelection</code> with values
<code>ByPassSelectionAzureServices</code>,
<code>ByPassSelectionNone</code></li>
<li>New enum type <code>ContentLevel</code> with values
<code>ContentLevelHigh</code>, <code>ContentLevelLow</code>,
<code>ContentLevelMedium</code></li>
<li>New enum type <code>DefenderForAISettingState</code> with values
<code>DefenderForAISettingStateDisabled</code>,
<code>DefenderForAISettingStateEnabled</code></li>
<li>New enum type <code>EncryptionScopeProvisioningState</code> with
values <code>EncryptionScopeProvisioningStateAccepted</code>,
<code>EncryptionScopeProvisioningStateCanceled</code>,
<code>EncryptionScopeProvisioningStateCreating</code>,
<code>EncryptionScopeProvisioningStateDeleting</code>,
<code>EncryptionScopeProvisioningStateFailed</code>,
<code>EncryptionScopeProvisioningStateMoving</code>,
<code>EncryptionScopeProvisioningStateSucceeded</code></li>
<li>New enum type <code>EncryptionScopeState</code> with values
<code>EncryptionScopeStateDisabled</code>,
<code>EncryptionScopeStateEnabled</code></li>
<li>New enum type <code>NspAccessRuleDirection</code> with values
<code>NspAccessRuleDirectionInbound</code>,
<code>NspAccessRuleDirectionOutbound</code></li>
<li>New enum type <code>RaiPolicyContentSource</code> with values
<code>RaiPolicyContentSourceCompletion</code>,
<code>RaiPolicyContentSourcePrompt</code></li>
<li>New enum type <code>RaiPolicyMode</code> with values
<code>RaiPolicyModeAsynchronousFilter</code>,
<code>RaiPolicyModeBlocking</code>, <code>RaiPolicyModeDefault</code>,
<code>RaiPolicyModeDeferred</code></li>
<li>New enum type <code>RaiPolicyType</code> with values
<code>RaiPolicyTypeSystemManaged</code>,
<code>RaiPolicyTypeUserManaged</code></li>
<li>New function <code>*ClientFactory.NewDefenderForAISettingsClient()
*DefenderForAISettingsClient</code></li>
<li>New function <code>*ClientFactory.NewEncryptionScopesClient()
*EncryptionScopesClient</code></li>
<li>New function
<code>*ClientFactory.NewLocationBasedModelCapacitiesClient()
*LocationBasedModelCapacitiesClient</code></li>
<li>New function <code>*ClientFactory.NewModelCapacitiesClient()
*ModelCapacitiesClient</code></li>
<li>New function
<code>*ClientFactory.NewNetworkSecurityPerimeterConfigurationsClient()
*NetworkSecurityPerimeterConfigurationsClient</code></li>
<li>New function <code>*ClientFactory.NewRaiBlocklistItemsClient()
*RaiBlocklistItemsClient</code></li>
<li>New function <code>*ClientFactory.NewRaiBlocklistsClient()
*RaiBlocklistsClient</code></li>
<li>New function <code>*ClientFactory.NewRaiContentFiltersClient()
*RaiContentFiltersClient</code></li>
<li>New function <code>*ClientFactory.NewRaiPoliciesClient()
*RaiPoliciesClient</code></li>
<li>New function <code>NewDefenderForAISettingsClient(string,
azcore.TokenCredential, *arm.ClientOptions)
(*DefenderForAISettingsClient, error)</code></li>
<li>New function
<code>*DefenderForAISettingsClient.CreateOrUpdate(context.Context,
string, string, string, DefenderForAISetting,
*DefenderForAISettingsClientCreateOrUpdateOptions)
(DefenderForAISettingsClientCreateOrUpdateResponse, error)</code></li>
<li>New function <code>*DefenderForAISettingsClient.Get(context.Context,
string, string, string, *DefenderForAISettingsClientGetOptions)
(DefenderForAISettingsClientGetResponse, error)</code></li>
<li>New function <code>*DefenderForAISettingsClient.NewListPager(string,
string, *DefenderForAISettingsClientListOptions)
*runtime.Pager[DefenderForAISettingsClientListResponse]</code></li>
<li>New function
<code>*DefenderForAISettingsClient.Update(context.Context, string,
string, string, DefenderForAISetting,
*DefenderForAISettingsClientUpdateOptions)
(DefenderForAISettingsClientUpdateResponse, error)</code></li>
<li>New function <code>*DeploymentsClient.NewListSKUsPager(string,
string, string, *DeploymentsClientListSKUsOptions)
*runtime.Pager[DeploymentsClientListSKUsResponse]</code></li>
<li>New function <code>*DeploymentsClient.BeginUpdate(context.Context,
string, string, string, PatchResourceTagsAndSKU,
*DeploymentsClientBeginUpdateOptions)
(*runtime.Poller[DeploymentsClientUpdateResponse], error)</code></li>
<li>New function <code>NewEncryptionScopesClient(string,
azcore.TokenCredential, *arm.ClientOptions) (*EncryptionScopesClient,
error)</code></li>
<li>New function
<code>*EncryptionScopesClient.CreateOrUpdate(context.Context, string,
string, string, EncryptionScope,
*EncryptionScopesClientCreateOrUpdateOptions)
(EncryptionScopesClientCreateOrUpdateResponse, error)</code></li>
<li>New function
<code>*EncryptionScopesClient.BeginDelete(context.Context, string,
string, string, *EncryptionScopesClientBeginDeleteOptions)
(*runtime.Poller[EncryptionScopesClientDeleteResponse],
error)</code></li>
<li>New function <code>*EncryptionScopesClient.Get(context.Context,
string, string, string, *EncryptionScopesClientGetOptions)
(EncryptionScopesClientGetResponse, error)</code></li>
<li>New function <code>*EncryptionScopesClient.NewListPager(string,
string, *EncryptionScopesClientListOptions)
*runtime.Pager[EncryptionScopesClientListResponse]</code></li>
<li>New function <code>NewLocationBasedModelCapacitiesClient(string,
azcore.TokenCredential, *arm.ClientOptions)
(*LocationBasedModelCapacitiesClient, error)</code></li>
<li>New function
<code>*LocationBasedModelCapacitiesClient.NewListPager(string, string,
string, string, *LocationBasedModelCapacitiesClientListOptions)
*runtime.Pager[LocationBasedModelCapacitiesClientListResponse]</code></li>
<li>New function
<code>*ManagementClient.CalculateModelCapacity(context.Context,
CalculateModelCapacityParameter,
*ManagementClientCalculateModelCapacityOptions)
(ManagementClientCalculateModelCapacityResponse, error)</code></li>
<li>New function <code>NewModelCapacitiesClient(string,
azcore.TokenCredential, *arm.ClientOptions) (*ModelCapacitiesClient,
error)</code></li>
<li>New function <code>*ModelCapacitiesClient.NewListPager(string,
string, string, *ModelCapacitiesClientListOptions)
*runtime.Pager[ModelCapacitiesClientListResponse]</code></li>
<li>New function <code>NewRaiBlocklistItemsClient(string,
azcore.TokenCredential, *arm.ClientOptions) (*RaiBlocklistItemsClient,
error)</code></li>
<li>New function
<code>*RaiBlocklistItemsClient.BatchAdd(context.Context, string, string,
string, []*RaiBlocklistItemBulkRequest,
*RaiBlocklistItemsClientBatchAddOptions)
(RaiBlocklistItemsClientBatchAddResponse, error)</code></li>
<li>New function
<code>*RaiBlocklistItemsClient.BatchDelete(context.Context, string,
string, string, any, *RaiBlocklistItemsClientBatchDeleteOptions)
(RaiBlocklistItemsClientBatchDeleteResponse, error)</code></li>
<li>New function
<code>*RaiBlocklistItemsClient.CreateOrUpdate(context.Context, string,
string, string, string, RaiBlocklistItem,
*RaiBlocklistItemsClientCreateOrUpdateOptions)
(RaiBlocklistItemsClientCreateOrUpdateResponse, error)</code></li>
<li>New function
<code>*RaiBlocklistItemsClient.BeginDelete(context.Context, string,
string, string, string, *RaiBlocklistItemsClientBeginDeleteOptions)
(*runtime.Poller[RaiBlocklistItemsClientDeleteResponse],
error)</code></li>
<li>New function <code>*RaiBlocklistItemsClient.Get(context.Context,
string, string, string, string, *RaiBlocklistItemsClientGetOptions)
(RaiBlocklistItemsClientGetResponse, error)</code></li>
<li>New function <code>*RaiBlocklistItemsClient.NewListPager(string,
string, string, *RaiBlocklistItemsClientListOptions)
*runtime.Pager[RaiBlocklistItemsClientListResponse]</code></li>
<li>New function <code>NewRaiBlocklistsClient(string,
azcore.TokenCredential, *arm.ClientOptions) (*RaiBlocklistsClient,
error)</code></li>
<li>New function
<code>*RaiBlocklistsClient.CreateOrUpdate(context.Context, string,
string, string, RaiBlocklist, *RaiBlocklistsClientCreateOrUpdateOptions)
(RaiBlocklistsClientCreateOrUpdateResponse, error)</code></li>
<li>New function <code>*RaiBlocklistsClient.BeginDelete(context.Context,
string, string, string, *RaiBlocklistsClientBeginDeleteOptions)
(*runtime.Poller[RaiBlocklistsClientDeleteResponse], error)</code></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Azure/azure-sdk-for-go/commit/624babab3d2e3a95628afa61d1474a035cc7d094"><code>624baba</code></a>
bump azcore version number</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-go/commit/ce7217c3f5f5a2f88f3a5d1ded48da338f3d8d06"><code>ce7217c</code></a>
Prep for azcore v1.7.0 release (<a
href="https://redirect.github.com/Azure/azure-sdk-for-go/issues/21149">#21149</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-go/commit/62a8079d41783914d9a5f585bcdb6f6b91223e5c"><code>62a8079</code></a>
Add support for shallow cloning azcore.Client instances (<a
href="https://redirect.github.com/Azure/azure-sdk-for-go/issues/21065">#21065</a>)
(<a
href="https://redirect.github.com/Azure/azure-sdk-for-go/issues/21098">#21098</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-go/commit/47286b065b0e3aa7d367fb20212aad3a143e6343"><code>47286b0</code></a>
Add flag to enable skipping of dependency checks (<a
href="https://redirect.github.com/Azure/azure-sdk-for-go/issues/21146">#21146</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-go/commit/ee762d4420eb57051cdebe55e55b107dae4f6bfc"><code>ee762d4</code></a>
Fix populating module name in telemetry policy (<a
href="https://redirect.github.com/Azure/azure-sdk-for-go/issues/20967">#20967</a>)
(<a
href="https://redirect.github.com/Azure/azure-sdk-for-go/issues/20971">#20971</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-go/commit/02431759c00a99a31e159e9905c392b8f430c897"><code>0243175</code></a>
Prep azcore v1.6.1 for release (<a
href="https://redirect.github.com/Azure/azure-sdk-for-go/issues/20961">#20961</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-go/commit/9c9d62a1d612cf1f9e6902ddd3c538abd90b955c"><code>9c9d62a</code></a>
Increment package version after release of azcore (<a
href="https://redirect.github.com/Azure/azure-sdk-for-go/issues/20740">#20740</a>)</li>
<li>See full diff in <a
href="https://github.com/Azure/azure-sdk-for-go/compare/sdk/azcore/v1.6.0...sdk/azcore/v1.7.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage&package-manager=go_modules&previous-version=1.6.0&new-version=1.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependencies Pull requests that update a dependency file lang/go The Go Programming Language
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant