You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/trustedsigning/Azure.ResourceManager.TrustedSigning/api/Azure.ResourceManager.TrustedSigning.net8.0.cs
+3-11Lines changed: 3 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -79,24 +79,15 @@ public partial class TrustedSigningCertificateProfileData : Azure.ResourceManage
79
79
{
80
80
public TrustedSigningCertificateProfileData() { }
81
81
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.TrustedSigning.Models.TrustedSigningCertificate> Certificates { get { throw null; } }
82
-
public string City { get { throw null; } }
83
-
public string CommonName { get { throw null; } }
84
-
public string Country { get { throw null; } }
85
-
public string EnhancedKeyUsage { get { throw null; } }
86
82
public string IdentityValidationId { get { throw null; } set { } }
87
83
public bool? IncludeCity { get { throw null; } set { } }
88
84
public bool? IncludeCountry { get { throw null; } set { } }
89
85
public bool? IncludePostalCode { get { throw null; } set { } }
90
86
public bool? IncludeState { get { throw null; } set { } }
91
87
public bool? IncludeStreetAddress { get { throw null; } set { } }
92
-
public string Organization { get { throw null; } }
93
-
public string OrganizationUnit { get { throw null; } }
94
-
public string PostalCode { get { throw null; } }
95
88
public Azure.ResourceManager.TrustedSigning.Models.CertificateProfileType? ProfileType { get { throw null; } set { } }
96
89
public Azure.ResourceManager.TrustedSigning.Models.TrustedSigningProvisioningState? ProvisioningState { get { throw null; } }
97
-
public string State { get { throw null; } }
98
90
public Azure.ResourceManager.TrustedSigning.Models.CertificateProfileStatus? Status { get { throw null; } }
99
-
public string StreetAddress { get { throw null; } }
Copy file name to clipboardExpand all lines: sdk/trustedsigning/Azure.ResourceManager.TrustedSigning/api/Azure.ResourceManager.TrustedSigning.netstandard2.0.cs
+3-11Lines changed: 3 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -79,24 +79,15 @@ public partial class TrustedSigningCertificateProfileData : Azure.ResourceManage
79
79
{
80
80
public TrustedSigningCertificateProfileData() { }
81
81
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.TrustedSigning.Models.TrustedSigningCertificate> Certificates { get { throw null; } }
82
-
public string City { get { throw null; } }
83
-
public string CommonName { get { throw null; } }
84
-
public string Country { get { throw null; } }
85
-
public string EnhancedKeyUsage { get { throw null; } }
86
82
public string IdentityValidationId { get { throw null; } set { } }
87
83
public bool? IncludeCity { get { throw null; } set { } }
88
84
public bool? IncludeCountry { get { throw null; } set { } }
89
85
public bool? IncludePostalCode { get { throw null; } set { } }
90
86
public bool? IncludeState { get { throw null; } set { } }
91
87
public bool? IncludeStreetAddress { get { throw null; } set { } }
92
-
public string Organization { get { throw null; } }
93
-
public string OrganizationUnit { get { throw null; } }
94
-
public string PostalCode { get { throw null; } }
95
88
public Azure.ResourceManager.TrustedSigning.Models.CertificateProfileType? ProfileType { get { throw null; } set { } }
96
89
public Azure.ResourceManager.TrustedSigning.Models.TrustedSigningProvisioningState? ProvisioningState { get { throw null; } }
97
-
public string State { get { throw null; } }
98
90
public Azure.ResourceManager.TrustedSigning.Models.CertificateProfileStatus? Status { get { throw null; } }
99
-
public string StreetAddress { get { throw null; } }
0 commit comments