From a73f7a7ec24bc41548da1367ae0b9ef2dccfd100 Mon Sep 17 00:00:00 2001 From: Benedikt Wagner Date: Mon, 28 Oct 2024 09:14:21 +0700 Subject: [PATCH 1/2] add Azure DP-203 and DP-900 courses --- CloudMaster/Constants/Courses.swift | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/CloudMaster/Constants/Courses.swift b/CloudMaster/Constants/Courses.swift index 905397d..fc5c037 100644 --- a/CloudMaster/Constants/Courses.swift +++ b/CloudMaster/Constants/Courses.swift @@ -346,6 +346,34 @@ extension Course { real: ExamDetail(time: 150, questionCount: 60) ) ), + Course( + fullName: "Azure Data Engineer", + shortName: "DP-203", + description: "Validates expertise in data processing, integration, storage, security, and analytics using Azure data services.", + company: .azure, + repositoryURL: "https://github.com/Ditectrev/DP-203", + questionURL: "https://raw.githubusercontent.com/Ditectrev/DP-203/refs/heads/main/README.md", + url: "https://learn.microsoft.com/en-us/certifications/azure-data-engineer/", + exam: Exam( + quick: ExamDetail(time: 60, questionCount: 20), + intermediate: ExamDetail(time: 105, questionCount: 42), + real: ExamDetail(time: 150, questionCount: 60) + ) + ), + Course( + fullName: "Azure Data Fundamentals", + shortName: "DP-900", + description: "Validates foundational knowledge of core data concepts and Microsoft Azure data services.", + company: .azure, + repositoryURL: "https://github.com/Ditectrev/DP-900", + questionURL: "https://raw.githubusercontent.com/Ditectrev/DP-900/main/README.md", + url: "https://learn.microsoft.com/en-us/certifications/azure-data-fundamentals/", + exam: Exam( + quick: ExamDetail(time: 60, questionCount: 20), + intermediate: ExamDetail(time: 105, questionCount: 42), + real: ExamDetail(time: 150, questionCount: 60) + ) + ), Course( fullName: "Associate Cloud Engineer", shortName: "ACE", From 72db471c21e939a2c240bf4d3dc8dfd922a14e19 Mon Sep 17 00:00:00 2001 From: Benedikt Wagner Date: Mon, 28 Oct 2024 09:14:54 +0700 Subject: [PATCH 2/2] bump version to 1.06 --- CloudMaster.xcodeproj/project.pbxproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CloudMaster.xcodeproj/project.pbxproj b/CloudMaster.xcodeproj/project.pbxproj index 24bda7b..5d87272 100644 --- a/CloudMaster.xcodeproj/project.pbxproj +++ b/CloudMaster.xcodeproj/project.pbxproj @@ -775,7 +775,7 @@ CLANG_ENABLE_MODULES = YES; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 4; + CURRENT_PROJECT_VERSION = 5; DEVELOPMENT_ASSET_PATHS = "\"CloudMaster/Preview Content\""; DEVELOPMENT_TEAM = 9D3QHQ7CMS; ENABLE_PREVIEWS = YES; @@ -791,7 +791,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.0.5; + MARKETING_VERSION = 1.0.6; PRODUCT_BUNDLE_IDENTIFIER = com.ditectrev.cloudmasterswift; PRODUCT_NAME = "CloudMaster Swift"; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -811,7 +811,7 @@ CLANG_ENABLE_MODULES = YES; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 4; + CURRENT_PROJECT_VERSION = 5; DEVELOPMENT_ASSET_PATHS = "\"CloudMaster/Preview Content\""; DEVELOPMENT_TEAM = 9D3QHQ7CMS; ENABLE_PREVIEWS = YES; @@ -827,7 +827,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.0.5; + MARKETING_VERSION = 1.0.6; PRODUCT_BUNDLE_IDENTIFIER = com.ditectrev.cloudmasterswift; PRODUCT_NAME = "CloudMaster Swift"; PROVISIONING_PROFILE_SPECIFIER = "";