Skip to content

Commit 62ebad9

Browse files
Inheriting tracked resource type for Deployment resource
1 parent c43361b commit 62ebad9

File tree

1 file changed

+7
-46
lines changed
  • specification/nginx/resource-manager/NGINX.NGINXPLUS/preview/2025-03-01-preview

1 file changed

+7
-46
lines changed

specification/nginx/resource-manager/NGINX.NGINXPLUS/preview/2025-03-01-preview/swagger.json

Lines changed: 7 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@
380380
"type": "integer",
381381
"format": "int32"
382382
},
383-
"Operation-Location": {
383+
"Azure-AsyncOperation": {
384384
"description": "The URL to poll for the status of this asynchronous operation",
385385
"type": "string"
386386
},
@@ -653,7 +653,7 @@
653653
"type": "integer",
654654
"format": "int32"
655655
},
656-
"Operation-Location": {
656+
"Azure-AsyncOperation": {
657657
"description": "The URL to poll for the status of this asynchronous operation",
658658
"type": "string"
659659
},
@@ -900,7 +900,7 @@
900900
"type": "integer",
901901
"format": "int32"
902902
},
903-
"Operation-Location": {
903+
"Azure-AsyncOperation": {
904904
"description": "The URL to poll for the status of this asynchronous operation",
905905
"type": "string"
906906
},
@@ -962,7 +962,7 @@
962962
"type": "integer",
963963
"format": "int32"
964964
},
965-
"Operation-Location": {
965+
"Azure-AsyncOperation": {
966966
"description": "The URL to poll for the status of this asynchronous operation",
967967
"type": "string"
968968
},
@@ -1176,7 +1176,7 @@
11761176
"type": "integer",
11771177
"format": "int32"
11781178
},
1179-
"Operation-Location": {
1179+
"Azure-AsyncOperation": {
11801180
"description": "The URL to poll for the status of this asynchronous operation",
11811181
"type": "string"
11821182
}
@@ -1237,7 +1237,7 @@
12371237
"type": "integer",
12381238
"format": "int32"
12391239
},
1240-
"Operation-Location": {
1240+
"Azure-AsyncOperation": {
12411241
"description": "The URL to poll for the status of this asynchronous operation",
12421242
"type": "string"
12431243
},
@@ -1538,10 +1538,6 @@
15381538
},
15391539
"properties": {
15401540
"$ref": "#/definitions/NginxCertificateProperties"
1541-
},
1542-
"systemData": {
1543-
"$ref": "../../../../../common-types/resource-management/v6/types.json#/definitions/systemData",
1544-
"readOnly": true
15451541
}
15461542
}
15471543
},
@@ -2023,45 +2019,10 @@
20232019
"x-ms-azure-resource": true,
20242020
"title": "Nginx Deployment",
20252021
"properties": {
2026-
"id": {
2027-
"type": "string",
2028-
"readOnly": true
2029-
},
2030-
"name": {
2031-
"type": "string",
2032-
"readOnly": true
2033-
},
2034-
"type": {
2035-
"type": "string",
2036-
"readOnly": true
2037-
},
2038-
"identity": {
2039-
"$ref": "#/definitions/IdentityProperties"
2040-
},
20412022
"properties": {
20422023
"$ref": "#/definitions/NginxDeploymentProperties"
20432024
},
2044-
"tags": {
2045-
"type": "object",
2046-
"additionalProperties": {
2047-
"type": "string"
2048-
}
2049-
},
2050-
"sku": {
2051-
"$ref": "#/definitions/ResourceSku"
2052-
},
2053-
"location": {
2054-
"type": "string",
2055-
"x-ms-mutability": [
2056-
"read",
2057-
"create"
2058-
],
2059-
"description": "The geo-location where the resource lives"
2060-
},
2061-
"systemData": {
2062-
"$ref": "../../../../../common-types/resource-management/v6/types.json#/definitions/systemData",
2063-
"readOnly": true
2064-
}
2025+
"$allOf": "../../../../../common-types/resource-management/v6/types.json#/definitions/TrackedResource"
20652026
}
20662027
},
20672028
"NginxDeploymentUpdateProperties": {

0 commit comments

Comments
 (0)