Skip to content

Commit fe2711f

Browse files
Rename step to stage based on PM feedback
1 parent 5c737f7 commit fe2711f

13 files changed

+67
-67
lines changed

specification/authorization/resource-manager/Microsoft.Authorization/preview/2021-01-01-preview/authorization-RoleAssignmentApprovalCalls.json

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
}
143143
}
144144
},
145-
"/providers/Microsoft.Authorization/roleAssignmentApprovals/{approvalId}/steps": {
145+
"/providers/Microsoft.Authorization/roleAssignmentApprovals/{approvalId}/stages": {
146146
"get": {
147147
"tags": [
148148
"GetRoleAssignmentApprovalSteps"
@@ -182,7 +182,7 @@
182182
}
183183
}
184184
},
185-
"/providers/Microsoft.Authorization/roleAssignmentApprovals/{approvalId}/steps/{stepId}": {
185+
"/providers/Microsoft.Authorization/roleAssignmentApprovals/{approvalId}/stages/{stageId}": {
186186
"get": {
187187
"tags": [
188188
"GetRoleAssignmentApprovalStepById"
@@ -203,11 +203,11 @@
203203
"description": "The id of the role assignment approval."
204204
},
205205
{
206-
"name": "stepId",
206+
"name": "stageId",
207207
"in": "path",
208208
"required": true,
209209
"type": "string",
210-
"description": "The id of the role assignment approval step."
210+
"description": "The id of the role assignment approval stage."
211211
},
212212
{
213213
"$ref": "#/parameters/ApiVersionParameter"
@@ -248,11 +248,11 @@
248248
"description": "The id of the role assignment approval."
249249
},
250250
{
251-
"name": "stepId",
251+
"name": "stageId",
252252
"in": "path",
253253
"required": true,
254254
"type": "string",
255-
"description": "The id of the role assignment approval step."
255+
"description": "The id of the role assignment approval stage."
256256
},
257257
{
258258
"name": "properties",
@@ -261,7 +261,7 @@
261261
"schema": {
262262
"$ref": "#/definitions/RoleAssignmentApprovalStepProperties"
263263
},
264-
"description": "Role Assignment Approval step properties to patch."
264+
"description": "Role Assignment Approval stage properties to patch."
265265
},
266266
{
267267
"$ref": "#/parameters/ApiVersionParameter"
@@ -302,11 +302,11 @@
302302
"description": "The id of the role assignment approval."
303303
},
304304
{
305-
"name": "stepId",
305+
"name": "stageId",
306306
"in": "path",
307307
"required": true,
308308
"type": "string",
309-
"description": "The id of the role assignment approval step."
309+
"description": "The id of the role assignment approval stage."
310310
},
311311
{
312312
"name": "properties",
@@ -315,7 +315,7 @@
315315
"schema": {
316316
"$ref": "#/definitions/RoleAssignmentApprovalStepProperties"
317317
},
318-
"description": "Role Assignment Approval step properties to put."
318+
"description": "Role Assignment Approval stage properties to put."
319319
},
320320
{
321321
"$ref": "#/parameters/ApiVersionParameter"
@@ -432,7 +432,7 @@
432432
}
433433
}
434434
},
435-
"/{scope}/providers/Microsoft.Authorization/roleAssignmentApprovals/{approvalId}/steps": {
435+
"/{scope}/providers/Microsoft.Authorization/roleAssignmentApprovals/{approvalId}/stages": {
436436
"get": {
437437
"tags": [
438438
"ScopeGetRoleAssignmentApprovalSteps"
@@ -480,7 +480,7 @@
480480
}
481481
}
482482
},
483-
"/{scope}/providers/Microsoft.Authorization/roleAssignmentApprovals/{approvalId}/steps/{stepId}": {
483+
"/{scope}/providers/Microsoft.Authorization/roleAssignmentApprovals/{approvalId}/stages/{stageId}": {
484484
"get": {
485485
"tags": [
486486
"ScopeGetRoleAssignmentApprovalStepById"
@@ -501,11 +501,11 @@
501501
"description": "The id of the role assignment approval."
502502
},
503503
{
504-
"name": "stepId",
504+
"name": "stageId",
505505
"in": "path",
506506
"required": true,
507507
"type": "string",
508-
"description": "The id of the role assignment approval step."
508+
"description": "The id of the role assignment approval stage."
509509
},
510510
{
511511
"$ref": "#/parameters/ApiVersionParameter"
@@ -554,11 +554,11 @@
554554
"description": "The id of the role assignment approval."
555555
},
556556
{
557-
"name": "stepId",
557+
"name": "stageId",
558558
"in": "path",
559559
"required": true,
560560
"type": "string",
561-
"description": "The id of the role assignment approval step."
561+
"description": "The id of the role assignment approval stage."
562562
},
563563
{
564564
"name": "properties",
@@ -567,7 +567,7 @@
567567
"schema": {
568568
"$ref": "#/definitions/RoleAssignmentApprovalStepProperties"
569569
},
570-
"description": "Role Assignment Approval step properties to patch."
570+
"description": "Role Assignment Approval stage properties to patch."
571571
},
572572
{
573573
"$ref": "#/parameters/ApiVersionParameter"
@@ -616,11 +616,11 @@
616616
"description": "The id of the role assignment approval."
617617
},
618618
{
619-
"name": "stepId",
619+
"name": "stageId",
620620
"in": "path",
621621
"required": true,
622622
"type": "string",
623-
"description": "The id of the role assignment approval step."
623+
"description": "The id of the role assignment approval stage."
624624
},
625625
{
626626
"name": "properties",
@@ -629,7 +629,7 @@
629629
"schema": {
630630
"$ref": "#/definitions/RoleAssignmentApprovalStepProperties"
631631
},
632-
"description": "Role Assignment Approval step properties to put."
632+
"description": "Role Assignment Approval stage properties to put."
633633
},
634634
{
635635
"$ref": "#/parameters/ApiVersionParameter"
@@ -722,12 +722,12 @@
722722
},
723723
"RoleAssignmentApprovalProperties": {
724724
"properties": {
725-
"steps": {
725+
"stages": {
726726
"type": "array",
727727
"items": {
728728
"$ref": "#/definitions/RoleAssignmentApprovalStep"
729729
},
730-
"description": "This is the collection of steps returned when one does an expand on it."
730+
"description": "This is the collection of stages returned when one does an expand on it."
731731
}
732732
},
733733
"description": "Role Assignment Approval properties."
@@ -755,12 +755,12 @@
755755
"id": {
756756
"type": "string",
757757
"readOnly": true,
758-
"description": "The role assignment approval step id."
758+
"description": "The role assignment approval stage id."
759759
},
760760
"name": {
761761
"type": "string",
762762
"readOnly": true,
763-
"description": "The role assignment approval step name."
763+
"description": "The role assignment approval stage name."
764764
},
765765
"type": {
766766
"type": "string",
@@ -773,13 +773,13 @@
773773
"description": "Role Assignment Approval Step properties."
774774
}
775775
},
776-
"description": "Role assignment approval step properties."
776+
"description": "Role assignment approval stage properties."
777777
},
778778
"RoleAssignmentApprovalStepProperties": {
779779
"properties": {
780780
"displayName": {
781781
"type": "string",
782-
"description": "The display name for the approval step."
782+
"description": "The display name for the approval stage."
783783
},
784784
"status": {
785785
"type": "string",
@@ -802,7 +802,7 @@
802802
},
803803
"assignedToMe": {
804804
"readOnly": true,
805-
"description": "Indicates whether the step is assigned to me for review",
805+
"description": "Indicates whether the stage is assigned to me for review",
806806
"type": "boolean"
807807
},
808808
"reviewedBy": {
@@ -821,7 +821,7 @@
821821
},
822822
"reviewResult": {
823823
"type": "string",
824-
"description": "The decision on the approval step. This value is initially set to NotReviewed. Approvers can take action of Approve/Deny",
824+
"description": "The decision on the approval stage. This value is initially set to NotReviewed. Approvers can take action of Approve/Deny",
825825
"enum": [
826826
"Approve",
827827
"Deny",
@@ -854,7 +854,7 @@
854854
"description": "The URL to use for getting the next set of results."
855855
}
856856
},
857-
"description": "List of role assignment approval step list."
857+
"description": "List of role assignment approval stage list."
858858
},
859859
"ErrorDefinition": {
860860
"type": "object",

specification/authorization/resource-manager/Microsoft.Authorization/preview/2021-01-01-preview/examples/GetRoleAssignmentApprovalById.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"200": {
88
"body": {
99
"id": "/providers/Microsoft.Authorization/roleAssignmentApprovals/488a6d0e-0a63-4946-86e3-1f5bbc934661",
10-
"type": "Microsoft.Authorization/roleAssignmentApprovals/steps",
10+
"type": "Microsoft.Authorization/roleAssignmentApprovals/stages",
1111
"name": "488a6d0e-0a63-4946-86e3-1f5bbc934661",
1212
"properties": {
13-
"steps": [
13+
"stages": [
1414
{
15-
"id": "/providers/Microsoft.Authorization/roleAssignmentApprovals/488a6d0e-0a63-4946-86e3-1f5bbc934661/steps/4135f961-be78-4005-8101-c72a5af307a2",
16-
"type": "Microsoft.Authorization/roleAssignmentApprovals/steps",
15+
"id": "/providers/Microsoft.Authorization/roleAssignmentApprovals/488a6d0e-0a63-4946-86e3-1f5bbc934661/stages/4135f961-be78-4005-8101-c72a5af307a2",
16+
"type": "Microsoft.Authorization/roleAssignmentApprovals/stages",
1717
"name": "fa73e90b-5bf1-45fd-a182-35ce5fc0674d",
1818
"properties": {
1919
"displayName": "Vice President Approval Step",

specification/authorization/resource-manager/Microsoft.Authorization/preview/2021-01-01-preview/examples/GetRoleAssignmentApprovalStepById.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"parameters": {
33
"api-version": "2021-01-01-preview",
44
"approvalId": "488a6d0e-0a63-4946-86e3-1f5bbc934661",
5-
"stepId": "4135f961-be78-4005-8101-c72a5af307a2"
5+
"stageId": "4135f961-be78-4005-8101-c72a5af307a2"
66
},
77
"responses": {
88
"200": {
99
"body": {
10-
"id": "/providers/Microsoft.Authorization/roleAssignmentApprovals/488a6d0e-0a63-4946-86e3-1f5bbc934661/steps/4135f961-be78-4005-8101-c72a5af307a2",
11-
"type": "Microsoft.Authorization/roleAssignmentApprovals/steps",
10+
"id": "/providers/Microsoft.Authorization/roleAssignmentApprovals/488a6d0e-0a63-4946-86e3-1f5bbc934661/stages/4135f961-be78-4005-8101-c72a5af307a2",
11+
"type": "Microsoft.Authorization/roleAssignmentApprovals/stages",
1212
"name": "4135f961-be78-4005-8101-c72a5af307a2",
1313
"properties": {
1414
"displayName": "Vice President Approval Step",

specification/authorization/resource-manager/Microsoft.Authorization/preview/2021-01-01-preview/examples/GetRoleAssignmentApprovalSteps.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"body": {
99
"value": [
1010
{
11-
"id": "/providers/Microsoft.Authorization/roleAssignmentApprovals/488a6d0e-0a63-4946-86e3-1f5bbc934661/steps/4135f961-be78-4005-8101-c72a5af307a2",
12-
"type": "Microsoft.Authorization/roleAssignmentApprovals/steps",
11+
"id": "/providers/Microsoft.Authorization/roleAssignmentApprovals/488a6d0e-0a63-4946-86e3-1f5bbc934661/stages/4135f961-be78-4005-8101-c72a5af307a2",
12+
"type": "Microsoft.Authorization/roleAssignmentApprovals/stages",
1313
"name": "4135f961-be78-4005-8101-c72a5af307a2",
1414
"properties": {
1515
"displayName": "Vice President Approval Step",

specification/authorization/resource-manager/Microsoft.Authorization/preview/2021-01-01-preview/examples/GetRoleAssignmentApprovals.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"value": [
99
{
1010
"id": "/providers/Microsoft.Authorization/roleAssignmentApprovals/488a6d0e-0a63-4946-86e3-1f5bbc934661",
11-
"type": "Microsoft.Authorization/roleAssignmentApprovals/steps",
11+
"type": "Microsoft.Authorization/roleAssignmentApprovals/stages",
1212
"name": "488a6d0e-0a63-4946-86e3-1f5bbc934661",
1313
"properties": {
14-
"steps": [
14+
"stages": [
1515
{
16-
"id": "/providers/Microsoft.Authorization/roleAssignmentApprovals/488a6d0e-0a63-4946-86e3-1f5bbc934661/steps/4135f961-be78-4005-8101-c72a5af307a2",
17-
"type": "Microsoft.Authorization/roleAssignmentApprovals/steps",
16+
"id": "/providers/Microsoft.Authorization/roleAssignmentApprovals/488a6d0e-0a63-4946-86e3-1f5bbc934661/stages/4135f961-be78-4005-8101-c72a5af307a2",
17+
"type": "Microsoft.Authorization/roleAssignmentApprovals/stages",
1818
"name": "fa73e90b-5bf1-45fd-a182-35ce5fc0674d",
1919
"properties": {
2020
"displayName": "Vice President Approval Step",

specification/authorization/resource-manager/Microsoft.Authorization/preview/2021-01-01-preview/examples/PatchRoleAssignmentApprovalStepById.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"parameters": {
33
"api-version": "2021-01-01-preview",
44
"approvalId": "488a6d0e-0a63-4946-86e3-1f5bbc934661",
5-
"stepId": "4135f961-be78-4005-8101-c72a5af307a2",
5+
"stageId": "4135f961-be78-4005-8101-c72a5af307a2",
66
"properties": {},
77
"body": {
88
"properties": {
@@ -14,8 +14,8 @@
1414
"responses": {
1515
"200": {
1616
"body": {
17-
"id": "/providers/Microsoft.Authorization/roleAssignmentApprovals/488a6d0e-0a63-4946-86e3-1f5bbc934661/steps/4135f961-be78-4005-8101-c72a5af307a2",
18-
"type": "Microsoft.Authorization/roleAssignmentApprovals/steps",
17+
"id": "/providers/Microsoft.Authorization/roleAssignmentApprovals/488a6d0e-0a63-4946-86e3-1f5bbc934661/stages/4135f961-be78-4005-8101-c72a5af307a2",
18+
"type": "Microsoft.Authorization/roleAssignmentApprovals/stages",
1919
"name": "4135f961-be78-4005-8101-c72a5af307a2",
2020
"properties": {
2121
"displayName": "Vice President Approval Step",

specification/authorization/resource-manager/Microsoft.Authorization/preview/2021-01-01-preview/examples/PutRoleAssignmentApprovalStepById.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"parameters": {
33
"api-version": "2021-01-01-preview",
44
"approvalId": "488a6d0e-0a63-4946-86e3-1f5bbc934661",
5-
"stepId": "4135f961-be78-4005-8101-c72a5af307a2",
5+
"stageId": "4135f961-be78-4005-8101-c72a5af307a2",
66
"properties": {},
77
"body": {
88
"properties": {
@@ -24,8 +24,8 @@
2424
"responses": {
2525
"200": {
2626
"body": {
27-
"id": "/providers/Microsoft.Authorization/roleAssignmentApprovals/488a6d0e-0a63-4946-86e3-1f5bbc934661/steps/4135f961-be78-4005-8101-c72a5af307a2",
28-
"type": "Microsoft.Authorization/roleAssignmentApprovals/steps",
27+
"id": "/providers/Microsoft.Authorization/roleAssignmentApprovals/488a6d0e-0a63-4946-86e3-1f5bbc934661/stages/4135f961-be78-4005-8101-c72a5af307a2",
28+
"type": "Microsoft.Authorization/roleAssignmentApprovals/stages",
2929
"name": "4135f961-be78-4005-8101-c72a5af307a2",
3030
"properties": {
3131
"displayName": "Vice President Approval Step",

specification/authorization/resource-manager/Microsoft.Authorization/preview/2021-01-01-preview/examples/ScopeGetRoleAssignmentApprovalById.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"200": {
99
"body": {
1010
"id": "/subscriptions/69356bc4-b3be-441a-b12f-503b745e0dea/providers/Microsoft.Authorization/roleAssignmentApprovals/488a6d0e-0a63-4946-86e3-1f5bbc934661",
11-
"type": "Microsoft.Authorization/roleAssignmentApprovals/steps",
11+
"type": "Microsoft.Authorization/roleAssignmentApprovals/stages",
1212
"name": "488a6d0e-0a63-4946-86e3-1f5bbc934661",
1313
"properties": {
14-
"steps": [
14+
"stages": [
1515
{
16-
"id": "/subscriptions/69356bc4-b3be-441a-b12f-503b745e0dea/providers/Microsoft.Authorization/roleAssignmentApprovals/488a6d0e-0a63-4946-86e3-1f5bbc934661/steps/4135f961-be78-4005-8101-c72a5af307a2",
17-
"type": "Microsoft.Authorization/roleAssignmentApprovals/steps",
16+
"id": "/subscriptions/69356bc4-b3be-441a-b12f-503b745e0dea/providers/Microsoft.Authorization/roleAssignmentApprovals/488a6d0e-0a63-4946-86e3-1f5bbc934661/stages/4135f961-be78-4005-8101-c72a5af307a2",
17+
"type": "Microsoft.Authorization/roleAssignmentApprovals/stages",
1818
"name": "fa73e90b-5bf1-45fd-a182-35ce5fc0674d",
1919
"properties": {
2020
"displayName": "Vice President Approval Step",

specification/authorization/resource-manager/Microsoft.Authorization/preview/2021-01-01-preview/examples/ScopeGetRoleAssignmentApprovalStepById.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"parameters": {
33
"api-version": "2021-01-01-preview",
44
"approvalId": "488a6d0e-0a63-4946-86e3-1f5bbc934661",
5-
"stepId": "4135f961-be78-4005-8101-c72a5af307a2",
5+
"stageId": "4135f961-be78-4005-8101-c72a5af307a2",
66
"scope": "subscriptions/69356bc4-b3be-441a-b12f-503b745e0dea"
77
},
88
"responses": {
99
"200": {
1010
"body": {
11-
"id": "/subscriptions/69356bc4-b3be-441a-b12f-503b745e0dea/providers/Microsoft.Authorization/roleAssignmentApprovals/488a6d0e-0a63-4946-86e3-1f5bbc934661/steps/4135f961-be78-4005-8101-c72a5af307a2",
12-
"type": "Microsoft.Authorization/roleAssignmentApprovals/steps",
11+
"id": "/subscriptions/69356bc4-b3be-441a-b12f-503b745e0dea/providers/Microsoft.Authorization/roleAssignmentApprovals/488a6d0e-0a63-4946-86e3-1f5bbc934661/stages/4135f961-be78-4005-8101-c72a5af307a2",
12+
"type": "Microsoft.Authorization/roleAssignmentApprovals/stages",
1313
"name": "4135f961-be78-4005-8101-c72a5af307a2",
1414
"properties": {
1515
"displayName": "Vice President Approval Step",

specification/authorization/resource-manager/Microsoft.Authorization/preview/2021-01-01-preview/examples/ScopeGetRoleAssignmentApprovalSteps.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"body": {
1010
"value": [
1111
{
12-
"id": "/subscriptions/69356bc4-b3be-441a-b12f-503b745e0dea/providers/Microsoft.Authorization/roleAssignmentApprovals/488a6d0e-0a63-4946-86e3-1f5bbc934661/steps/4135f961-be78-4005-8101-c72a5af307a2",
13-
"type": "Microsoft.Authorization/roleAssignmentApprovals/steps",
12+
"id": "/subscriptions/69356bc4-b3be-441a-b12f-503b745e0dea/providers/Microsoft.Authorization/roleAssignmentApprovals/488a6d0e-0a63-4946-86e3-1f5bbc934661/stages/4135f961-be78-4005-8101-c72a5af307a2",
13+
"type": "Microsoft.Authorization/roleAssignmentApprovals/stages",
1414
"name": "4135f961-be78-4005-8101-c72a5af307a2",
1515
"properties": {
1616
"displayName": "Vice President Approval Step",

0 commit comments

Comments
 (0)