Skip to content

Commit

Permalink
Codesigning: removed the authority property (#4471)
Browse files Browse the repository at this point in the history
* Added the Azure Code Sign swagger document

* Added readme file

* Updated readme.md

* Updated the 'openapi-subtype: rpaas' in readme file

* Updated the right path to swagger file in readme file

* Moved the readme under the right folder path.

* Updated the swagger document.

* Updated as per the review comments

* Updated the enum type

* Modified the path resource type name to camel case

* Made Certprofile a proxy resource so added properties under properties tag

* Updated the curly braces correctly

* Used the default subscriptionId,resourceGroupName and apiVersion parameters

* Fixed reference errors in swagger document

* Changed the RP Namespace

* Updated the readme for SDK generation

* Codesigning swagger

* Fixed the spelling errors and model validation errors

* Fixed spell error

* Hid operations command group

* Updated the py readme

* Updated py readme

* Updated the py readme

* Updated Py readme file

* Made changes as suggested by review board

* Updated Codesigning swagger

* Updated the readme az

* Fixed issues

* Fixed issues

* Updated example

* Fixed issues

* Fixed issues

* fixed issues

* updated the examples

* Modified the example

* Updated the examples

* Updated the types of objects

* removed the wrong patch object

* Removed example reference

* updated as per errors.

* added update cert profile example

* updated example

* updated example

* Fixed errors

* Prettier check fixed.

* Added tags

* Updated as per review comments

* Updated examples as new status code added in delete

* Updated the CodeSignAcocunt to CodeSigningAccount

* Deleted the old swagger

* Removed unused files

* Updated the readme

* Updated the readme

* added checkAccountNameAvailability

* fixed lint errors

* fixed lint error

* Removed the authority

* Updated patch properties
  • Loading branch information
amritas authored Aug 6, 2021
1 parent d647cb3 commit 3e8b33a
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"properties": {
"profileType": "PublicTrust",
"rotationPolicy": "30 Days",
"authority": "Microsoft Enterprise",
"commonName": "Contoso Inc",
"organization": "Contoso Inc",
"streetAddress": "123 Bluebonnet",
Expand All @@ -43,7 +42,6 @@
"properties": {
"profileType": "PublicTrust",
"rotationPolicy": "30 Days",
"authority": "Microsoft Enterprise",
"commonName": "Contoso Inc",
"organization": "Contoso Inc",
"streetAddress": "123 Bluebonnet",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"properties": {
"profileType": "PublicTrust",
"rotationPolicy": "30 Days",
"authority": "Microsoft Enterprise",
"commonName": "Microsoft Corporation",
"organization": "Microsoft Corporation",
"streetAddress": "123 Bluebonnet",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"properties": {
"profileType": "PublicTrust",
"rotationPolicy": "30 Days",
"authority": "Microsoft Enterprise",
"commonName": "Microsoft Corporation",
"organization": "Microsoft Corporation",
"streetAddress": "123 Bluebonnet",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"properties": {
"profileType": "Test",
"rotationPolicy": "30 Days",
"authority": "Microsoft Enterprise",
"commonName": "Microsoft Corporation",
"organization": "Microsoft Corporation",
"streetAddress": "123 Bluebonnet",
Expand Down

0 comments on commit 3e8b33a

Please sign in to comment.