Skip to content

Commit

Permalink
Updating based on bd7a0201c
Browse files Browse the repository at this point in the history
  • Loading branch information
hc-github-team-tf-azure committed Dec 4, 2023
1 parent 1659461 commit e56e6d1
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package backuppolicies
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See NOTICE.txt in the project root for license information.

type UserAssignedIdentity struct {
type UserAssignedIdentityProperties struct {
ClientId *string `json:"clientId,omitempty"`
PrincipalId *string `json:"principalId,omitempty"`
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package backuppolicies
// Licensed under the MIT License. See NOTICE.txt in the project root for license information.

type UserAssignedManagedIdentityDetails struct {
IdentityArmId *string `json:"identityArmId,omitempty"`
IdentityName *string `json:"identityName,omitempty"`
UserAssignedIdentityProperties *UserAssignedIdentity `json:"userAssignedIdentityProperties,omitempty"`
IdentityArmId *string `json:"identityArmId,omitempty"`
IdentityName *string `json:"identityName,omitempty"`
UserAssignedIdentityProperties *UserAssignedIdentityProperties `json:"userAssignedIdentityProperties,omitempty"`
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package operation
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See NOTICE.txt in the project root for license information.

type UserAssignedIdentity struct {
type UserAssignedIdentityProperties struct {
ClientId *string `json:"clientId,omitempty"`
PrincipalId *string `json:"principalId,omitempty"`
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package operation
// Licensed under the MIT License. See NOTICE.txt in the project root for license information.

type UserAssignedManagedIdentityDetails struct {
IdentityArmId *string `json:"identityArmId,omitempty"`
IdentityName *string `json:"identityName,omitempty"`
UserAssignedIdentityProperties *UserAssignedIdentity `json:"userAssignedIdentityProperties,omitempty"`
IdentityArmId *string `json:"identityArmId,omitempty"`
IdentityName *string `json:"identityName,omitempty"`
UserAssignedIdentityProperties *UserAssignedIdentityProperties `json:"userAssignedIdentityProperties,omitempty"`
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package protectionpolicies
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See NOTICE.txt in the project root for license information.

type UserAssignedIdentity struct {
type UserAssignedIdentityProperties struct {
ClientId *string `json:"clientId,omitempty"`
PrincipalId *string `json:"principalId,omitempty"`
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package protectionpolicies
// Licensed under the MIT License. See NOTICE.txt in the project root for license information.

type UserAssignedManagedIdentityDetails struct {
IdentityArmId *string `json:"identityArmId,omitempty"`
IdentityName *string `json:"identityName,omitempty"`
UserAssignedIdentityProperties *UserAssignedIdentity `json:"userAssignedIdentityProperties,omitempty"`
IdentityArmId *string `json:"identityArmId,omitempty"`
IdentityName *string `json:"identityName,omitempty"`
UserAssignedIdentityProperties *UserAssignedIdentityProperties `json:"userAssignedIdentityProperties,omitempty"`
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package restores
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See NOTICE.txt in the project root for license information.

type UserAssignedIdentity struct {
type UserAssignedIdentityProperties struct {
ClientId *string `json:"clientId,omitempty"`
PrincipalId *string `json:"principalId,omitempty"`
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package restores
// Licensed under the MIT License. See NOTICE.txt in the project root for license information.

type UserAssignedManagedIdentityDetails struct {
IdentityArmId *string `json:"identityArmId,omitempty"`
IdentityName *string `json:"identityName,omitempty"`
UserAssignedIdentityProperties *UserAssignedIdentity `json:"userAssignedIdentityProperties,omitempty"`
IdentityArmId *string `json:"identityArmId,omitempty"`
IdentityName *string `json:"identityName,omitempty"`
UserAssignedIdentityProperties *UserAssignedIdentityProperties `json:"userAssignedIdentityProperties,omitempty"`
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package validateoperation
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See NOTICE.txt in the project root for license information.

type UserAssignedIdentity struct {
type UserAssignedIdentityProperties struct {
ClientId *string `json:"clientId,omitempty"`
PrincipalId *string `json:"principalId,omitempty"`
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package validateoperation
// Licensed under the MIT License. See NOTICE.txt in the project root for license information.

type UserAssignedManagedIdentityDetails struct {
IdentityArmId *string `json:"identityArmId,omitempty"`
IdentityName *string `json:"identityName,omitempty"`
UserAssignedIdentityProperties *UserAssignedIdentity `json:"userAssignedIdentityProperties,omitempty"`
IdentityArmId *string `json:"identityArmId,omitempty"`
IdentityName *string `json:"identityName,omitempty"`
UserAssignedIdentityProperties *UserAssignedIdentityProperties `json:"userAssignedIdentityProperties,omitempty"`
}

0 comments on commit e56e6d1

Please sign in to comment.