-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Hub Generated] Review request for PaloAltoNetworks.Cloudngfw to add …
…version preview/2023-09-01-preview (#26241) * Base commit * Creating a stable from preview * Stable version in swagger
- Loading branch information
1 parent
5d68afc
commit 014334e
Showing
178 changed files
with
14,409 additions
and
3 deletions.
There are no files selected for viewing
7,252 changes: 7,252 additions & 0 deletions
7,252
...urce-manager/PaloAltoNetworks.Cloudngfw/stable/2023-09-01/PaloAltoNetworks.Cloudngfw.json
Large diffs are not rendered by default.
Oops, something went wrong.
68 changes: 68 additions & 0 deletions
68
...e/2023-09-01/examples/CertificateObjectGlobalRulestack_CreateOrUpdate_MaximumSet_Gen.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2023-09-01", | ||
"globalRulestackName": "praval", | ||
"name": "armid1", | ||
"resource": { | ||
"properties": { | ||
"auditComment": "comment", | ||
"certificateSelfSigned": "TRUE", | ||
"certificateSignerResourceId": "", | ||
"description": "description", | ||
"etag": "2bf4a339-294d-4c25-b0b2-ef649e9f5c27", | ||
"provisioningState": "Accepted" | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/providers/PaloAltoNetworks.Cloudngfw/globalrulestacks/armid1/certificates/armid1", | ||
"name": "armid1", | ||
"properties": { | ||
"auditComment": "comment", | ||
"certificateSelfSigned": "TRUE", | ||
"certificateSignerResourceId": "", | ||
"description": "description", | ||
"etag": "2bf4a339-294d-4c25-b0b2-ef649e9f5c27", | ||
"provisioningState": "Accepted" | ||
}, | ||
"systemData": { | ||
"createdAt": "2022-09-09T05:08:24.229Z", | ||
"createdBy": "praval", | ||
"createdByType": "User", | ||
"lastModifiedAt": "2022-09-09T05:08:24.229Z", | ||
"lastModifiedBy": "praval", | ||
"lastModifiedByType": "User" | ||
}, | ||
"type": "certificates" | ||
} | ||
}, | ||
"201": { | ||
"body": { | ||
"id": "/providers/PaloAltoNetworks.Cloudngfw/globalrulestacks/armid1/certificates/armid1", | ||
"name": "armid1", | ||
"properties": { | ||
"auditComment": "comment", | ||
"certificateSelfSigned": "TRUE", | ||
"certificateSignerResourceId": "", | ||
"description": "description", | ||
"etag": "2bf4a339-294d-4c25-b0b2-ef649e9f5c27", | ||
"provisioningState": "Accepted" | ||
}, | ||
"systemData": { | ||
"createdAt": "2022-09-09T05:08:24.229Z", | ||
"createdBy": "praval", | ||
"createdByType": "User", | ||
"lastModifiedAt": "2022-09-09T05:08:24.229Z", | ||
"lastModifiedBy": "praval", | ||
"lastModifiedByType": "User" | ||
}, | ||
"type": "certificates" | ||
}, | ||
"headers": { | ||
"Azure-AsyncOperation": "https://foo.com/operationstatus" | ||
} | ||
} | ||
} | ||
} |
33 changes: 33 additions & 0 deletions
33
...e/2023-09-01/examples/CertificateObjectGlobalRulestack_CreateOrUpdate_MinimumSet_Gen.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2023-09-01", | ||
"globalRulestackName": "praval", | ||
"name": "armid1", | ||
"resource": { | ||
"properties": { | ||
"certificateSelfSigned": "TRUE" | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/praval/certificates/armid1", | ||
"properties": { | ||
"certificateSelfSigned": "TRUE" | ||
} | ||
} | ||
}, | ||
"201": { | ||
"body": { | ||
"id": "/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/praval/certificates/armid1", | ||
"properties": { | ||
"certificateSelfSigned": "TRUE" | ||
} | ||
}, | ||
"headers": { | ||
"Azure-AsyncOperation": "https://foo.com/operationstatus" | ||
} | ||
} | ||
} | ||
} |
16 changes: 16 additions & 0 deletions
16
...fw/stable/2023-09-01/examples/CertificateObjectGlobalRulestack_Delete_MaximumSet_Gen.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2023-09-01", | ||
"globalRulestackName": "praval", | ||
"name": "armid1" | ||
}, | ||
"responses": { | ||
"200": {}, | ||
"202": { | ||
"headers": { | ||
"Azure-AsyncOperation": "https://foo.com/operationstatus" | ||
} | ||
}, | ||
"204": {} | ||
} | ||
} |
16 changes: 16 additions & 0 deletions
16
...fw/stable/2023-09-01/examples/CertificateObjectGlobalRulestack_Delete_MinimumSet_Gen.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2023-09-01", | ||
"globalRulestackName": "praval", | ||
"name": "armid1" | ||
}, | ||
"responses": { | ||
"200": {}, | ||
"202": { | ||
"headers": { | ||
"Azure-AsyncOperation": "https://foo.com/operationstatus" | ||
} | ||
}, | ||
"204": {} | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
...dngfw/stable/2023-09-01/examples/CertificateObjectGlobalRulestack_Get_MaximumSet_Gen.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2023-09-01", | ||
"globalRulestackName": "praval", | ||
"name": "armid1" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/providers/PaloAltoNetworks.Cloudngfw/globalrulestacks/armid1/certificates/armid1", | ||
"name": "armid1", | ||
"properties": { | ||
"auditComment": "comment", | ||
"certificateSelfSigned": "TRUE", | ||
"certificateSignerResourceId": "", | ||
"description": "description", | ||
"etag": "2bf4a339-294d-4c25-b0b2-ef649e9f5c27", | ||
"provisioningState": "Accepted" | ||
}, | ||
"systemData": { | ||
"createdAt": "2022-09-09T05:08:24.229Z", | ||
"createdBy": "praval", | ||
"createdByType": "User", | ||
"lastModifiedAt": "2022-09-09T05:08:24.229Z", | ||
"lastModifiedBy": "praval", | ||
"lastModifiedByType": "User" | ||
}, | ||
"type": "certificates" | ||
} | ||
} | ||
} | ||
} |
17 changes: 17 additions & 0 deletions
17
...dngfw/stable/2023-09-01/examples/CertificateObjectGlobalRulestack_Get_MinimumSet_Gen.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2023-09-01", | ||
"globalRulestackName": "praval", | ||
"name": "armid1" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/praval/certificates/armid1", | ||
"properties": { | ||
"certificateSelfSigned": "TRUE" | ||
} | ||
} | ||
} | ||
} | ||
} |
36 changes: 36 additions & 0 deletions
36
...ngfw/stable/2023-09-01/examples/CertificateObjectGlobalRulestack_List_MaximumSet_Gen.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2023-09-01", | ||
"globalRulestackName": "praval" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"nextLink": "a5324fa34", | ||
"value": [ | ||
{ | ||
"id": "/providers/PaloAltoNetworks.Cloudngfw/globalrulestacks/armid1/certificates/armid1", | ||
"name": "armid1", | ||
"properties": { | ||
"auditComment": "comment", | ||
"certificateSelfSigned": "TRUE", | ||
"certificateSignerResourceId": "", | ||
"description": "desc", | ||
"etag": "2bf4a339-294d-4c25-b0b2-ef649e9f5c27", | ||
"provisioningState": "Accepted" | ||
}, | ||
"systemData": { | ||
"createdAt": "2022-09-09T05:08:24.229Z", | ||
"createdBy": "praval", | ||
"createdByType": "User", | ||
"lastModifiedAt": "2022-09-09T05:08:24.229Z", | ||
"lastModifiedBy": "praval", | ||
"lastModifiedByType": "User" | ||
}, | ||
"type": "certificates" | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
20 changes: 20 additions & 0 deletions
20
...ngfw/stable/2023-09-01/examples/CertificateObjectGlobalRulestack_List_MinimumSet_Gen.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2023-09-01", | ||
"globalRulestackName": "praval" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"id": "/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/praval/certificates/certificates1", | ||
"properties": { | ||
"certificateSelfSigned": "TRUE" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
70 changes: 70 additions & 0 deletions
70
...le/2023-09-01/examples/CertificateObjectLocalRulestack_CreateOrUpdate_MaximumSet_Gen.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2023-09-01", | ||
"localRulestackName": "lrs1", | ||
"name": "armid1", | ||
"resource": { | ||
"properties": { | ||
"auditComment": "comment", | ||
"certificateSelfSigned": "TRUE", | ||
"certificateSignerResourceId": "", | ||
"description": "description", | ||
"etag": "2bf4a339-294d-4c25-b0b2-ef649e9f5c27", | ||
"provisioningState": "Accepted" | ||
} | ||
}, | ||
"resourceGroupName": "rgopenapi", | ||
"subscriptionId": "2bf4a339-294d-4c25-b0b2-ef649e9f5c27" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/providers/PaloAltoNetworks.Cloudngfw/globalrulestacks/armid1/certificates/armid1", | ||
"name": "armid1", | ||
"properties": { | ||
"auditComment": "comment", | ||
"certificateSelfSigned": "TRUE", | ||
"certificateSignerResourceId": "", | ||
"description": "description", | ||
"etag": "2bf4a339-294d-4c25-b0b2-ef649e9f5c27", | ||
"provisioningState": "Accepted" | ||
}, | ||
"systemData": { | ||
"createdAt": "2022-09-09T05:08:24.229Z", | ||
"createdBy": "praval", | ||
"createdByType": "User", | ||
"lastModifiedAt": "2022-09-09T05:08:24.229Z", | ||
"lastModifiedBy": "praval", | ||
"lastModifiedByType": "User" | ||
}, | ||
"type": "certificates" | ||
} | ||
}, | ||
"201": { | ||
"body": { | ||
"id": "/providers/PaloAltoNetworks.Cloudngfw/globalrulestacks/armid1/certificates/armid1", | ||
"name": "armid1", | ||
"properties": { | ||
"auditComment": "comment", | ||
"certificateSelfSigned": "TRUE", | ||
"certificateSignerResourceId": "", | ||
"description": "description", | ||
"etag": "2bf4a339-294d-4c25-b0b2-ef649e9f5c27", | ||
"provisioningState": "Accepted" | ||
}, | ||
"systemData": { | ||
"createdAt": "2022-09-09T05:08:24.229Z", | ||
"createdBy": "praval", | ||
"createdByType": "User", | ||
"lastModifiedAt": "2022-09-09T05:08:24.229Z", | ||
"lastModifiedBy": "praval", | ||
"lastModifiedByType": "User" | ||
}, | ||
"type": "certificates" | ||
}, | ||
"headers": { | ||
"Azure-AsyncOperation": "https://foo.com/operationstatus" | ||
} | ||
} | ||
} | ||
} |
35 changes: 35 additions & 0 deletions
35
...le/2023-09-01/examples/CertificateObjectLocalRulestack_CreateOrUpdate_MinimumSet_Gen.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2023-09-01", | ||
"localRulestackName": "lrs1", | ||
"name": "armid1", | ||
"resource": { | ||
"properties": { | ||
"certificateSelfSigned": "TRUE" | ||
} | ||
}, | ||
"resourceGroupName": "rgopenapi", | ||
"subscriptionId": "2bf4a339-294d-4c25-b0b2-ef649e9f5c27" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/2bf4a339-294d-4c25-b0b2-ef649e9f5c27/resourcegroups/rgopenapi/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/praval/certificates/armid1", | ||
"properties": { | ||
"certificateSelfSigned": "TRUE" | ||
} | ||
} | ||
}, | ||
"201": { | ||
"body": { | ||
"id": "/subscriptions/2bf4a339-294d-4c25-b0b2-ef649e9f5c27/resourcegroups/rgopenapi/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/praval/certificates/armid1", | ||
"properties": { | ||
"certificateSelfSigned": "TRUE" | ||
} | ||
}, | ||
"headers": { | ||
"Azure-AsyncOperation": "https://foo.com/operationstatus" | ||
} | ||
} | ||
} | ||
} |
18 changes: 18 additions & 0 deletions
18
...gfw/stable/2023-09-01/examples/CertificateObjectLocalRulestack_Delete_MaximumSet_Gen.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2023-09-01", | ||
"localRulestackName": "lrs1", | ||
"name": "armid1", | ||
"resourceGroupName": "rgopenapi", | ||
"subscriptionId": "2bf4a339-294d-4c25-b0b2-ef649e9f5c27" | ||
}, | ||
"responses": { | ||
"200": {}, | ||
"202": { | ||
"headers": { | ||
"Azure-AsyncOperation": "https://foo.com/operationstatus" | ||
} | ||
}, | ||
"204": {} | ||
} | ||
} |
18 changes: 18 additions & 0 deletions
18
...gfw/stable/2023-09-01/examples/CertificateObjectLocalRulestack_Delete_MinimumSet_Gen.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2023-09-01", | ||
"localRulestackName": "lrs1", | ||
"name": "armid1", | ||
"resourceGroupName": "rgopenapi", | ||
"subscriptionId": "2bf4a339-294d-4c25-b0b2-ef649e9f5c27" | ||
}, | ||
"responses": { | ||
"200": {}, | ||
"202": { | ||
"headers": { | ||
"Azure-AsyncOperation": "https://foo.com/operationstatus" | ||
} | ||
}, | ||
"204": {} | ||
} | ||
} |
Oops, something went wrong.