Skip to content

Commit 10d5f2a

Browse files
authored
Merge pull request #394 from microsoftgraph/releases/1.0.0
1.0.0 Pre-Release
2 parents 066f555 + 6b64911 commit 10d5f2a

File tree

71 files changed

+6294
-959
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+6294
-959
lines changed

.azure-pipelines/download-openapidocs-template.yml

Lines changed: 13 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -50,28 +50,22 @@ jobs:
5050
git config --global user.email '[email protected]'
5151
git config --global user.name 'Microsoft Graph DevX Tooling'
5252
53-
- task: CmdLine@2
53+
- task: PowerShell@2
5454
condition: and(succeeded(), eq(eq(variables['Build.SourceBranch'], 'refs/heads/master'), false))
5555
env:
5656
GITHUB_TOKEN: $(GITHUB_TOKEN)
5757
inputs:
5858
targetType: 'inline'
5959
script: |
60-
@echo off
61-
ECHO SOURCE BRANCH IS %BUILD_SOURCEBRANCH%
62-
IF %BUILD_SOURCEBRANCH% == refs/heads/master (
63-
ECHO Building master branch so no merge is needed.
64-
EXIT
65-
)
66-
SET sourceBranch=origin/%BUILD_SOURCEBRANCH:refs/heads/=%
67-
git status
68-
git checkout %sourceBranch%
69-
git pull origin %sourceBranch%
70-
git add -A
71-
git commit -m "$(BUILDNUMBER): Release OpenApiDocs Download for $(BUILDNUMBER)[skip ci]"
72-
git pull origin %sourceBranch%
73-
git push --set-upstream origin %sourceBranch%
74-
git push origin HEAD:%sourceBranch%
75-
git merge %sourceBranch% -m "$(BUILDNUMBER): Release OpenApiDocs Download for $(BUILDNUMBER)[skip ci]"
76-
git push origin %sourceBranch%
77-
git status
60+
$date = Get-Date -Format yyyyMMddHH
61+
$docsBranch = "{0}{1}" -f $date, "buildDocsDownload"
62+
git status
63+
git checkout '$(Build.SourceBranchName)'
64+
git branch $docsBranch
65+
git checkout $docsBranch
66+
git status
67+
git add .
68+
git commit -m '$(BUILDNUMBER): Build OpenApiDocs Download [skip ci]'
69+
git status
70+
git push --set-upstream origin $docsBranch
71+
git status

.azure-pipelines/integrated-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ variables:
1616
BRANCH_PREFIX: 'releaseOpenApiDocs'
1717
GitUserEmail: '[email protected]'
1818
GitUserName: 'Microsoft Graph DevX Tooling'
19-
BUILDNUMBER: $[format('{0:yyMMddHH}', pipeline.startTime)]
19+
BUILDNUMBER: -1
2020

2121
pool: MsGraphDevXAzureAgents
2222

@@ -40,7 +40,7 @@ stages:
4040
targetType: 'inline'
4141
script: |
4242
printenv
43-
if ($Env:BUILD_SOURCEBRANCHNAME -eq "master"){
43+
if ('$(Build.SourceBranchName)' -eq "master"){
4444
Write-Host "##vso[task.setvariable variable=BUILDNUMBER;isOutput=true]-1"
4545
}
4646
Write-Host $(BUILDNUMBER)

Nuget.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
<packageSources>
44
<clear />
55
<add key="PowerShellSDK_BuildFeed" value="https://pkgs.dev.azure.com/microsoftgraph/0985d294-5762-4bc2-a565-161ef349ca3e/_packaging/PowerShellSDK_BuildFeed/nuget/v3/index.json" />
6+
<add key="LocalNugetFeed" value="https://pkgs.dev.azure.com/microsoftgraph/0985d294-5762-4bc2-a565-161ef349ca3e/_packaging/b395d603-5c77-4af9-a495-1e3cdbb49e1e/nuget/v2" />
67
</packageSources>
78
</configuration>

config/ModuleMetadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
"tags": "MicrosoftGraph;Microsoft;Office365;Graph;PowerShell;GraphServiceClient;Outlook;OneDrive;AzureAD;GraphAPI;Productivity;SharePoint;Intune;SDK;",
1111
"releaseNotes": "See https://aka.ms/GraphPowerShell-Release.",
1212
"assemblyOriginatorKeyFile": "35MSSharedLib1024.snk",
13-
"version": "0.9.2"
13+
"version": "1.0.0"
1414
}

openApiDocs/beta/Applications.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ paths:
477477
tags:
478478
- applications.connectorGroup
479479
summary: Update the ref of navigation property connectorGroup in applications
480-
operationId: applications_UpdateRefConnectorGroup
480+
operationId: applications_SetRefConnectorGroup
481481
parameters:
482482
- name: application-id
483483
in: path
@@ -602,7 +602,7 @@ paths:
602602
tags:
603603
- applications.directoryObject
604604
summary: Update the ref of navigation property createdOnBehalfOf in applications
605-
operationId: applications_UpdateRefCreatedOnBehalfOf
605+
operationId: applications_SetRefCreatedOnBehalfOf
606606
parameters:
607607
- name: application-id
608608
in: path
@@ -1126,7 +1126,7 @@ paths:
11261126
tags:
11271127
- applications.application
11281128
summary: Update media content for application in applications
1129-
operationId: applications.application_UpdateLogo
1129+
operationId: applications.application_SetLogo
11301130
parameters:
11311131
- name: application-id
11321132
in: path
@@ -16335,7 +16335,7 @@ components:
1633516335
description: Specifies resources that this application requires access to and the set of OAuth permission scopes and application roles that it needs under each of those resources. This pre-configuration of required resource access drives the consent experience. Not nullable.
1633616336
signInAudience:
1633716337
type: string
16338-
description: 'Specifies what Microsoft accounts are supported for the current application. Supported values are:AzureADMyOrg: Users with a Microsoft work or school account in my organization’s Azure AD tenant (i.e. single tenant)AzureADMultipleOrgs: Users with a Microsoft work or school account in any organization’s Azure AD tenant (i.e. multi-tenant) AzureADandPersonalMicrosoftAccount: Users with a personal Microsoft account, or a work or school account in any organization’s Azure AD tenant'
16338+
description: 'Specifies the Microsoft accounts that are supported for the current application. Supported values are:AzureADMyOrg: Users with a Microsoft work or school account in my organization’s Azure AD tenant (single tenant)AzureADMultipleOrgs: Users with a Microsoft work or school account in any organization’s Azure AD tenant (multi-tenant)AzureADandPersonalMicrosoftAccount: Users with a personal Microsoft account, or a work or school account in any organization’s Azure AD tenant.'
1633916339
nullable: true
1634016340
spa:
1634116341
$ref: '#/components/schemas/microsoft.graph.spaApplication'

openApiDocs/beta/Calendar.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46429,6 +46429,7 @@ components:
4642946429
nullable: true
4643046430
transactionId:
4643146431
type: string
46432+
description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations in case of client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you cannot change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.'
4643246433
nullable: true
4643346434
type:
4643446435
$ref: '#/components/schemas/microsoft.graph.eventType'

openApiDocs/beta/ChangeNotifications.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,9 +275,11 @@ components:
275275
nullable: true
276276
encryptionCertificate:
277277
type: string
278+
description: A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional. Required when includeResourceData is true.
278279
nullable: true
279280
encryptionCertificateId:
280281
type: string
282+
description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional.
281283
nullable: true
282284
expirationDateTime:
283285
pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$'
@@ -289,10 +291,10 @@ components:
289291
nullable: true
290292
includeResourceData:
291293
type: boolean
294+
description: 'When set to true, change notifications include resource data (such as content of a chat message). Optional.'
292295
nullable: true
293296
latestSupportedTlsVersion:
294297
type: string
295-
description: 'Specifies the latest version of Transport Layer Security (TLS) that the notification endpoint, specified by notificationUrl, supports. The possible values are: v1_0, v1_1, v1_2, v1_3. For subscribers whose notification endpoint supports a version lower than the currently recommended version (TLS 1.2), specifying this property by a set timeline allows them to temporarily use their deprecated version of TLS before completing their upgrade to TLS 1.2. For these subscribers, not setting this property per the timeline would result in subscription operations failing. For subscribers whose notification endpoint already supports TLS 1.2, setting this property is optional. In such cases, Microsoft Graph defaults the property to v1_2.'
296298
nullable: true
297299
lifecycleNotificationUrl:
298300
type: string

openApiDocs/beta/CrossDeviceExperiences.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@ paths:
735735
tags:
736736
- users.userActivity
737737
summary: Update the ref of navigation property activity in users
738-
operationId: users.activities.historyItems_UpdateRefActivity
738+
operationId: users.activities.historyItems_SetRefActivity
739739
parameters:
740740
- name: user-id
741741
in: path

openApiDocs/beta/Devices.CloudPrint.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1651,7 +1651,7 @@ paths:
16511651
tags:
16521652
- print.printer
16531653
summary: Update the ref of navigation property share in print
1654-
operationId: print.printers_UpdateRefShare
1654+
operationId: print.printers_SetRefShare
16551655
parameters:
16561656
- name: printer-id
16571657
in: path
@@ -2047,7 +2047,7 @@ paths:
20472047
tags:
20482048
- print.printer
20492049
summary: Update the ref of navigation property definition in print
2050-
operationId: print.printers.taskTriggers_UpdateRefDefinition
2050+
operationId: print.printers.taskTriggers_SetRefDefinition
20512051
parameters:
20522052
- name: printer-id
20532053
in: path
@@ -3035,7 +3035,7 @@ paths:
30353035
tags:
30363036
- print.printerShare
30373037
summary: Update the ref of navigation property printer in print
3038-
operationId: print.printerShares_UpdateRefPrinter
3038+
operationId: print.printerShares_SetRefPrinter
30393039
parameters:
30403040
- name: printerShare-id
30413041
in: path
@@ -5114,7 +5114,7 @@ paths:
51145114
tags:
51155115
- print.printerShare
51165116
summary: Update the ref of navigation property printer in print
5117-
operationId: print.shares_UpdateRefPrinter
5117+
operationId: print.shares_SetRefPrinter
51185118
parameters:
51195119
- name: printerShare-id
51205120
in: path
@@ -5776,7 +5776,7 @@ paths:
57765776
tags:
57775777
- print.printTaskDefinition
57785778
summary: Update the ref of navigation property definition in print
5779-
operationId: print.taskDefinitions.tasks_UpdateRefDefinition
5779+
operationId: print.taskDefinitions.tasks_SetRefDefinition
57805780
parameters:
57815781
- name: printTaskDefinition-id
57825782
in: path
@@ -5943,7 +5943,7 @@ paths:
59435943
tags:
59445944
- print.printTaskDefinition
59455945
summary: Update the ref of navigation property trigger in print
5946-
operationId: print.taskDefinitions.tasks_UpdateRefTrigger
5946+
operationId: print.taskDefinitions.tasks_SetRefTrigger
59475947
parameters:
59485948
- name: printTaskDefinition-id
59495949
in: path

0 commit comments

Comments
 (0)