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/resourcemanager/resources/armsubscriptions from 1.1.1 to 1.2.0 #678

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 29, 2023

Bumps github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armsubscriptions from 1.1.1 to 1.2.0.

Release notes

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

sdk/resourcemanager/resources/armsubscriptions/v1.2.0

1.2.0 (2023-05-26)

Features Added

  • New enum type ActionType with values ActionTypeInternal
  • New enum type Origin with values OriginSystem, OriginUser, OriginUserSystem
  • New function *ClientFactory.NewOperationsClient() *OperationsClient
  • New function NewOperationsClient(azcore.TokenCredential, *arm.ClientOptions) (*OperationsClient, error)
  • New function *OperationsClient.NewListPager(*OperationsClientListOptions) *runtime.Pager[OperationsClientListResponse]
  • New struct AvailabilityZoneMappings
  • New struct OperationAutoGenerated
  • New struct OperationDisplayAutoGenerated
  • New struct OperationListResultAutoGenerated
  • New field AvailabilityZoneMappings in struct Location
  • New field Geography in struct LocationMetadata
  • New field ActionType, IsDataAction, Origin in struct Operation

sdk/resourcemanager/resourcehealth/armresourcehealth/v1.2.0

1.2.0 (2023-05-26)

Features Added

  • New enum type CreatedByType with values CreatedByTypeApplication, CreatedByTypeKey, CreatedByTypeManagedIdentity, CreatedByTypeUser
  • New enum type EventLevelValues with values EventLevelValuesCritical, EventLevelValuesError, EventLevelValuesInformational, EventLevelValuesWarning
  • New enum type EventSourceValues with values EventSourceValuesResourceHealth, EventSourceValuesServiceHealth
  • New enum type EventStatusValues with values EventStatusValuesActive, EventStatusValuesResolved
  • New enum type EventTypeValues with values EventTypeValuesEmergingIssues, EventTypeValuesHealthAdvisory, EventTypeValuesPlannedMaintenance, EventTypeValuesRCA, EventTypeValuesSecurityAdvisory, EventTypeValuesServiceIssue
  • New enum type IssueNameParameter with values IssueNameParameterDefault
  • New enum type LevelValues with values LevelValuesCritical, LevelValuesWarning
  • New enum type LinkTypeValues with values LinkTypeValuesButton, LinkTypeValuesHyperlink
  • New enum type Scenario with values ScenarioAlerts
  • New enum type SeverityValues with values SeverityValuesError, SeverityValuesInformation, SeverityValuesWarning
  • New enum type StageValues with values StageValuesActive, StageValuesArchived, StageValuesResolve
  • New function NewChildAvailabilityStatusesClient(azcore.TokenCredential, *arm.ClientOptions) (*ChildAvailabilityStatusesClient, error)
  • New function *ChildAvailabilityStatusesClient.GetByResource(context.Context, string, *ChildAvailabilityStatusesClientGetByResourceOptions) (ChildAvailabilityStatusesClientGetByResourceResponse, error)
  • New function *ChildAvailabilityStatusesClient.NewListPager(string, *ChildAvailabilityStatusesClientListOptions) *runtime.Pager[ChildAvailabilityStatusesClientListResponse]
  • New function NewChildResourcesClient(azcore.TokenCredential, *arm.ClientOptions) (*ChildResourcesClient, error)
  • New function *ChildResourcesClient.NewListPager(string, *ChildResourcesClientListOptions) *runtime.Pager[ChildResourcesClientListResponse]
  • New function *ClientFactory.NewChildAvailabilityStatusesClient() *ChildAvailabilityStatusesClient
  • New function *ClientFactory.NewChildResourcesClient() *ChildResourcesClient
  • New function *ClientFactory.NewEmergingIssuesClient() *EmergingIssuesClient
  • New function *ClientFactory.NewEventClient() *EventClient
  • New function *ClientFactory.NewEventsClient() *EventsClient
  • New function *ClientFactory.NewImpactedResourcesClient() *ImpactedResourcesClient
  • New function *ClientFactory.NewMetadataClient() *MetadataClient
  • New function *ClientFactory.NewSecurityAdvisoryImpactedResourcesClient() *SecurityAdvisoryImpactedResourcesClient
  • New function NewEmergingIssuesClient(azcore.TokenCredential, *arm.ClientOptions) (*EmergingIssuesClient, error)
  • New function *EmergingIssuesClient.Get(context.Context, IssueNameParameter, *EmergingIssuesClientGetOptions) (EmergingIssuesClientGetResponse, error)
  • New function *EmergingIssuesClient.NewListPager(*EmergingIssuesClientListOptions) *runtime.Pager[EmergingIssuesClientListResponse]
  • New function NewEventClient(string, azcore.TokenCredential, *arm.ClientOptions) (*EventClient, error)
  • New function *EventClient.FetchDetailsBySubscriptionIDAndTrackingID(context.Context, string, *EventClientFetchDetailsBySubscriptionIDAndTrackingIDOptions) (EventClientFetchDetailsBySubscriptionIDAndTrackingIDResponse, error)

... (truncated)

Commits
  • 0fbd371 Merge pull request #33 from jen20/virtual-network-client
  • c95e423 Add a client for Virtual Network management
  • af6985d Merge pull request #35 from ahmetalpbalkan/CreateBlockBlob
  • c99fb1d make block.Size int64, add CreateBlockBlob
  • 9abf8bf Merge pull request #28 from jen20/private-error-messages
  • c1f7c85 Merge pull request #24 from jf/codetweaks
  • 0d03132 Merge pull request #19 from jf/master
  • 24f03c1 Merge pull request #32 from jf/clean-currentTimeRfc1123Formatted
  • 30c4704 util.go: remove unused dateLayout from currentTimeRfc1123Formatted()
  • acc54a2 Merge pull request #29 from jen20/location-concatenation
  • 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 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)

…armsubscriptions

Bumps [github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armsubscriptions](https://github.com/Azure/azure-sdk-for-go) from 1.1.1 to 1.2.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.1.1...v1.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 29, 2023
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.

None yet

0 participants