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

Bump github.com/Azure/azure-sdk-for-go/sdk/data/azappconfig from 0.6.0 to 1.0.0 #22

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 16, 2023

Bumps github.com/Azure/azure-sdk-for-go/sdk/data/azappconfig from 0.6.0 to 1.0.0.

Release notes

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

sdk/resourcemanager/managednetworkfabric/armmanagednetworkfabric/v1.0.0

1.0.0 (2023-07-28)

Breaking Changes

  • Function *NetworkDevicesClient.BeginReboot parameter(s) have been changed from (context.Context, string, string, *NetworkDevicesClientBeginRebootOptions) to (context.Context, string, string, RebootProperties, *NetworkDevicesClientBeginRebootOptions)
  • Function *NetworkFabricsClient.BeginUpdate parameter(s) have been changed from (context.Context, string, string, NetworkFabricPatchParameters, *NetworkFabricsClientBeginUpdateOptions) to (context.Context, string, string, NetworkFabricPatch, *NetworkFabricsClientBeginUpdateOptions)
  • Function *NetworkRacksClient.BeginUpdate parameter(s) have been changed from (context.Context, string, string, NetworkRackPatch, *NetworkRacksClientBeginUpdateOptions) to (context.Context, string, string, TagsUpdate, *NetworkRacksClientBeginUpdateOptions)
  • Type of BfdConfiguration.AdministrativeState has been changed from *EnabledDisabledState to *BfdAdministrativeState
  • Type of BgpConfiguration.FabricASN has been changed from *int32 to *int64
  • Type of BgpConfiguration.PeerASN has been changed from *int32 to *int64
  • Type of ExternalNetworkPatchProperties.OptionAProperties has been changed from *Layer3OptionAProperties to *ExternalNetworkPatchPropertiesOptionAProperties
  • Type of ExternalNetworkPatchProperties.OptionBProperties has been changed from *OptionBProperties to *L3OptionBProperties
  • Type of ExternalNetworkProperties.AdministrativeState has been changed from *EnabledDisabledState to *AdministrativeState
  • Type of ExternalNetworkProperties.OptionBProperties has been changed from *OptionBProperties to *L3OptionBProperties
  • Type of ExternalNetworkPropertiesOptionAProperties.FabricASN has been changed from *int32 to *int64
  • Type of ExternalNetworkPropertiesOptionAProperties.PeerASN has been changed from *int32 to *int64
  • Type of IPPrefixProperties.IPPrefixRules has been changed from []*IPPrefixPropertiesIPPrefixRulesItem to []*IPPrefixRule
  • Type of InternalNetworkProperties.AdministrativeState has been changed from *EnabledDisabledState to *AdministrativeState
  • Type of InternalNetworkProperties.BgpConfiguration has been changed from *BgpConfiguration to *InternalNetworkPropertiesBgpConfiguration
  • Type of InternalNetworkProperties.StaticRouteConfiguration has been changed from *StaticRouteConfiguration to *InternalNetworkPropertiesStaticRouteConfiguration
  • Type of L2IsolationDomainProperties.AdministrativeState has been changed from *EnabledDisabledState to *AdministrativeState
  • Type of L3IsolationDomainPatchProperties.ConnectedSubnetRoutePolicy has been changed from *L3IsolationDomainPatchPropertiesConnectedSubnetRoutePolicy to *ConnectedSubnetRoutePolicy
  • Type of L3IsolationDomainProperties.AdministrativeState has been changed from *EnabledDisabledState to *AdministrativeState
  • Type of L3IsolationDomainProperties.ConnectedSubnetRoutePolicy has been changed from *L3IsolationDomainPatchPropertiesConnectedSubnetRoutePolicy to *ConnectedSubnetRoutePolicy
  • Type of NetworkDeviceProperties.NetworkDeviceRole has been changed from *NetworkDeviceRoleTypes to *NetworkDeviceRole
  • Type of NetworkFabricControllerProperties.InfrastructureServices has been changed from *InfrastructureServices to *ControllerServices
  • Type of NetworkFabricControllerProperties.WorkloadServices has been changed from *WorkloadServices to *ControllerServices
  • Type of NetworkFabricProperties.FabricASN has been changed from *int32 to *int64
  • Type of NetworkFabricProperties.ManagementNetworkConfiguration has been changed from *ManagementNetworkConfiguration to *ManagementNetworkConfigurationProperties
  • Type of NetworkFabricSKUProperties.Type has been changed from *string to *FabricSKUType
  • Type of NetworkInterfaceProperties.AdministrativeState has been changed from *EnabledDisabledState to *AdministrativeState
  • Type of NetworkToNetworkInterconnectProperties.AdministrativeState has been changed from *EnabledDisabledState to *AdministrativeState
  • Type of NetworkToNetworkInterconnectProperties.IsManagementType has been changed from *BooleanEnumProperty to *IsManagementType
  • Type of StatementActionProperties.ActionType has been changed from *CommunityActionTypes to *RoutePolicyActionType
  • Type of UpdateAdministrativeState.State has been changed from *AdministrativeState to *EnableDisableState
  • Type of VPNConfigurationProperties.AdministrativeState has been changed from *EnabledDisabledState to *AdministrativeState
  • Type of VPNConfigurationProperties.OptionAProperties has been changed from *OptionAProperties to *VPNConfigurationPropertiesOptionAProperties
  • Type of VPNConfigurationProperties.OptionBProperties has been changed from *OptionBPropertiesAutoGenerated to *OptionBProperties
  • AdministrativeStateDisable, AdministrativeStateEnable from enum AdministrativeState has been removed
  • Enum AddressFamily has been removed
  • Enum ConditionActionType has been removed
  • Enum EnabledDisabledState has been removed
  • Enum IsCurrentVersion has been removed
  • Enum IsTestVersion has been removed
  • Enum NetworkDeviceRackRoleType has been removed
  • Enum NetworkDeviceRoleTypes has been removed
  • Enum NetworkFabricControllerOperationalState has been removed
  • Enum NetworkFabricOperationalState has been removed
  • Enum NetworkRackRoleName has been removed
  • Enum OperationalStatus has been removed

... (truncated)

Commits
  • 1988e0c Aded DeleteDisk method
  • 72aed89 Added CheckHostedServiceNameAvailability method, fixed minor bugs
  • 84da83b Update README.md
  • 2edf9b0 Added parameters validation
  • a870bf1 Removed "ResourceNotFound" check from vmClient
  • 116b917 Added RoleInstance entity to vmClient
  • 4f1c2ed Formatted entities in clients
  • 0adc3f4 Removed fingerprint printing from vmClient
  • a1a6933 Fixed SendAzureDeleteRequest method
  • 3f2caf9 Added new VM operations
  • 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)

Bumps [github.com/Azure/azure-sdk-for-go/sdk/data/azappconfig](https://github.com/Azure/azure-sdk-for-go) from 0.6.0 to 1.0.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/v0.6.0...v1.0)

---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/data/azappconfig
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Oct 16, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 25, 2023

Looks like github.com/Azure/azure-sdk-for-go/sdk/data/azappconfig is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Oct 25, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/Azure/azure-sdk-for-go/sdk/data/azappconfig-1.0.0 branch October 25, 2023 21:11
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.

0 participants