Skip to content

Commit 3241420

Browse files
authored
[PolicyInsights][BULK] DocuTune - Updates to Azure AD rebranding guidance and DocuTune configuration (#23041)
1 parent 7ac1548 commit 3241420

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

src/PolicyInsights/PolicyInsights/Cmdlets/Attestations/NewAzureRmPolicyAttestation.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,17 @@
1414

1515
using Microsoft.Azure.Commands.Common.Exceptions;
1616
using Microsoft.Azure.Commands.PolicyInsights.Common;
17-
using Microsoft.Azure.Commands.PolicyInsights.Models;
1817
using Microsoft.Azure.Commands.PolicyInsights.Models.Attestations;
1918
using Microsoft.Azure.Commands.PolicyInsights.Properties;
2019
using Microsoft.Azure.Commands.ResourceManager.Common;
2120
using Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters;
2221
using Microsoft.Azure.Management.PolicyInsights;
2322
using Microsoft.Azure.Management.PolicyInsights.Models;
24-
using Newtonsoft.Json.Linq;
23+
2524
using System;
26-
using System.Collections.Generic;
2725
using System.Globalization;
2826
using System.Linq;
2927
using System.Management.Automation;
30-
using System.Text;
3128

3229
namespace Microsoft.Azure.Commands.PolicyInsights.Cmdlets.Attestations
3330
{

src/PolicyInsights/PolicyInsights/Common/ParameterHelpMessages.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public static class ParameterHelpMessages
5353
public const string TopPolicyMetadata = "Maximum number of policy metadata resources to return.";
5454
public const string ComplianceState = "The Compliance State of the resource. E.g. 'Compliant', 'NonCompliant', 'Unknown'";
5555
public const string ExpiresOn = "The time the compliance state set in the attestation should expire.";
56-
public const string Owner = "The person responsible for setting the state of the resource. This value is typically an Azure Active Directory object ID.";
56+
public const string Owner = "The person responsible for setting the state of the resource. This value is typically a Microsoft Entra object ID.";
5757
public const string Comment = "Comments describing why this attestation was created.";
5858
public const string Evidence = "The evidence supporting the compliance state set in this attestation.";
5959
public const string AssessmentDate = "The time the evidence of an attestation was assessed.";

0 commit comments

Comments
 (0)