File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/ResourceManager/KeyVault/Commands.KeyVault/Models Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ public class KeyVaultCertificateOperation
21
21
{
22
22
public string Id { get ; private set ; }
23
23
public string Status { get ; private set ; }
24
- public string StatusDetais { get ; private set ; }
24
+ public string StatusDetails { get ; private set ; }
25
25
public string RequestId { get ; private set ; }
26
26
public string Target { get ; private set ; }
27
27
public string Issuer { get ; private set ; }
@@ -41,7 +41,7 @@ internal static KeyVaultCertificateOperation FromCertificateOperation(Certificat
41
41
{
42
42
Id = certificateOperation . Id ,
43
43
Status = certificateOperation . Status ,
44
- StatusDetais = certificateOperation . StatusDetails ,
44
+ StatusDetails = certificateOperation . StatusDetails ,
45
45
RequestId = certificateOperation . RequestId ,
46
46
Target = certificateOperation . Target ,
47
47
Issuer = certificateOperation . IssuerReference . Name ,
You can’t perform that action at this time.
0 commit comments