Skip to content

Commit

Permalink
Merge pull request #868 from hashicorp/auto-pr/80b96e0c
Browse files Browse the repository at this point in the history
Auto PR: Regenerating the Go SDK (0fceb35)
  • Loading branch information
tombuildsstuff authored Feb 1, 2024
2 parents cdbc50d + 0fceb35 commit f9b6710
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 55 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
package streamingjobs

import (
"github.com/hashicorp/go-azure-helpers/resourcemanager/identity"
)

// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See NOTICE.txt in the project root for license information.

type StreamingJob struct {
Id *string `json:"id,omitempty"`
Identity *Identity `json:"identity,omitempty"`
Location *string `json:"location,omitempty"`
Name *string `json:"name,omitempty"`
Properties *StreamingJobProperties `json:"properties,omitempty"`
Tags *map[string]string `json:"tags,omitempty"`
Type *string `json:"type,omitempty"`
Id *string `json:"id,omitempty"`
Identity *identity.SystemAssigned `json:"identity,omitempty"`
Location *string `json:"location,omitempty"`
Name *string `json:"name,omitempty"`
Properties *StreamingJobProperties `json:"properties,omitempty"`
Tags *map[string]string `json:"tags,omitempty"`
Type *string `json:"type,omitempty"`
}

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
package streamingjobs

import (
"github.com/hashicorp/go-azure-helpers/resourcemanager/identity"
)

// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See NOTICE.txt in the project root for license information.

type StreamingJob struct {
Id *string `json:"id,omitempty"`
Identity *Identity `json:"identity,omitempty"`
Location *string `json:"location,omitempty"`
Name *string `json:"name,omitempty"`
Properties *StreamingJobProperties `json:"properties,omitempty"`
Sku *Sku `json:"sku,omitempty"`
Tags *map[string]string `json:"tags,omitempty"`
Type *string `json:"type,omitempty"`
Id *string `json:"id,omitempty"`
Identity *identity.SystemOrUserAssignedMap `json:"identity,omitempty"`
Location *string `json:"location,omitempty"`
Name *string `json:"name,omitempty"`
Properties *StreamingJobProperties `json:"properties,omitempty"`
Sku *Sku `json:"sku,omitempty"`
Tags *map[string]string `json:"tags,omitempty"`
Type *string `json:"type,omitempty"`
}

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
package subscriptions

import (
"github.com/hashicorp/go-azure-helpers/resourcemanager/identity"
)

// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See NOTICE.txt in the project root for license information.

type StreamingJob struct {
Id *string `json:"id,omitempty"`
Identity *Identity `json:"identity,omitempty"`
Location *string `json:"location,omitempty"`
Name *string `json:"name,omitempty"`
Properties *StreamingJobProperties `json:"properties,omitempty"`
Sku *Sku `json:"sku,omitempty"`
Tags *map[string]string `json:"tags,omitempty"`
Type *string `json:"type,omitempty"`
Id *string `json:"id,omitempty"`
Identity *identity.SystemOrUserAssignedMap `json:"identity,omitempty"`
Location *string `json:"location,omitempty"`
Name *string `json:"name,omitempty"`
Properties *StreamingJobProperties `json:"properties,omitempty"`
Sku *Sku `json:"sku,omitempty"`
Tags *map[string]string `json:"tags,omitempty"`
Type *string `json:"type,omitempty"`
}

0 comments on commit f9b6710

Please sign in to comment.