Skip to content

Commit f388b35

Browse files
committed
Merge branch 'main' of https://github.com/Ditectrev/CloudMaster-Swift into feature/add-scrum-PSPO-1
2 parents a0806c2 + e40b545 commit f388b35

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

CloudMaster.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@
759759
CLANG_ENABLE_MODULES = YES;
760760
CODE_SIGN_IDENTITY = "Apple Development";
761761
CODE_SIGN_STYLE = Automatic;
762-
CURRENT_PROJECT_VERSION = 4;
762+
CURRENT_PROJECT_VERSION = 5;
763763
DEVELOPMENT_ASSET_PATHS = "\"CloudMaster/Preview Content\"";
764764
DEVELOPMENT_TEAM = 9D3QHQ7CMS;
765765
ENABLE_PREVIEWS = YES;
@@ -798,7 +798,7 @@
798798
CLANG_ENABLE_MODULES = YES;
799799
CODE_SIGN_IDENTITY = "Apple Development";
800800
CODE_SIGN_STYLE = Automatic;
801-
CURRENT_PROJECT_VERSION = 4;
801+
CURRENT_PROJECT_VERSION = 5;
802802
DEVELOPMENT_ASSET_PATHS = "\"CloudMaster/Preview Content\"";
803803
DEVELOPMENT_TEAM = 9D3QHQ7CMS;
804804
ENABLE_PREVIEWS = YES;

CloudMaster/Constants/Courses.swift

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,34 @@ extension Course {
347347
real: ExamDetail(time: 150, questionCount: 60)
348348
)
349349
),
350+
Course(
351+
fullName: "Azure Data Engineer",
352+
shortName: "DP-203",
353+
description: "Validates expertise in data processing, integration, storage, security, and analytics using Azure data services.",
354+
company: .azure,
355+
repositoryURL: "https://github.com/Ditectrev/DP-203",
356+
questionURL: "https://raw.githubusercontent.com/Ditectrev/DP-203/refs/heads/main/README.md",
357+
url: "https://learn.microsoft.com/en-us/certifications/azure-data-engineer/",
358+
exam: Exam(
359+
quick: ExamDetail(time: 60, questionCount: 20),
360+
intermediate: ExamDetail(time: 105, questionCount: 42),
361+
real: ExamDetail(time: 150, questionCount: 60)
362+
)
363+
),
364+
Course(
365+
fullName: "Azure Data Fundamentals",
366+
shortName: "DP-900",
367+
description: "Validates foundational knowledge of core data concepts and Microsoft Azure data services.",
368+
company: .azure,
369+
repositoryURL: "https://github.com/Ditectrev/DP-900",
370+
questionURL: "https://raw.githubusercontent.com/Ditectrev/DP-900/main/README.md",
371+
url: "https://learn.microsoft.com/en-us/certifications/azure-data-fundamentals/",
372+
exam: Exam(
373+
quick: ExamDetail(time: 60, questionCount: 20),
374+
intermediate: ExamDetail(time: 105, questionCount: 42),
375+
real: ExamDetail(time: 150, questionCount: 60)
376+
)
377+
),
350378
Course(
351379
fullName: "Associate Cloud Engineer",
352380
shortName: "ACE",

0 commit comments

Comments
 (0)