Skip to content

Commit 78e1566

Browse files
Add 2 new fields in getSupportInfo and listSupportInfo response body (#32300)
* Add base for updating PaloAltoNetworks.Cloudngfw from version 2024-02-07-preview to 2025-02-06-preview * Update API version in new spec and examples * Update readme with new version tag * Add accountIdForBilling and associationType fields in supportInfo APIs response body * Update response field description --------- Co-authored-by: Prakriti Gupta <[email protected]>
1 parent 26c5401 commit 78e1566

File tree

186 files changed

+14931
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

186 files changed

+14931
-1
lines changed

specification/paloaltonetworks/resource-manager/PaloAltoNetworks.Cloudngfw/preview/2025-02-06-preview/PaloAltoNetworks.Cloudngfw.json

Lines changed: 7624 additions & 0 deletions
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
{
2+
"parameters": {
3+
"api-version": "2025-02-06-preview",
4+
"globalRulestackName": "praval",
5+
"name": "armid1",
6+
"resource": {
7+
"properties": {
8+
"auditComment": "comment",
9+
"certificateSelfSigned": "TRUE",
10+
"certificateSignerResourceId": "",
11+
"description": "description",
12+
"etag": "2bf4a339-294d-4c25-b0b2-ef649e9f5c27",
13+
"provisioningState": "Accepted"
14+
}
15+
}
16+
},
17+
"responses": {
18+
"200": {
19+
"body": {
20+
"id": "/providers/PaloAltoNetworks.Cloudngfw/globalrulestacks/armid1/certificates/armid1",
21+
"name": "armid1",
22+
"properties": {
23+
"auditComment": "comment",
24+
"certificateSelfSigned": "TRUE",
25+
"certificateSignerResourceId": "",
26+
"description": "description",
27+
"etag": "2bf4a339-294d-4c25-b0b2-ef649e9f5c27",
28+
"provisioningState": "Accepted"
29+
},
30+
"systemData": {
31+
"createdAt": "2022-09-09T05:08:24.229Z",
32+
"createdBy": "praval",
33+
"createdByType": "User",
34+
"lastModifiedAt": "2022-09-09T05:08:24.229Z",
35+
"lastModifiedBy": "praval",
36+
"lastModifiedByType": "User"
37+
},
38+
"type": "certificates"
39+
}
40+
},
41+
"201": {
42+
"body": {
43+
"id": "/providers/PaloAltoNetworks.Cloudngfw/globalrulestacks/armid1/certificates/armid1",
44+
"name": "armid1",
45+
"properties": {
46+
"auditComment": "comment",
47+
"certificateSelfSigned": "TRUE",
48+
"certificateSignerResourceId": "",
49+
"description": "description",
50+
"etag": "2bf4a339-294d-4c25-b0b2-ef649e9f5c27",
51+
"provisioningState": "Accepted"
52+
},
53+
"systemData": {
54+
"createdAt": "2022-09-09T05:08:24.229Z",
55+
"createdBy": "praval",
56+
"createdByType": "User",
57+
"lastModifiedAt": "2022-09-09T05:08:24.229Z",
58+
"lastModifiedBy": "praval",
59+
"lastModifiedByType": "User"
60+
},
61+
"type": "certificates"
62+
},
63+
"headers": {
64+
"Azure-AsyncOperation": "https://foo.com/operationstatus"
65+
}
66+
}
67+
}
68+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"parameters": {
3+
"api-version": "2025-02-06-preview",
4+
"globalRulestackName": "praval",
5+
"name": "armid1",
6+
"resource": {
7+
"properties": {
8+
"certificateSelfSigned": "TRUE"
9+
}
10+
}
11+
},
12+
"responses": {
13+
"200": {
14+
"body": {
15+
"id": "/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/praval/certificates/armid1",
16+
"properties": {
17+
"certificateSelfSigned": "TRUE"
18+
}
19+
}
20+
},
21+
"201": {
22+
"body": {
23+
"id": "/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/praval/certificates/armid1",
24+
"properties": {
25+
"certificateSelfSigned": "TRUE"
26+
}
27+
},
28+
"headers": {
29+
"Azure-AsyncOperation": "https://foo.com/operationstatus"
30+
}
31+
}
32+
}
33+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"parameters": {
3+
"api-version": "2025-02-06-preview",
4+
"globalRulestackName": "praval",
5+
"name": "armid1"
6+
},
7+
"responses": {
8+
"200": {},
9+
"202": {
10+
"headers": {
11+
"Azure-AsyncOperation": "https://foo.com/operationstatus"
12+
}
13+
},
14+
"204": {}
15+
}
16+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"parameters": {
3+
"api-version": "2025-02-06-preview",
4+
"globalRulestackName": "praval",
5+
"name": "armid1"
6+
},
7+
"responses": {
8+
"200": {},
9+
"202": {
10+
"headers": {
11+
"Azure-AsyncOperation": "https://foo.com/operationstatus"
12+
}
13+
},
14+
"204": {}
15+
}
16+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"parameters": {
3+
"api-version": "2025-02-06-preview",
4+
"globalRulestackName": "praval",
5+
"name": "armid1"
6+
},
7+
"responses": {
8+
"200": {
9+
"body": {
10+
"id": "/providers/PaloAltoNetworks.Cloudngfw/globalrulestacks/armid1/certificates/armid1",
11+
"name": "armid1",
12+
"properties": {
13+
"auditComment": "comment",
14+
"certificateSelfSigned": "TRUE",
15+
"certificateSignerResourceId": "",
16+
"description": "description",
17+
"etag": "2bf4a339-294d-4c25-b0b2-ef649e9f5c27",
18+
"provisioningState": "Accepted"
19+
},
20+
"systemData": {
21+
"createdAt": "2022-09-09T05:08:24.229Z",
22+
"createdBy": "praval",
23+
"createdByType": "User",
24+
"lastModifiedAt": "2022-09-09T05:08:24.229Z",
25+
"lastModifiedBy": "praval",
26+
"lastModifiedByType": "User"
27+
},
28+
"type": "certificates"
29+
}
30+
}
31+
}
32+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"parameters": {
3+
"api-version": "2025-02-06-preview",
4+
"globalRulestackName": "praval",
5+
"name": "armid1"
6+
},
7+
"responses": {
8+
"200": {
9+
"body": {
10+
"id": "/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/praval/certificates/armid1",
11+
"properties": {
12+
"certificateSelfSigned": "TRUE"
13+
}
14+
}
15+
}
16+
}
17+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"parameters": {
3+
"api-version": "2025-02-06-preview",
4+
"globalRulestackName": "praval"
5+
},
6+
"responses": {
7+
"200": {
8+
"body": {
9+
"nextLink": "a5324fa34",
10+
"value": [
11+
{
12+
"id": "/providers/PaloAltoNetworks.Cloudngfw/globalrulestacks/armid1/certificates/armid1",
13+
"name": "armid1",
14+
"properties": {
15+
"auditComment": "comment",
16+
"certificateSelfSigned": "TRUE",
17+
"certificateSignerResourceId": "",
18+
"description": "desc",
19+
"etag": "2bf4a339-294d-4c25-b0b2-ef649e9f5c27",
20+
"provisioningState": "Accepted"
21+
},
22+
"systemData": {
23+
"createdAt": "2022-09-09T05:08:24.229Z",
24+
"createdBy": "praval",
25+
"createdByType": "User",
26+
"lastModifiedAt": "2022-09-09T05:08:24.229Z",
27+
"lastModifiedBy": "praval",
28+
"lastModifiedByType": "User"
29+
},
30+
"type": "certificates"
31+
}
32+
]
33+
}
34+
}
35+
}
36+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"parameters": {
3+
"api-version": "2025-02-06-preview",
4+
"globalRulestackName": "praval"
5+
},
6+
"responses": {
7+
"200": {
8+
"body": {
9+
"value": [
10+
{
11+
"id": "/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/praval/certificates/certificates1",
12+
"properties": {
13+
"certificateSelfSigned": "TRUE"
14+
}
15+
}
16+
]
17+
}
18+
}
19+
}
20+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
{
2+
"parameters": {
3+
"api-version": "2025-02-06-preview",
4+
"localRulestackName": "lrs1",
5+
"name": "armid1",
6+
"resource": {
7+
"properties": {
8+
"auditComment": "comment",
9+
"certificateSelfSigned": "TRUE",
10+
"certificateSignerResourceId": "",
11+
"description": "description",
12+
"etag": "2bf4a339-294d-4c25-b0b2-ef649e9f5c27",
13+
"provisioningState": "Accepted"
14+
}
15+
},
16+
"resourceGroupName": "rgopenapi",
17+
"subscriptionId": "2bf4a339-294d-4c25-b0b2-ef649e9f5c27"
18+
},
19+
"responses": {
20+
"200": {
21+
"body": {
22+
"id": "/providers/PaloAltoNetworks.Cloudngfw/globalrulestacks/armid1/certificates/armid1",
23+
"name": "armid1",
24+
"properties": {
25+
"auditComment": "comment",
26+
"certificateSelfSigned": "TRUE",
27+
"certificateSignerResourceId": "",
28+
"description": "description",
29+
"etag": "2bf4a339-294d-4c25-b0b2-ef649e9f5c27",
30+
"provisioningState": "Accepted"
31+
},
32+
"systemData": {
33+
"createdAt": "2022-09-09T05:08:24.229Z",
34+
"createdBy": "praval",
35+
"createdByType": "User",
36+
"lastModifiedAt": "2022-09-09T05:08:24.229Z",
37+
"lastModifiedBy": "praval",
38+
"lastModifiedByType": "User"
39+
},
40+
"type": "certificates"
41+
}
42+
},
43+
"201": {
44+
"body": {
45+
"id": "/providers/PaloAltoNetworks.Cloudngfw/globalrulestacks/armid1/certificates/armid1",
46+
"name": "armid1",
47+
"properties": {
48+
"auditComment": "comment",
49+
"certificateSelfSigned": "TRUE",
50+
"certificateSignerResourceId": "",
51+
"description": "description",
52+
"etag": "2bf4a339-294d-4c25-b0b2-ef649e9f5c27",
53+
"provisioningState": "Accepted"
54+
},
55+
"systemData": {
56+
"createdAt": "2022-09-09T05:08:24.229Z",
57+
"createdBy": "praval",
58+
"createdByType": "User",
59+
"lastModifiedAt": "2022-09-09T05:08:24.229Z",
60+
"lastModifiedBy": "praval",
61+
"lastModifiedByType": "User"
62+
},
63+
"type": "certificates"
64+
},
65+
"headers": {
66+
"Azure-AsyncOperation": "https://foo.com/operationstatus"
67+
}
68+
}
69+
}
70+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"parameters": {
3+
"api-version": "2025-02-06-preview",
4+
"localRulestackName": "lrs1",
5+
"name": "armid1",
6+
"resource": {
7+
"properties": {
8+
"certificateSelfSigned": "TRUE"
9+
}
10+
},
11+
"resourceGroupName": "rgopenapi",
12+
"subscriptionId": "2bf4a339-294d-4c25-b0b2-ef649e9f5c27"
13+
},
14+
"responses": {
15+
"200": {
16+
"body": {
17+
"id": "/subscriptions/2bf4a339-294d-4c25-b0b2-ef649e9f5c27/resourcegroups/rgopenapi/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/praval/certificates/armid1",
18+
"properties": {
19+
"certificateSelfSigned": "TRUE"
20+
}
21+
}
22+
},
23+
"201": {
24+
"body": {
25+
"id": "/subscriptions/2bf4a339-294d-4c25-b0b2-ef649e9f5c27/resourcegroups/rgopenapi/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/praval/certificates/armid1",
26+
"properties": {
27+
"certificateSelfSigned": "TRUE"
28+
}
29+
},
30+
"headers": {
31+
"Azure-AsyncOperation": "https://foo.com/operationstatus"
32+
}
33+
}
34+
}
35+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"parameters": {
3+
"api-version": "2025-02-06-preview",
4+
"localRulestackName": "lrs1",
5+
"name": "armid1",
6+
"resourceGroupName": "rgopenapi",
7+
"subscriptionId": "2bf4a339-294d-4c25-b0b2-ef649e9f5c27"
8+
},
9+
"responses": {
10+
"200": {},
11+
"202": {
12+
"headers": {
13+
"Azure-AsyncOperation": "https://foo.com/operationstatus"
14+
}
15+
},
16+
"204": {}
17+
}
18+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"parameters": {
3+
"api-version": "2025-02-06-preview",
4+
"localRulestackName": "lrs1",
5+
"name": "armid1",
6+
"resourceGroupName": "rgopenapi",
7+
"subscriptionId": "2bf4a339-294d-4c25-b0b2-ef649e9f5c27"
8+
},
9+
"responses": {
10+
"200": {},
11+
"202": {
12+
"headers": {
13+
"Azure-AsyncOperation": "https://foo.com/operationstatus"
14+
}
15+
},
16+
"204": {}
17+
}
18+
}

0 commit comments

Comments
 (0)