File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
specification/portalservices/resource-manager
Microsoft.PortalServices/extensions/preview/2023-01-01-preview Expand file tree Collapse file tree 4 files changed +6
-6
lines changed File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 48
48
},
49
49
"parameters" : [
50
50
{
51
- "$ref" : " ../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter"
51
+ "$ref" : " ../../../../../../ common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter"
52
52
}
53
53
],
54
54
"responses" : {
55
55
"200" : {
56
56
"description" : " OK - The request has succeeded." ,
57
57
"schema" : {
58
- "$ref" : " ../../../../../common-types/resource-management/v3/types.json#/definitions/OperationListResult"
58
+ "$ref" : " ../../../../../../ common-types/resource-management/v3/types.json#/definitions/OperationListResult"
59
59
}
60
60
},
61
61
"default" : {
62
62
"description" : " Error response describing why the operation failed." ,
63
63
"schema" : {
64
- "$ref" : " ../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse"
64
+ "$ref" : " ../../../../../../ common-types/resource-management/v3/types.json#/definitions/ErrorResponse"
65
65
}
66
66
}
67
67
},
84
84
"description" : " compiles a file using inline content." ,
85
85
"parameters" : [
86
86
{
87
- "$ref" : " ../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter"
87
+ "$ref" : " ../../../../../../ common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter"
88
88
},
89
89
{
90
90
"name" : " portalTenantCompileFile" ,
106
106
"default" : {
107
107
"description" : " Error response describing why the operation failed." ,
108
108
"schema" : {
109
- "$ref" : " ../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse"
109
+ "$ref" : " ../../../../../../ common-types/resource-management/v3/types.json#/definitions/ErrorResponse"
110
110
}
111
111
}
112
112
},
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ These settings apply only when `--tag=package-2023-01-01-preview` is specified o
36
36
37
37
` ` ` yaml $(tag) == 'package-2023-01-01-preview'
38
38
input-file:
39
- - Microsoft.PortalServices/preview/2023-01-01-preview/extensions.json
39
+ - Microsoft.PortalServices/extensions/ preview/2023-01-01-preview/extensions.json
40
40
` ` `
41
41
42
42
---
You can’t perform that action at this time.
0 commit comments