Skip to content

Commit 4b42c7f

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into ultraDedicated
2 parents 30338fb + d68947e commit 4b42c7f

12 files changed

+19
-11
lines changed

articles/active-directory/fundamentals/road-to-the-cloud-posture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Many companies that migrate from Active Directory to Azure AD start with an envi
2828

2929
[![Architectural diagram that depicts the common technologies contained in the pillars of applications, devices, and users.](media/road-to-cloud-posture/road-to-the-cloud-start.png)](media/road-to-cloud-posture/road-to-the-cloud-start.png#lightbox)
3030

31-
Microsoft has modeled five states of transformation that commonly align with the business goals of customers. As the goals of customers mature, it's typical for them to shift from one state to the next at a pace that suits their resources and culture. This approach closely follows [Active Directory in Transition: Gartner Survey Results and Analysis](https://www.gartner.com/en/documents/4006741).
31+
Microsoft has modeled five states of transformation that commonly align with the business goals of customers. As the goals of customers mature, it's typical for them to shift from one state to the next at a pace that suits their resources and culture.
3232

3333
The five states have exit criteria to help you determine where your environment resides today. Some projects, such as application migration, span all five states. Other projects span a single state.
3434

articles/machine-learning/concept-train-model-git-integration.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,15 @@ The logged information contains text similar to the following JSON:
179179
}
180180
```
181181
182+
### Python SDK
183+
184+
After submitting a training run, a [Run](/python/api/azureml-core/azureml.core.run%28class%29) object is returned. The `properties` attribute of this object contains the logged git information. For example, the following code retrieves the commit hash:
185+
186+
[!INCLUDE [sdk v1](../../includes/machine-learning-sdk-v1.md)]
187+
188+
```python
189+
run.properties['azureml.git.commit']
190+
```
182191
183192
## Next steps
184193

articles/machine-learning/toc.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -388,9 +388,6 @@
388388
- name: Connect to compute instance VS Code
389389
displayName: Visual Studio Code, VSCode, debug, bugs
390390
href: how-to-set-up-vs-code-remote.md
391-
- name: Git integration
392-
displayName: github gitlab
393-
href: concept-train-model-git-integration.md
394391
- name: Manage environments with the CLI (v2)
395392
displayName: environment
396393
href: how-to-manage-environments-v2.md

articles/machine-learning/v1/toc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@
7575
- name: Manage resources VS Code
7676
displayName: vscode,resources
7777
href: ../how-to-manage-resources-vscode.md
78+
- name: Git integration
79+
displayName: github gitlab
80+
href: ../concept-train-model-git-integration.md
7881
- name: Tutorials (v1)
7982
expanded: true
8083
items:

articles/storsimple/storsimple-update52-release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Use the following steps to install Update 5.2:
4242

4343
1. [Connect to Windows PowerShell on the StorSimple 8000 series device](storsimple-8000-deployment-walkthrough-u2.md#use-putty-to-connect-to-the-device-serial-console), or connect directly to the appliance via serial cable.
4444

45-
1. Use [Start-HcsUpdate](/powershell/module/hcs/start-hcsupdate.md?view=winserver2012r2-ps&preserve-view=true) to update the device. For detailed steps, see [Install regular updates via Windows PowerShell](storsimple-update-device.md#to-install-regular-updates-via-windows-powershell-for-storsimple). This update is non-disruptive.
45+
1. Use [Start-HcsUpdate](/powershell/module/hcs/start-hcsupdate?view=winserver2012r2-ps&preserve-view=true) to update the device. For detailed steps, see [Install regular updates via Windows PowerShell](storsimple-update-device.md#to-install-regular-updates-via-windows-powershell-for-storsimple). This update is non-disruptive.
4646

4747
1. If ```Start-HcsUpdate``` doesn't work because of firewall issues, contact Microsoft Support.
4848

Binary file not shown.
Loading
Loading

0 commit comments

Comments
 (0)