Skip to content

Commit

Permalink
Merge branch 'microsoft:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
denelon authored Sep 18, 2024
2 parents fd557c8 + 397a20c commit ed6877f
Show file tree
Hide file tree
Showing 58 changed files with 1,125 additions and 163 deletions.
8 changes: 5 additions & 3 deletions doc/manifest/schema/1.6.0/installer.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
[semantic version]: https://semver.org
[`winget upgrade`]: https://docs.microsoft.com/windows/package-manager/winget/upgrade
[App capability declarations]: https://docs.microsoft.com/windows/uwp/packaging/app-capability-declarations
[product code]: https://learn.microsoft.com/en-us/windows/win32/msi/product-codes
[upgrade code]: https://learn.microsoft.com/en-us/windows/win32/msi/using-an-upgradecode
[MSIX]: https://docs.microsoft.com/windows/msix/overview
[MSI]: https://docs.microsoft.com/windows/win32/msi/windows-installer-portal
[Inno]: https://jrsoftware.org/isinfo.php
Expand Down Expand Up @@ -700,7 +702,7 @@ Dependencies are referenced by their package identifier and must come from the s

**Optional Field**

This key represents the product code specified in an MSI installer. This value is used to assist with matching packages from a source to the program installed in Windows via Add / Remove Programs for list, and upgrade behavior.
This key represents the [product code] specified in an MSI installer. This value is used to assist with matching packages from a source to the program installed in Windows via Add / Remove Programs for list, and upgrade behavior.

> [!NOTE]
This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply.
Expand Down Expand Up @@ -745,7 +747,7 @@ Dependencies are referenced by their package identifier and must come from the s

**Optional Field**

This key represents the product code for a package. It is used to help correlate installed packages with manifests in configured sources.
This key represents the [product code] for a package. It is used to help correlate installed packages with manifests in configured sources.

> [!NOTE]
This key is displayed twice for completeness. When AppsAndFeaturesEntries are specified, the ProductCode should be placed both within the installer and the AppsAndFeaturesEntries
Expand All @@ -756,7 +758,7 @@ Dependencies are referenced by their package identifier and must come from the s

**Optional Field**

This key represents the upgrade code for a package. It is used to help correlate installed packages with manifests in configured sources.
This key represents the [upgrade code] for a package. It is used to help correlate installed packages with manifests in configured sources.
</details>

<details>
Expand Down
8 changes: 5 additions & 3 deletions doc/manifest/schema/1.7.0/installer.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
[semantic version]: https://semver.org
[`winget upgrade`]: https://docs.microsoft.com/windows/package-manager/winget/upgrade
[App capability declarations]: https://docs.microsoft.com/windows/uwp/packaging/app-capability-declarations
[product code]: https://learn.microsoft.com/en-us/windows/win32/msi/product-codes
[upgrade code]: https://learn.microsoft.com/en-us/windows/win32/msi/using-an-upgradecode
[MSIX]: https://docs.microsoft.com/windows/msix/overview
[MSI]: https://docs.microsoft.com/windows/win32/msi/windows-installer-portal
[Inno]: https://jrsoftware.org/isinfo.php
Expand Down Expand Up @@ -713,7 +715,7 @@ Dependencies are referenced by their package identifier and must come from the s

**Optional Field**

This key represents the product code specified in an MSI installer. This value is used to assist with matching packages from a source to the program installed in Windows via Add / Remove Programs for list, and upgrade behavior.
This key represents the [product code] specified in an MSI installer. This value is used to assist with matching packages from a source to the program installed in Windows via Add / Remove Programs for list, and upgrade behavior.

> [!NOTE]
This key may be present in the root of the manifest as the default value for all installer nodes. This key may also be present in an individual installer node as well. If this key is in the manifest root and in an installer node, the value in the installer node will apply.
Expand Down Expand Up @@ -758,7 +760,7 @@ Dependencies are referenced by their package identifier and must come from the s

**Optional Field**

This key represents the product code for a package. It is used to help correlate installed packages with manifests in configured sources.
This key represents the [product code] for a package. It is used to help correlate installed packages with manifests in configured sources.

> [!NOTE]
This key is displayed twice for completeness. When AppsAndFeaturesEntries are specified, the ProductCode should be placed both within the installer and the AppsAndFeaturesEntries
Expand All @@ -769,7 +771,7 @@ Dependencies are referenced by their package identifier and must come from the s

**Optional Field**

This key represents the upgrade code for a package. It is used to help correlate installed packages with manifests in configured sources.
This key represents the [upgrade code] for a package. It is used to help correlate installed packages with manifests in configured sources.
</details>

<details>
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
# Created using wingetcreate 1.5.7.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json

PackageIdentifier: Autodesk.AutodeskAccess
PackageVersion: 1.10.4.0
InstallerType: exe
Scope: machine
InstallerSwitches:
Silent: --mode unattended
AppsAndFeaturesEntries:
- DisplayName: Autodesk Identity Manager
Publisher: Autodesk
Installers:
- Architecture: x64
InstallerUrl: https://emsfs.autodesk.com/utility/odis/1/installer/latest/AdODIS-installer.exe
InstallerSha256: 4E5FFB6D8D320833086681C02686E40C69BCE8F134433742FFEEDFFB8DD1033B
ManifestType: installer
ManifestVersion: 1.5.0
# Created with komac v2.6.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json

PackageIdentifier: Autodesk.AutodeskAccess
PackageVersion: 1.10.4.1
InstallerType: exe
Scope: machine
InstallerSwitches:
Silent: --mode unattended
ReleaseDate: 2024-08-07
AppsAndFeaturesEntries:
- DisplayName: Autodesk Identity Manager
Publisher: Autodesk
Installers:
- Architecture: x64
InstallerUrl: https://emsfs.autodesk.com/utility/access/1/installer/latest/AdAccess-installer.exe
InstallerSha256: 11079B68C12B9557D7478CE4125ADF82A34826E1F18B294C79D62E7242A1A6C6
ManifestType: installer
ManifestVersion: 1.6.0
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Created using wingetcreate 1.5.7.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json

PackageIdentifier: Autodesk.AutodeskAccess
PackageVersion: 1.10.4.0
PackageLocale: en-US
Publisher: Autodesk
PackageName: Autodesk Access
License: © 2023 Autodesk Inc. All rights reserved
Copyright: Copyright 2022 Autodesk, Inc. All rights reserved.
ShortDescription: Autodesk Access simplifies the update experience. Quickly and easily install updates for your desktop products from the app.
ManifestType: defaultLocale
ManifestVersion: 1.5.0
# Created with komac v2.6.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json

PackageIdentifier: Autodesk.AutodeskAccess
PackageVersion: 1.10.4.1
PackageLocale: en-US
Publisher: Autodesk
PackageName: Autodesk Access
License: © 2023 Autodesk Inc. All rights reserved
Copyright: Copyright 2022 Autodesk, Inc. All rights reserved.
ShortDescription: Autodesk Access simplifies the update experience. Quickly and easily install updates for your desktop products from the app.
ManifestType: defaultLocale
ManifestVersion: 1.6.0
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Created with WinGet Releaser using komac v2.3.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json

PackageIdentifier: eat-pray-ai.yutu
PackageVersion: 0.9.2
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.6.0
# Created with komac v2.6.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json

PackageIdentifier: Autodesk.AutodeskAccess
PackageVersion: 1.10.4.1
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.6.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Created with WinGet Releaser 93fd8b606a1672ec3e5c6c3bb19426be68d1a8b0 using Komac v1.11.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json

PackageIdentifier: Databricks.DatabricksCLI
PackageVersion: 0.228.0
InstallerType: zip
NestedInstallerType: portable
NestedInstallerFiles:
- RelativeFilePath: databricks.exe
UpgradeBehavior: uninstallPrevious
ReleaseDate: 2024-09-18
Installers:
- Architecture: x64
InstallerUrl: https://github.com/databricks/cli/releases/download/v0.228.0/databricks_cli_0.228.0_windows_amd64-signed.zip
InstallerSha256: D9E1869384D3562618A2364EF2C158C540DAB8E68623123B792753A8F2FFA19D
- Architecture: arm64
InstallerUrl: https://github.com/databricks/cli/releases/download/v0.228.0/databricks_cli_0.228.0_windows_arm64-signed.zip
InstallerSha256: B15307D895559BC5B8DDE7AA2E5A434955126C2A4DDA5E12B51706ABCCBA1CF8
ManifestType: installer
ManifestVersion: 1.5.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Created with WinGet Releaser 93fd8b606a1672ec3e5c6c3bb19426be68d1a8b0 using Komac v1.11.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json

PackageIdentifier: Databricks.DatabricksCLI
PackageVersion: 0.228.0
PackageLocale: en-US
Publisher: Databricks
PublisherUrl: https://databricks.com
PublisherSupportUrl: https://github.com/databricks/cli/issues
PackageName: DatabricksCLI
PackageUrl: https://github.com/databricks/cli
License: DB license
LicenseUrl: https://github.com/databricks/cli/blob/main/LICENSE
ShortDescription: Databricks Command Line Interface
ReleaseNotes: |-
- Do not error if we cannot prompt for a profile in auth login (#1745).
- Pass along $AZURE_CONFIG_FILE to Terraform process (#1734).
- Add prompt when a pipeline recreation happens (#1672).
- Use materialized views in the default-sql template (#1709).
- Update templates to latest LTS DBR (#1715).
- Make lock optional in the JSON schema (#1738).
- Do not suppress normalisation diagnostics for resolving variables (#1740).
- Include a permissions section in all templates (#1713).
- Fixed complex variables are not being correctly merged from include files (#1746).
- Fixed variable override in target with full variable syntax (#1749).
- Consider serverless clusters as compatible for Python wheel tasks (#1733).
- PythonMutator: explain missing package error (#1736).
- Add dyn.
Time to box a timestamp with its original string value (#1732).
- Fix streaming of stdout, stdin, stderr in cobra test runner (#1742).
- Bump github.com/Masterminds/semver/v3 from 3.2.1 to 3.3.0 (#1741).
ReleaseNotesUrl: https://github.com/databricks/cli/releases/tag/v0.228.0
ManifestType: defaultLocale
ManifestVersion: 1.5.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Created with WinGet Releaser 93fd8b606a1672ec3e5c6c3bb19426be68d1a8b0 using Komac v1.11.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json

PackageIdentifier: Databricks.DatabricksCLI
PackageVersion: 0.228.0
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.5.0
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Created using wingetcreate 1.6.4.0
# Created using wingetcreate 1.6.5.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json

PackageIdentifier: Dialpad.Dialpad
PackageVersion: 2408.2.3
PackageVersion: 2409.3.1
Platform:
- Windows.Desktop
MinimumOSVersion: 10.0.0.0
Expand All @@ -17,6 +17,6 @@ UpgradeBehavior: install
Installers:
- Architecture: x64
InstallerUrl: https://storage.googleapis.com/dialpad_native/stable/win32/x64/DialpadSetup_x64.exe
InstallerSha256: 1E3467547F4FF5AC9B16896BBF75B867CDBEAD76D912359F8F89519B7795350D
InstallerSha256: 2612D81A83F2F5848CDC0A41D21F9D790CF2A2B77E8B64E081785E0AB4B577FE
ManifestType: installer
ManifestVersion: 1.6.0
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Created using wingetcreate 1.6.4.0
# Created using wingetcreate 1.6.5.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json

PackageIdentifier: Dialpad.Dialpad
PackageVersion: 2408.2.3
PackageVersion: 2409.3.1
PackageLocale: en-US
Publisher: Dialpad
PublisherUrl: https://www.dialpad.com/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Created using wingetcreate 1.6.4.0
# Created using wingetcreate 1.6.5.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json

PackageIdentifier: Dialpad.Dialpad
PackageVersion: 2408.2.3
PackageVersion: 2409.3.1
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.6.0
21 changes: 0 additions & 21 deletions manifests/e/eat-pray-ai/yutu/0.9.2/eat-pray-ai.yutu.installer.yaml

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json

PackageIdentifier: Google.Chrome.Beta
PackageVersion: 129.0.6668.42
PackageVersion: 130.0.6723.6
InstallerType: wix
Scope: machine
UpgradeBehavior: install
Expand All @@ -26,24 +26,24 @@ ElevationRequirement: elevatesSelf
Installers:
- Architecture: x86
InstallerUrl: https://dl.google.com/dl/chrome/install/beta/googlechromebetastandaloneenterprise.msi
InstallerSha256: 5F8F1B38E4FD0CAB2D15706604CFE040E20736AE74F2CAD506B9B049F10C9EA8
ProductCode: '{F469BBDF-06C6-3932-8C2F-8F237BE15BC5}'
InstallerSha256: 25594FA0795935F144A52AE0908F20CA76DCBADE2BB0EE89BF51AD26A4231BC0
ProductCode: '{9ADE448C-A306-356A-9BE3-CD764C799162}'
AppsAndFeaturesEntries:
- ProductCode: '{F469BBDF-06C6-3932-8C2F-8F237BE15BC5}'
- ProductCode: '{9ADE448C-A306-356A-9BE3-CD764C799162}'
UpgradeCode: '{4E5BAC76-2D99-356C-AE5B-B15DA0315002}'
- Architecture: x64
InstallerUrl: https://dl.google.com/dl/chrome/install/beta/googlechromebetastandaloneenterprise64.msi
InstallerSha256: B3E28FD2E532293346EC01644EEFFD0D255EE3CE3AFE6662B813F0656B3D4D6F
ProductCode: '{F1B2D086-591B-3A85-AECE-2FDA17185039}'
InstallerSha256: DDA89776A17C14351CE40EFA254448419EC58155C914536D8DDF55B27FDBB1CB
ProductCode: '{C204FCE7-4C6C-307F-A552-131A449B2AE0}'
AppsAndFeaturesEntries:
- ProductCode: '{F1B2D086-591B-3A85-AECE-2FDA17185039}'
- ProductCode: '{C204FCE7-4C6C-307F-A552-131A449B2AE0}'
UpgradeCode: '{4E5BAC76-2D99-356C-AE5B-B15DA0315002}'
- Architecture: arm64
InstallerUrl: https://dl.google.com/dl/chrome/install/beta/googlechromebetastandaloneenterprise_arm64.msi
InstallerSha256: B04305CCEDE97D911AB6CE8D5D6D81DA5ED0B3E92ADFD21FD154120428F64A7B
ProductCode: '{C5BA0C63-1618-3F16-A499-8F855EC236AC}'
InstallerSha256: BCB4B05226F4A3E2A0C63BFBCE112E6449AA6D3ED2DC7D2EB8C3D297937D5F04
ProductCode: '{D9B5E13E-A268-3982-815B-F640CC90ED91}'
AppsAndFeaturesEntries:
- ProductCode: '{C5BA0C63-1618-3F16-A499-8F855EC236AC}'
- ProductCode: '{D9B5E13E-A268-3982-815B-F640CC90ED91}'
UpgradeCode: '{4E5BAC76-2D99-356C-AE5B-B15DA0315002}'
ManifestType: installer
ManifestVersion: 1.6.0
Loading

0 comments on commit ed6877f

Please sign in to comment.