Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
e9208e7
Add Map v2.0.0 schema
ismael-ms Feb 3, 2026
63fe016
Update Map v2.0.0 schema to latest
ismael-ms Feb 3, 2026
80d2e3d
Update description of connectionId
ismael-ms Feb 6, 2026
98435d3
Split querysetTabId into two properties
ismael-ms Feb 6, 2026
ce70649
Remove querysetId and tabId as they're deprecated
ismael-ms Feb 13, 2026
b7b4b15
[Report Definition] 26.02 version bumps
Feb 23, 2026
2af3f66
Merge pull request #513 from michaeldfaber/report-definition-26.02
michaeldfaber Feb 23, 2026
b13eebc
Update azure-pipelines.yml
sahibasehdev Feb 24, 2026
2741195
Merge pull request #515 from sahibasehdev/patch-3
michaeldfaber Feb 24, 2026
3410c00
Update azure-pipelines.yml
sahibasehdev Feb 25, 2026
436c20c
Merge pull request #516 from sahibasehdev/patch-4
michaeldfaber Feb 25, 2026
3210e4d
Update azure-pipelines.yml
sahibasehdev Feb 25, 2026
d2b0058
Merge pull request #517 from sahibasehdev/patch-5
michaeldfaber Feb 25, 2026
85c5997
Update azure-pipelines.yml
sahibasehdev Feb 25, 2026
17f924c
Merge pull request #518 from sahibasehdev/patch-6
michaeldfaber Feb 25, 2026
4d6b2a9
Update azure-pipelines.yml
sahibasehdev Feb 25, 2026
73c2a3b
Merge pull request #519 from sahibasehdev/patch-7
michaeldfaber Feb 25, 2026
8ed4c0a
cea updates
dolumuyiwa Feb 27, 2026
0ed82cb
CEA updates
oolumuyiwa Feb 27, 2026
b31536b
Remove M365 DevPreview version
dolumuyiwa Feb 27, 2026
e15f7c6
Merge pull request #522 from microsoft:users/dolumuyiwa/remove-m365
oolumuyiwa Feb 27, 2026
70e3299
[SPFx] Enable grouping for command set extensions
cmalonzo Mar 2, 2026
61e37e3
[SPFx] Rename 'id' to '' in all SPFx manifests
cmalonzo Mar 2, 2026
7420da6
Add "view" option in basemap object
dubiety Mar 3, 2026
98cd6de
Use aka.ms link instead of enum values
dubiety Mar 3, 2026
6836716
Merge pull request #1 from dubiety/main
ismael-ms Mar 3, 2026
250fa00
Merge pull request #524 from cmalonzo/user/cmalonzo/spfx/grouping-id
VesaJuvonen Mar 4, 2026
4a79c39
[Report Definition] 26.03 version bumps
Mar 6, 2026
51f2337
Merge pull request #525 from michaeldfaber/report-definition-26.03
michaeldfaber Mar 6, 2026
a1e1079
Merge pull request #506 from ismael-ms/main
lindalu-MSFT Mar 16, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@ pool:

steps:
- script: echo Triggering staging deployment of JSON-SCHEMAS in github, this copy files to staging blob storage!
displayName: 'Staging deployment JSON-SCHEMAS'
displayName: 'Production deployment JSON-SCHEMAS'

- task: M365CdnAssetsUpload@3
inputs:
SourcePath: '$(Build.Repository.LocalPath)\*'
ConnectionType: 'ServiceConnection'
AzureSubscription: 'Production_1CDN_Access'
Environment: 'PublicCloud'
ContainerName: 's01-prod'
ContainerName: 's01-content'
BlobPrefix: 'json-schemas/en-us/html'
AllLogsToConsole: true
Loading
Loading