microsoft / powerplatform-vscode

The Power Platform VSCode extension makes it easy to manage Power Platform environments and allows the developer to create, build and deploy Power Platform solutions, packages and portals.
MIT License
209 stars 37 forks source link

Backup Label and Notes doesn't do anything #181

Closed sanjeev40084 closed 2 years ago

sanjeev40084 commented 2 years ago

While taking backup of the environment, even though when you past label value it doesn't get reflected in the actual backup instead it displays the time when the backup was taken.

To repo:

Once complete,

Expected: you should see backup with label 'backup-from-pac-cli' Actual: you will see backup with label 'date + time when the backup was taken'

davidjenni commented 2 years ago

@sanjeev40084 this is unfortunately by design: the Backup labels and notes fields have been deprecated in PPAC already, since the underlying PowerPlatform environment management API deprecates those 2 fields.

We will mark the notes and the labels parameters in the pac CLI as deprecated as well, but will not remove them. Setting them will only cause a warning message that any assigned value is ignored