Skip to content

Commit 4129bcd

Browse files
committed
Fixed http to https
1 parent bbc28a2 commit 4129bcd

File tree

41 files changed

+88
-88
lines changed

Some content is hidden

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

41 files changed

+88
-88
lines changed

ThirdPartyNotices

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ see the [LICENSE](LICENSE) file, and grant you a license to any code in the repo
77
Microsoft, Windows, Microsoft Azure and/or other Microsoft products and services referenced in the documentation
88
may be either trademarks or registered trademarks of Microsoft in the United States and/or other countries.
99
The licenses for this project do not grant you rights to use any Microsoft names, logos, or trademarks.
10-
Microsoft's general trademark guidelines can be found at http://go.microsoft.com/fwlink/?LinkID=254653.
10+
Microsoft's general trademark guidelines can be found at https://go.microsoft.com/fwlink/?LinkID=254653.
1111

1212
Privacy information can be found at https://privacy.microsoft.com/en-us/
1313

powerapps-docs/developer/common-data-service/checker/webapi/retrieve-rules.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Content-Type: application/json; charset=utf-8
9898
[
9999
{
100100
"description": "Ne pas implémenter d’activités de workflow Microsoft Dynamics CRM 4.0",
101-
"guidanceUrl": "http://go.microsoft.com/fwlink/?LinkID=398563&error=il-avoid-crm4-wf&client=PAChecker",
101+
"guidanceUrl": "https://go.microsoft.com/fwlink/?LinkID=398563&error=il-avoid-crm4-wf&client=PAChecker",
102102
"include": true,
103103
"code": "il-avoid-crm4-wf",
104104
"summary": "Ne pas implémenter d’activités de workflow Microsoft Dynamics CRM 4.0",
@@ -108,7 +108,7 @@ Content-Type: application/json; charset=utf-8
108108
},
109109
{
110110
"description": "Utiliser InvalidPluginExecutionException dans des plug-ins et activités de workflow",
111-
"guidanceUrl": "http://go.microsoft.com/fwlink/?LinkID=398563&error=il-use-standard-exception&client=PAChecker",
111+
"guidanceUrl": "https://go.microsoft.com/fwlink/?LinkID=398563&error=il-use-standard-exception&client=PAChecker",
112112
"include": true,
113113
"code": "il-use-standard-exception",
114114
"summary": "Utiliser InvalidPluginExecutionException dans des plug-ins et activités de workflow",
@@ -143,7 +143,7 @@ Content-Type: application/json; charset=utf-8
143143
[
144144
{
145145
"description": "Retrieve specific columns for an entity via query APIs",
146-
"guidanceUrl": "http://go.microsoft.com/fwlink/?LinkID=398563&error=il-specify-column&client=PAChecker",
146+
"guidanceUrl": "https://go.microsoft.com/fwlink/?LinkID=398563&error=il-specify-column&client=PAChecker",
147147
"include": true,
148148
"code": "il-specify-column",
149149
"summary": "Retrieve specific columns for an entity via query APIs",
@@ -153,7 +153,7 @@ Content-Type: application/json; charset=utf-8
153153
},
154154
{
155155
"description": "Do not duplicate plug-in step registration",
156-
"guidanceUrl": "http://go.microsoft.com/fwlink/?LinkID=398563&error=meta-remove-dup-reg&client=PAChecker",
156+
"guidanceUrl": "https://go.microsoft.com/fwlink/?LinkID=398563&error=meta-remove-dup-reg&client=PAChecker",
157157
"include": true,
158158
"code": "meta-remove-dup-reg",
159159
"summary": "Do not duplicate plug-in step registration",
@@ -188,7 +188,7 @@ Content-Type: application/json; charset=utf-8
188188
[
189189
{
190190
"description": "Do not implement Microsoft Dynamics CRM 4.0 workflow activities",
191-
"guidanceUrl": "http://go.microsoft.com/fwlink/?LinkID=398563&error=il-avoid-crm4-wf&client=PAChecker",
191+
"guidanceUrl": "https://go.microsoft.com/fwlink/?LinkID=398563&error=il-avoid-crm4-wf&client=PAChecker",
192192
"include": true,
193193
"code": "il-avoid-crm4-wf",
194194
"summary": "Do not implement Microsoft Dynamics CRM 4.0 workflow activities",
@@ -220,7 +220,7 @@ Content-Type: application/json; charset=utf-8
220220
},
221221
{
222222
"description": "Use InvalidPluginExecutionException in plug-ins and workflow activities",
223-
"guidanceUrl": "http://go.microsoft.com/fwlink/?LinkID=398563&error=il-use-standard-exception&client=PAChecker",
223+
"guidanceUrl": "https://go.microsoft.com/fwlink/?LinkID=398563&error=il-use-standard-exception&client=PAChecker",
224224
"include": true,
225225
"code": "il-use-standard-exception",
226226
"summary": "Use InvalidPluginExecutionException in plug-ins and workflow activities",

powerapps-docs/developer/common-data-service/define-custom-state-model-transitions.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ To view the entity metadata for your organization, install the Metadata Browser
5151
<a name="BKMK_DetectValidStatusTransitions"></a>
5252

5353
## Detect valid status transitions
54-
You can modify the `statuscode` attribute to define which other status options represent valid transitions from the current status. For instructions, see the Customization Guide topic: [Define status reason transitions](http://go.microsoft.com/fwlink/p/?LinkId=393657)
54+
You can modify the `statuscode` attribute to define which other status options represent valid transitions from the current status. For instructions, see the Customization Guide topic: [Define status reason transitions](https://go.microsoft.com/fwlink/p/?LinkId=393657)
5555

5656
When custom state transitions are applied to an entity, the <xref:Microsoft.Xrm.Sdk.Metadata.EntityMetadata>.<xref:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.EnforceStateTransitions> property will be `true`. Also, each <xref:Microsoft.Xrm.Sdk.Metadata.StatusOptionMetadata> within the <xref:Microsoft.Xrm.Sdk.Metadata.StatusAttributeMetadata>.<xref:Microsoft.Xrm.Sdk.Metadata.OptionSetMetadata.Options> collection will have a new <xref:Microsoft.Xrm.Sdk.Metadata.StatusOptionMetadata.TransitionData> property. This property will contain a String value that represents an XML document. This document contains the definition of the allowed transitions. For example, the default `Incident` (**Case**) `StatusCode` attribute option may have the following `TransitionData` value.
5757

@@ -82,4 +82,4 @@ To view the entity metadata for your organization, install the Metadata Browser
8282
[Sample: Retrieve Valid Status Transitions](org-service/samples/retrieve-valid-status-transitions.md)
8383
[Record state and status](/dynamics365/customer-engagement/developer/introduction-entities#bkmk_RecordStateandStatus)
8484
[Retrieve and Detect Changes to Metadata](/dynamics365/customer-engagement/developer/retrieve-detect-changes-metadata)
85-
[Define status reason transitions](http://go.microsoft.com/fwlink/p/?LinkId=393657)
85+
[Define status reason transitions](https://go.microsoft.com/fwlink/p/?LinkId=393657)

powerapps-docs/developer/common-data-service/org-service/metadata-retrieve-detect-changes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ AttributeProperties.PropertyNames.Add("AttributeType");
292292

293293
### Retrieve labels
294294

295-
Finally, the <xref:Microsoft.Xrm.Sdk.Metadata.Query.EntityQueryExpression>.<xref:Microsoft.Xrm.Sdk.Metadata.Query.EntityQueryExpression.LabelQuery> property accepts a <xref:Microsoft.Xrm.Sdk.Metadata.Query.LabelQueryExpression> that lets you specify one or more integer `LCID` values for to determine which localized labels to return. Valid locale ID values can be found at [Locale ID (LCID) Chart](http://go.microsoft.com/fwlink/?LinkId=122128). If an organization has many language packs installed the labels for all languages will be returned unless you specify a <xref:Microsoft.Xrm.Sdk.Metadata.Query.EntityQueryExpression.LabelQuery>.
295+
Finally, the <xref:Microsoft.Xrm.Sdk.Metadata.Query.EntityQueryExpression>.<xref:Microsoft.Xrm.Sdk.Metadata.Query.EntityQueryExpression.LabelQuery> property accepts a <xref:Microsoft.Xrm.Sdk.Metadata.Query.LabelQueryExpression> that lets you specify one or more integer `LCID` values for to determine which localized labels to return. Valid locale ID values can be found at [Locale ID (LCID) Chart](https://go.microsoft.com/fwlink/?LinkId=122128). If an organization has many language packs installed the labels for all languages will be returned unless you specify a <xref:Microsoft.Xrm.Sdk.Metadata.Query.EntityQueryExpression.LabelQuery>.
296296

297297
The following example defines a <xref:Microsoft.Xrm.Sdk.Metadata.Query.LabelQueryExpression> that will limit labels to only those representing the users preferred language.
298298

powerapps-docs/developer/common-data-service/organize-team-develop-solutions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ When multiple developers have to work on the same solution, you may want to crea
4444

4545
<a name="BKMK_DeployingSolutionsFromDevThroughToProduction"></a>
4646
## Deploy solutions from development through test and production environments
47-
In development organizations, solutions are deployed into various test and staging environments for analysis before they are deployed into a production environment. The white paper [Deploying Microsoft Dynamics CRM 2011 and CRM Online Solutions from Development through Test and Production Environments](http://go.microsoft.com/fwlink/p/?LinkId=232288) explores how to deploy real-world Dynamics 365 solutions across test and production environments in reliable and repeatable ways by using automation. The paper also highlights specific constraints that exist when you deploy and test solutions in Common Data Service.
47+
In development organizations, solutions are deployed into various test and staging environments for analysis before they are deployed into a production environment. The white paper [Deploying Microsoft Dynamics CRM 2011 and CRM Online Solutions from Development through Test and Production Environments](https://go.microsoft.com/fwlink/p/?LinkId=232288) explores how to deploy real-world Dynamics 365 solutions across test and production environments in reliable and repeatable ways by using automation. The paper also highlights specific constraints that exist when you deploy and test solutions in Common Data Service.
4848

4949
### See also
5050
[Planning for Solution Development](/dynamics365/customer-engagement/developer/plan-solution-development)

powerapps-docs/developer/common-data-service/package-deployer/create-packages-package-deployer.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Common Data Service provides you with a Visual Studio template for creating thes
3535
- Visual Studio 2015 or Visual Studio 2017
3636
- NuGet Package Manager for [Visual Studio 2015](https://visualstudiogallery.msdn.microsoft.com/5d345edc-2e2d-4a9c-b73b-d53956dc458d)
3737
- In Visual Studio 2017, NuGet and the NuGet Package Manager are automatically installed when you select any .NET-related workloads.
38-
- Microsoft Dynamics CRM SDK Templates for Visual Studio that contains the package template. You can get it by downloading the [Microsoft Dynamics CRM SDK Templates](http://go.microsoft.com/fwlink/p/?LinkId=400925) and double-click the `CRMSDKTemplates.vsix` file to install the template in Visual Studio.
38+
- Microsoft Dynamics CRM SDK Templates for Visual Studio that contains the package template. You can get it by downloading the [Microsoft Dynamics CRM SDK Templates](https://go.microsoft.com/fwlink/p/?LinkId=400925) and double-click the `CRMSDKTemplates.vsix` file to install the template in Visual Studio.
3939

4040

4141

powerapps-docs/developer/common-data-service/use-access-teams-owner-teams-collaborate-share-information.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ With *owner* teams or *access* teams, you can easily share business objects and
115115
[Sample: Share a record using an access team](org-service/samples/share-record-using-access-team.md)
116116
[Manage teams](https://technet.microsoft.com/library/dn531089.aspx)
117117
[Whitepaper: Access Teams with Microsoft Dynamics CRM 2013](http://download.microsoft.com/download/E/9/0/E9009308-CA01-4B37-B03C-435B8ACB49B4/Access%20Teams%20with%20Microsoft%20Dynamics%20CRM%202013.pdf)
118-
[Whitepaper: Scalable security modeling with Microsoft Dynamics CRM](http://go.microsoft.com/fwlink/p/?LinkID=328757)
118+
[Whitepaper: Scalable security modeling with Microsoft Dynamics CRM](https://go.microsoft.com/fwlink/p/?LinkID=328757)
119119
[User and Team Entities](user-team-entities.md)
120120
[Team Entity](reference/entities/team.md)
121121
[TeamTemplate Entity](reference/entities/teamtemplate.md)

powerapps-docs/developer/common-data-service/use-change-tracking-synchronize-data-external-systems.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ System query options `$filter`, `$orderby` and `$top` are not supported when usi
128128

129129
<a name="BKMK_SampleCode"></a>
130130
## Sample code
131-
The following code snippet shows how the `RetrieveEntityChangesRequest` message is used to retrieve the changes for an entity. For the complete sample, see [Synchronize data with external systems using change tracking](http://go.microsoft.com/fwlink/p/?LinkId=533957).
131+
The following code snippet shows how the `RetrieveEntityChangesRequest` message is used to retrieve the changes for an entity. For the complete sample, see [Synchronize data with external systems using change tracking](https://go.microsoft.com/fwlink/p/?LinkId=533957).
132132

133133
```csharp
134134
string token;

powerapps-docs/developer/common-data-service/use-feedback-entity-manage-feedback-ratings-records.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Improve your products and services by enabling users to provide feedback and rat
3030
Once you have enabled an entity for feedback and rating, you can't disable it. After you enable an entity for feedback, a regarding relationship is created between the entity and the `Feedback` entity.
3131

3232
> [!NOTE]
33-
> You can also use the customization tools in Common Data Service to enable feedback and rating for system and custom entities. More information: [Enable an entity for feedback](http://go.microsoft.com/fwlink/p/?LinkId=785436)
33+
> You can also use the customization tools in Common Data Service to enable feedback and rating for system and custom entities. More information: [Enable an entity for feedback](https://go.microsoft.com/fwlink/p/?LinkId=785436)
3434
3535
The `Feedback` entity stores the following information :
3636

powerapps-docs/developer/common-data-service/use-upsert-insert-update-record.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ You can reduce the complexity involved with data integration scenarios by using
6767

6868
<a name="BKMK_SampleCode"></a>
6969
## Sample code
70-
The [Insert or update a record using Upsert](http://go.microsoft.com/fwlink/p/?LinkId=532924) sample [ProductUpsertSample.cs](https://code.msdn.microsoft.com/Insert-or-update-a-record-aa160870/sourcecode?fileId=136218&pathId=1243320355) file contains the following `ProcessUpsert` method to apply the `UpsertRequest` message on the contents of an XML file to create new records or update existing ones.
70+
The [Insert or update a record using Upsert](https://go.microsoft.com/fwlink/p/?LinkId=532924) sample [ProductUpsertSample.cs](https://code.msdn.microsoft.com/Insert-or-update-a-record-aa160870/sourcecode?fileId=136218&pathId=1243320355) file contains the following `ProcessUpsert` method to apply the `UpsertRequest` message on the contents of an XML file to create new records or update existing ones.
7171

7272
```csharp
7373
public void ProcessUpsert(String Filename)

powerapps-docs/developer/common-data-service/user-team-entities.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,5 @@ User and team management is the area of Common Data Service where you can create
7171
[Sample: Disable a User](/dynamics365/customer-engagement/developer/sample-disable-user)
7272
[Sample: Share Records Using GrantAccess, ModifyAccess and RevokeAccess Messages](org-service/samples/share-records-using-grantaccess-modifyaccess-revokeaccess-messages.md)
7373
[Sample: Share a record using an access team](org-service/samples/share-record-using-access-team.md)
74-
[Blog: Service Accounts – Non-Interactive Users](http://go.microsoft.com/fwlink/p/?LinkId=234350)
74+
[Blog: Service Accounts – Non-Interactive Users](https://go.microsoft.com/fwlink/p/?LinkId=234350)
7575
[Privilege and Role Entities](/dynamics365/customer-engagement/developer/privilege-role-entities)

powerapps-docs/developer/common-data-service/webapi/samples/basic-operations-client-side-javascript.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ This sample demonstrates how to perform basic CRUD (create, retrieve, update, an
4242

4343
## Run this sample
4444

45-
To run this sample, download the solution package here [Microsoft CRM Web API Basic Operations Sample (Client-side JavaScript)](http://go.microsoft.com/fwlink/p/?LinkId=824043). Download the Microsoft CRM Web API Basic Operations Sample (Client-side JavaScript).zip file and extract the contents. Locate the WebAPIBasicOperations_1_0_0_1_managed.zip solution and import it into your Common Data Service organization and run the sample. For instructions on how to import the sample solution, see [Web API Samples (Client-side JavaScript)](../web-api-samples-client-side-javascript.md).
45+
To run this sample, download the solution package here [Microsoft CRM Web API Basic Operations Sample (Client-side JavaScript)](https://go.microsoft.com/fwlink/p/?LinkId=824043). Download the Microsoft CRM Web API Basic Operations Sample (Client-side JavaScript).zip file and extract the contents. Locate the WebAPIBasicOperations_1_0_0_1_managed.zip solution and import it into your Common Data Service organization and run the sample. For instructions on how to import the sample solution, see [Web API Samples (Client-side JavaScript)](../web-api-samples-client-side-javascript.md).
4646

4747
<a name="bkmk_codesample"></a>
4848

powerapps-docs/developer/common-data-service/webapi/samples/conditional-operations-client-side-javascript.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ This sample demonstrates how to perform conditional operations using Common Data
4242

4343
## Run this sample
4444

45-
To run this sample, go to [Microsoft CRM Web API Conditional Operations Sample (Client-side JavaScript)](http://go.microsoft.com/fwlink/p/?LinkId=824046) and download the Microsoft CRM Web API Conditional Operations Sample (Client-side JavaScript).zip sample file. Extract the contents and locate the WebAPIConditionalOperations_1_0_0_0_managed.zip managed solution. Import the managed solution into your Common Data Service organization and view the solution configuration page to run the sample. For instructions on how to import the sample solution, see [Web API Samples (Client-side JavaScript)](../web-api-samples-client-side-javascript.md).
45+
To run this sample, go to [Microsoft CRM Web API Conditional Operations Sample (Client-side JavaScript)](https://go.microsoft.com/fwlink/p/?LinkId=824046) and download the Microsoft CRM Web API Conditional Operations Sample (Client-side JavaScript).zip sample file. Extract the contents and locate the WebAPIConditionalOperations_1_0_0_0_managed.zip managed solution. Import the managed solution into your Common Data Service organization and view the solution configuration page to run the sample. For instructions on how to import the sample solution, see [Web API Samples (Client-side JavaScript)](../web-api-samples-client-side-javascript.md).
4646

4747
<a name="bkmk_sampleCode"></a>
4848

powerapps-docs/developer/common-data-service/webapi/samples/functions-actions-client-side-javascript.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ This sample demonstrates how to perform bound and unbound functions and actions,
4646

4747
## Run this sample
4848

49-
To run this sample, go to [Microsoft CRM Web API Functions and Actions Sample (Client-side JavaScript)](http://go.microsoft.com/fwlink/p/?LinkId=824048) and download the Microsoft CRM Web API Functions and Actions Sample (Client-side JavaScript).zip sample file. Extract the contents and locate the WebAPIFunctionsandActions_1_0_0_0_managed.zip managed solution file. Import the managed solution into your Common Data Service organization and view the configuration page of the solution to run the sample. For instructions on how to import the sample solution, see [Web API Samples (Client-side JavaScript)](../web-api-samples-client-side-javascript.md).
49+
To run this sample, go to [Microsoft CRM Web API Functions and Actions Sample (Client-side JavaScript)](https://go.microsoft.com/fwlink/p/?LinkId=824048) and download the Microsoft CRM Web API Functions and Actions Sample (Client-side JavaScript).zip sample file. Extract the contents and locate the WebAPIFunctionsandActions_1_0_0_0_managed.zip managed solution file. Import the managed solution into your Common Data Service organization and view the configuration page of the solution to run the sample. For instructions on how to import the sample solution, see [Web API Samples (Client-side JavaScript)](../web-api-samples-client-side-javascript.md).
5050

5151
<a name="bkmk_codeSample"></a>
5252

powerapps-docs/developer/common-data-service/webapi/samples/query-data-client-side-javascript.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ This sample demonstrates how to perform basic query requests using the Common Da
4141

4242
## Run this sample
4343

44-
To run this sample, go to [Microsoft CRM Web API Query Data Sample (Client-side JavaScript)](http://go.microsoft.com/fwlink/p/?LinkId=824050) and download the sample archive file: Microsoft CRM Web API Query Data Sample (Client-side JavaScript).zip. Extract the contents of the sample archieve and locate the WebAPIQueryData_1_0_0_0_managed.zip managed solution file. Import the managed solution into your Common Data Service organization and run the sample. For instructions on how to import the sample solution, see [Web API Samples (Client-side JavaScript)](../web-api-samples-client-side-javascript.md).
44+
To run this sample, go to [Microsoft CRM Web API Query Data Sample (Client-side JavaScript)](https://go.microsoft.com/fwlink/p/?LinkId=824050) and download the sample archive file: Microsoft CRM Web API Query Data Sample (Client-side JavaScript).zip. Extract the contents of the sample archieve and locate the WebAPIQueryData_1_0_0_0_managed.zip managed solution file. Import the managed solution into your Common Data Service organization and run the sample. For instructions on how to import the sample solution, see [Web API Samples (Client-side JavaScript)](../web-api-samples-client-side-javascript.md).
4545

4646
<a name="bkmk_codeSample"></a>
4747

0 commit comments

Comments
 (0)