diff --git a/specification/codesigning/resource-manager/Microsoft.CodeSigning/preview/2020-12-14-preview/codeSigningAccount.json b/specification/codesigning/resource-manager/Microsoft.CodeSigning/preview/2020-12-14-preview/codeSigningAccount.json index 6bb55d94e494..403c71140b0b 100644 --- a/specification/codesigning/resource-manager/Microsoft.CodeSigning/preview/2020-12-14-preview/codeSigningAccount.json +++ b/specification/codesigning/resource-manager/Microsoft.CodeSigning/preview/2020-12-14-preview/codeSigningAccount.json @@ -781,11 +781,6 @@ "type": "string", "description": "Used as CN in the subject name of the certificate" }, - "authority": { - "type": "string", - "readOnly": true, - "description": "Certificate authority of the certificate" - }, "organization": { "type": "string", "description": "Used as O in the subject name of the certificate" @@ -862,6 +857,22 @@ "description": "Properties of the certificate profile", "type": "object", "properties": { + "streetAddress": { + "type": "string", + "readOnly": true + }, + "country": { + "type": "string", + "readOnly": true + }, + "state": { + "type": "string", + "readOnly": true + }, + "city": { + "type": "string", + "readOnly": true + }, "certificates": { "readOnly": true, "type": "array", diff --git a/specification/codesigning/resource-manager/Microsoft.CodeSigning/preview/2020-12-14-preview/examples/createCertificateProfile.json b/specification/codesigning/resource-manager/Microsoft.CodeSigning/preview/2020-12-14-preview/examples/createCertificateProfile.json index 63bf7f4b661a..080a2d10fd92 100644 --- a/specification/codesigning/resource-manager/Microsoft.CodeSigning/preview/2020-12-14-preview/examples/createCertificateProfile.json +++ b/specification/codesigning/resource-manager/Microsoft.CodeSigning/preview/2020-12-14-preview/examples/createCertificateProfile.json @@ -23,7 +23,6 @@ "properties": { "profileType": "PublicTrust", "rotationPolicy": "30 Days", - "authority": "Microsoft Enterprise", "commonName": "Contoso Inc", "organization": "Contoso Inc", "streetAddress": "123 Bluebonnet", @@ -43,7 +42,6 @@ "properties": { "profileType": "PublicTrust", "rotationPolicy": "30 Days", - "authority": "Microsoft Enterprise", "commonName": "Contoso Inc", "organization": "Contoso Inc", "streetAddress": "123 Bluebonnet", diff --git a/specification/codesigning/resource-manager/Microsoft.CodeSigning/preview/2020-12-14-preview/examples/getCertificateProfile.json b/specification/codesigning/resource-manager/Microsoft.CodeSigning/preview/2020-12-14-preview/examples/getCertificateProfile.json index c1dba00ca8e4..195eaf0b8ba8 100644 --- a/specification/codesigning/resource-manager/Microsoft.CodeSigning/preview/2020-12-14-preview/examples/getCertificateProfile.json +++ b/specification/codesigning/resource-manager/Microsoft.CodeSigning/preview/2020-12-14-preview/examples/getCertificateProfile.json @@ -15,7 +15,6 @@ "properties": { "profileType": "PublicTrust", "rotationPolicy": "30 Days", - "authority": "Microsoft Enterprise", "commonName": "Microsoft Corporation", "organization": "Microsoft Corporation", "streetAddress": "123 Bluebonnet", diff --git a/specification/codesigning/resource-manager/Microsoft.CodeSigning/preview/2020-12-14-preview/examples/listCertificateProfiles.json b/specification/codesigning/resource-manager/Microsoft.CodeSigning/preview/2020-12-14-preview/examples/listCertificateProfiles.json index e7fe8a7e6802..7e301d265556 100644 --- a/specification/codesigning/resource-manager/Microsoft.CodeSigning/preview/2020-12-14-preview/examples/listCertificateProfiles.json +++ b/specification/codesigning/resource-manager/Microsoft.CodeSigning/preview/2020-12-14-preview/examples/listCertificateProfiles.json @@ -16,7 +16,6 @@ "properties": { "profileType": "PublicTrust", "rotationPolicy": "30 Days", - "authority": "Microsoft Enterprise", "commonName": "Microsoft Corporation", "organization": "Microsoft Corporation", "streetAddress": "123 Bluebonnet", diff --git a/specification/codesigning/resource-manager/Microsoft.CodeSigning/preview/2020-12-14-preview/examples/updateCertificateProfile.json b/specification/codesigning/resource-manager/Microsoft.CodeSigning/preview/2020-12-14-preview/examples/updateCertificateProfile.json index e20d3914f6cf..8484144a928b 100644 --- a/specification/codesigning/resource-manager/Microsoft.CodeSigning/preview/2020-12-14-preview/examples/updateCertificateProfile.json +++ b/specification/codesigning/resource-manager/Microsoft.CodeSigning/preview/2020-12-14-preview/examples/updateCertificateProfile.json @@ -18,7 +18,6 @@ "properties": { "profileType": "Test", "rotationPolicy": "30 Days", - "authority": "Microsoft Enterprise", "commonName": "Microsoft Corporation", "organization": "Microsoft Corporation", "streetAddress": "123 Bluebonnet",