Skip to content

Commit 3b0966f

Browse files
Merge pull request #276097 from mumian/0522-remove-jgao
Remove jgao from the samples
2 parents f2dbb84 + 757754a commit 3b0966f

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

articles/azure-resource-manager/bicep/quickstart-create-deployment-stacks-template-specs.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -206,10 +206,10 @@ The output shows two managed resources - one storage account and one virtual net
206206
],
207207
"systemData": {
208208
"createdAt": "2024-05-17T16:07:51.172012+00:00",
209-
"createdBy": "jgao@microsoft.com",
209+
"createdBy": "johndoe@contoso.com",
210210
"createdByType": "User",
211211
"lastModifiedAt": "2024-05-17T16:07:51.172012+00:00",
212-
"lastModifiedBy": "jgao@microsoft.com",
212+
"lastModifiedBy": "johndoe@contoso.com",
213213
"lastModifiedByType": "User"
214214
},
215215
"tags": {},
@@ -312,10 +312,10 @@ The output is similar to:
312312
],
313313
"systemData": {
314314
"createdAt": "2024-05-17T16:07:51.172012+00:00",
315-
"createdBy": "jgao@microsoft.com",
315+
"createdBy": "johndoe@contoso.com",
316316
"createdByType": "User",
317317
"lastModifiedAt": "2024-05-17T16:07:51.172012+00:00",
318-
"lastModifiedBy": "jgao@microsoft.com",
318+
"lastModifiedBy": "johndoe@contoso.com",
319319
"lastModifiedByType": "User"
320320
},
321321
"tags": {},

articles/azure-resource-manager/bicep/quickstart-create-deployment-stacks.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,10 +164,10 @@ The output shows two managed resources - one storage account and one virtual net
164164
],
165165
"systemData": {
166166
"createdAt": "2024-05-17T14:50:18.382948+00:00",
167-
"createdBy": "jgao@microsoft.com",
167+
"createdBy": "johndoe@contoso.com",
168168
"createdByType": "User",
169169
"lastModifiedAt": "2024-05-17T14:50:18.382948+00:00",
170-
"lastModifiedBy": "jgao@microsoft.com",
170+
"lastModifiedBy": "johndoe@contoso.com",
171171
"lastModifiedByType": "User"
172172
},
173173
"tags": {},
@@ -263,10 +263,10 @@ The output is similar to:
263263
],
264264
"systemData": {
265265
"createdAt": "2024-05-17T14:50:18.382948+00:00",
266-
"createdBy": "jgao@microsoft.com",
266+
"createdBy": "johndoe@contoso.com",
267267
"createdByType": "User",
268268
"lastModifiedAt": "2024-05-17T14:50:18.382948+00:00",
269-
"lastModifiedBy": "jgao@microsoft.com",
269+
"lastModifiedBy": "johndoe@contoso.com",
270270
"lastModifiedByType": "User"
271271
},
272272
"tags": {},

articles/azure-resource-manager/bicep/tutorial-use-deployment-stacks.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,10 @@ The output shows two managed resources - one storage account and one virtual net
165165
],
166166
"systemData": {
167167
"createdAt": "2024-05-17T14:50:18.382948+00:00",
168-
"createdBy": "jgao@microsoft.com",
168+
"createdBy": "johndoe@contoso.com",
169169
"createdByType": "User",
170170
"lastModifiedAt": "2024-05-17T14:50:18.382948+00:00",
171-
"lastModifiedBy": "jgao@microsoft.com",
171+
"lastModifiedBy": "johndoe@contoso.com",
172172
"lastModifiedByType": "User"
173173
},
174174
"tags": {},
@@ -264,10 +264,10 @@ The output is similar to:
264264
],
265265
"systemData": {
266266
"createdAt": "2024-05-17T14:50:18.382948+00:00",
267-
"createdBy": "jgao@microsoft.com",
267+
"createdBy": "johndoe@contoso.com",
268268
"createdByType": "User",
269269
"lastModifiedAt": "2024-05-17T14:50:18.382948+00:00",
270-
"lastModifiedBy": "jgao@microsoft.com",
270+
"lastModifiedBy": "johndoe@contoso.com",
271271
"lastModifiedByType": "User"
272272
},
273273
"tags": {},

0 commit comments

Comments
 (0)